Skip to content

Commit

Permalink
build(deps): bump tokio-boring from 4.13.0 to 4.14.0 (#3631)
Browse files Browse the repository at this point in the history
Bumps [tokio-boring](https://github.com/cloudflare/boring) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/cloudflare/boring/releases)
- [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES)
- [Commits](cloudflare/boring@v4.13.0...v4.14.0)

---
updated-dependencies:
- dependency-name: tokio-boring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: katelyn martin <[email protected]>
  • Loading branch information
dependabot[bot] and cratelyn authored Feb 20, 2025
1 parent 733885a commit 0ca220b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,14 @@ dependencies = [

[[package]]
name = "boring"
version = "4.13.0"
version = "4.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5aac023c3ba13725de1604aff621a9dbf9a4f3af1ea6fb712bca91ad729a8e"
checksum = "3e10058cf3b10c9eca798177ac6ee3c895c7312d094618de60a2bb6f2698f25f"
dependencies = [
"bitflags 2.4.2",
"boring-sys",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
]

Expand Down Expand Up @@ -3890,13 +3889,12 @@ dependencies = [

[[package]]
name = "tokio-boring"
version = "4.13.0"
version = "4.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e37b8f984fc360dee7b04fe901d10af3f4af08715ec21260cb600ac9cdad3a0c"
checksum = "2748c49762114e8aefcc169c3ba5c7573edcfe461db9cd0a3a1fa337ecc96b9f"
dependencies = [
"boring",
"boring-sys",
"once_cell",
"tokio",
]

Expand Down

0 comments on commit 0ca220b

Please sign in to comment.