diff --git a/Cargo.lock b/Cargo.lock index 629104628..c743af652 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2026,9 +2026,9 @@ checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" [[package]] name = "memmap2" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" +checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" dependencies = [ "libc", ] diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 7eac42a99..790d107ef 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -51,7 +51,7 @@ log = "0.4.29" hyper = "0.14.27" hyper-tls = "0.5.0" sled = "0.34.7" -memmap2 = "0.9.9" +memmap2 = "0.9.10" aws-sdk-s3 = "0.34.0" aws-config = "0.56.1" aws-smithy-http = "0.56.1"