Skip to content

Commit

Permalink
Merge pull request #536 from workingjubilee/prepare-0.3.68
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jun 29, 2023
2 parents e7dcc62 + 3698409 commit e1c49fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "backtrace"
version = "0.3.67"
version = "0.3.68"
authors = ["The Rust Project Developers"]
build = "build.rs"
license = "MIT OR Apache-2.0"
Expand All @@ -27,7 +27,7 @@ exclude = [
[dependencies]
cfg-if = "1.0"
rustc-demangle = "0.1.4"
libc = { version = "0.2.94", default-features = false }
libc = { version = "0.2.146", default-features = false }

# Optionally enable the ability to serialize a `Backtrace`, controlled through
# the `serialize-*` features below.
Expand All @@ -41,7 +41,7 @@ addr2line = { version = "0.20.0", default-features = false }
miniz_oxide = { version = "0.7.0", default-features = false }

[dependencies.object]
version = "0.31.0"
version = "0.31.1"
default-features = false
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']

Expand Down
8 changes: 4 additions & 4 deletions crates/as-if-std/Cargo.toml
Expand Up @@ -13,13 +13,13 @@ bench = false

[dependencies]
cfg-if = "1.0"
rustc-demangle = "0.1.4"
libc = { version = "0.2.45", default-features = false }
rustc-demangle = "0.1.21"
libc = { version = "0.2.146", default-features = false }
addr2line = { version = "0.20.0", default-features = false, optional = true }
miniz_oxide = { version = "0.4.0", default-features = false }
miniz_oxide = { version = "0.7", default-features = false }

[dependencies.object]
version = "0.31"
version = "0.31.1"
default-features = false
optional = true
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']
Expand Down

0 comments on commit e1c49fb

Please sign in to comment.