Skip to content

Commit c5e4b08

Browse files
build(deps): update boring requirement from 4.3 to 5.1
Updates the requirements on [boring](https://github.com/cloudflare/boring) to permit the latest version. - [Release notes](https://github.com/cloudflare/boring/releases) - [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES) - [Commits](cloudflare/boring@v4.3.0...v5.1.0) --- updated-dependencies: - dependency-name: boring dependency-version: 5.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edf4b4d commit c5e4b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ publish = false
3434
[workspace.dependencies]
3535
anyhow = { version = "1" }
3636
assert_matches = { version = "1" }
37-
boring = { version = "4.3" }
37+
boring = { version = "5.1" }
3838
buffer-pool = { version = "0.2.1", path = "./buffer-pool" }
3939
bytes = { version = "1.11.1" }
4040
crossbeam = { version = "0.8.1", default-features = false }

0 commit comments

Comments
 (0)