diff --git a/Cargo.lock b/Cargo.lock index 6ebda9ea..c571fb26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "addr2line" -version = "0.25.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9acbfca36652500c911ddb767ed433e3ed99b032b5d935be73c6923662db1d43" +checksum = "e567177890eb1617b1f774005b66b26b2377afd138a2ca37aae7d8f0c81429d4" dependencies = [ "gimli", ] @@ -87,9 +87,9 @@ version = "0.1.0" [[package]] name = "gimli" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93563d740bc9ef04104f9ed6f86f1e3275c2cdafb95664e26584b9ca807a8ffe" +checksum = "1033caf0b349c518623b5396bfb2cf0bddf44f0306d543a250e5743297aafd10" [[package]] name = "libc" diff --git a/Cargo.toml b/Cargo.toml index b828cc27..e20c2591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ windows-link = "0.2" [target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies] miniz_oxide = { version = "0.8", default-features = false } ruzstd = { version = "0.8.1", default-features = false, optional = true } -addr2line = { version = "0.25.0", default-features = false } +addr2line = { version = "0.27.1", default-features = false } libc = { version = "0.2.156", default-features = false } [target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object] diff --git a/crates/as-if-std/Cargo.toml b/crates/as-if-std/Cargo.toml index 28af5708..fd1e6758 100644 --- a/crates/as-if-std/Cargo.toml +++ b/crates/as-if-std/Cargo.toml @@ -19,7 +19,7 @@ libc = { version = "0.2.156", default-features = false } [target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies] miniz_oxide = { version = "0.8", optional = true, default-features = false } ruzstd = { version = "0.8.1", optional = true, default-features = false } -addr2line = { version = "0.25.0", optional = true, default-features = false } +addr2line = { version = "0.27.1", optional = true, default-features = false } [target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object] version = "0.39.0"