diff --git a/Cargo.lock b/Cargo.lock index eeff2939..d7311ba2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,9 +534,9 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "elsa" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d98e71ae4df57d214182a2e5cb90230c0192c6ddfcaa05c36453d46a54713e10" +checksum = "2343daaeabe09879d4ea058bb4f1e63da3fc07dadc6634e01bda1b3d6a9d9d2b" dependencies = [ "stable_deref_trait", ] diff --git a/samply-symbols/Cargo.toml b/samply-symbols/Cargo.toml index 98a06b1c..1382b717 100644 --- a/samply-symbols/Cargo.toml +++ b/samply-symbols/Cargo.toml @@ -43,7 +43,7 @@ bitflags = "2" bytesize = { version = "1.0.1", optional = true } bitvec = { version = "1.0.0", optional = true } rangemap = "1.5.1" -elsa = "1.4.0" +elsa = "1.11.0" memchr = { version = "2.7", default-features = false } srcsrv = "0.2.2" lzma-rs = "0.3"