Skip to content

Commit b9fc9f3

Browse files
committed
Update dependencies
1 parent 2ad20c3 commit b9fc9f3

File tree

3 files changed

+76
-66
lines changed

3 files changed

+76
-66
lines changed

Cargo.lock

Lines changed: 74 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/header-translator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clang = { version = "2.0", features = ["runtime", "clang_10_0"] }
1212
clang-sys = { version = "1.4.0" }
1313
basic-toml = "0.1.2"
1414
serde = { version = "1.0.144", features = ["derive"] }
15-
apple-sdk = { version = "0.4.0", default-features = false }
15+
apple-sdk = { version = "0.5.1", default-features = false }
1616
tracing = { version = "0.1.37", default-features = false, features = ["std"] }
1717
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
1818
tracing-tree = { git = "https://github.com/madsmtm/tracing-tree.git" }

crates/test-assembly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
build = "build.rs"
1111

1212
[dependencies]
13-
cargo_metadata = "0.17"
13+
cargo_metadata = "0.18"
1414
rustc-demangle = "0.1"
1515
regex = "1.6"
1616
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)