diff --git a/Cargo.lock b/Cargo.lock index c1762e5e56e..565e2b42590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,9 +1166,9 @@ dependencies = [ [[package]] name = "bump-scope" -version = "1.5.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a117a0e80c453511760a08c607060a778967a8dec5415c1d1a75e20630825824" +checksum = "75c92107a87c788fc556501c24f53a8d9c2b1aefefe4a6e4af1e5804e80cb3a8" dependencies = [ "allocator-api2 0.2.21", "allocator-api2 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 55e90233b80..c40dd835e5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ axum-core = { version = "0.5.5" } bitvec = { version = "1.0.1", default-features = false } bon = { version = "3.8.1", default-features = false, features = ["implied-bounds"] } bstr = { version = "1.12.1" } -bump-scope = { version = "1.5.1", default-features = false, features = ["alloc", "nightly-clone-to-uninit", "panic-on-alloc", "std"] } +bump-scope = { version = "2.0.0", default-features = false, features = ["alloc", "nightly-clone-to-uninit", "panic-on-alloc", "std"] } bytes = { version = "1.10.1" } bytes-utils = { version = "0.1.4", default-features = false } camino = { version = "1.1.12", default-features = false }