diff --git a/rust/Cargo.lock b/rust/Cargo.lock index abfaf1cb0..5a3cf8ce8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -5893,9 +5893,9 @@ dependencies = [ [[package]] name = "rangemap" -version = "1.5.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" +checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223" [[package]] name = "raw-window-handle" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a8331b03a..ab8486552 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -133,7 +133,7 @@ quinn-udp = { version = "0.5.12", features = ["fast-apple-datapath"] } quote = "1.0" rand = "0.8.5" rand_core = "0.6.4" -rangemap = "1.5.1" +rangemap = "1.6.0" reqwest = { version = "0.12.22", default-features = false } resolv-conf = "0.7.3" ringbuffer = "0.15.0"