Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Nov 23, 2023
1 parent 2ad20c3 commit b9fc9f3
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 66 deletions.
138 changes: 74 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/header-translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clang = { version = "2.0", features = ["runtime", "clang_10_0"] }
clang-sys = { version = "1.4.0" }
basic-toml = "0.1.2"
serde = { version = "1.0.144", features = ["derive"] }
apple-sdk = { version = "0.4.0", default-features = false }
apple-sdk = { version = "0.5.1", default-features = false }
tracing = { version = "0.1.37", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
tracing-tree = { git = "https://github.com/madsmtm/tracing-tree.git" }
Expand Down
2 changes: 1 addition & 1 deletion crates/test-assembly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
build = "build.rs"

[dependencies]
cargo_metadata = "0.17"
cargo_metadata = "0.18"
rustc-demangle = "0.1"
regex = "1.6"
lazy_static = "1.4.0"

0 comments on commit b9fc9f3

Please sign in to comment.