diff --git a/Cargo.lock b/Cargo.lock index 9e6d7519..ffce3bcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1945,9 +1945,9 @@ dependencies = [ [[package]] name = "rangemap" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b9283c6b06096b47afc7109834fdedab891175bb5241ee5d4f7d2546549f263" +checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991" [[package]] name = "rayon" diff --git a/Cargo.toml b/Cargo.toml index 69045a39..4a8a6f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ mut_static = "5.0.0" nix = "0.27.1" phf = { version = "0.11", features = ["macros"] } rand = "0.8.5" -rangemap = "1.3.0" +rangemap = "1.4.0" regex = "1.10.2" si_trace_print = "0.3.10" static_assertions = "1.1.0"