Skip to content

Commit e1c49fb

Browse files
authored
Merge pull request #536 from workingjubilee/prepare-0.3.68
2 parents e7dcc62 + 3698409 commit e1c49fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backtrace"
3-
version = "0.3.67"
3+
version = "0.3.68"
44
authors = ["The Rust Project Developers"]
55
build = "build.rs"
66
license = "MIT OR Apache-2.0"
@@ -27,7 +27,7 @@ exclude = [
2727
[dependencies]
2828
cfg-if = "1.0"
2929
rustc-demangle = "0.1.4"
30-
libc = { version = "0.2.94", default-features = false }
30+
libc = { version = "0.2.146", default-features = false }
3131

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

4343
[dependencies.object]
44-
version = "0.31.0"
44+
version = "0.31.1"
4545
default-features = false
4646
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']
4747

crates/as-if-std/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ bench = false
1313

1414
[dependencies]
1515
cfg-if = "1.0"
16-
rustc-demangle = "0.1.4"
17-
libc = { version = "0.2.45", default-features = false }
16+
rustc-demangle = "0.1.21"
17+
libc = { version = "0.2.146", default-features = false }
1818
addr2line = { version = "0.20.0", default-features = false, optional = true }
19-
miniz_oxide = { version = "0.4.0", default-features = false }
19+
miniz_oxide = { version = "0.7", default-features = false }
2020

2121
[dependencies.object]
22-
version = "0.31"
22+
version = "0.31.1"
2323
default-features = false
2424
optional = true
2525
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']

0 commit comments

Comments
 (0)