Skip to content

Commit

Permalink
Merge pull request #261 from aya-rs/dependabot/cargo/cargo-crates-8b1…
Browse files Browse the repository at this point in the history
…ae2a9cf
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
2 parents f14c3e3 + 2c146ab commit ffc8e96
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"

[dependencies]
# cli deps
anyhow = "1.0.96"
anyhow = "1.0.97"
clap = { version = "4.5.31", features = ["derive"] }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
Expand All @@ -30,7 +30,7 @@ gimli = { version = "0.31.1" }
libc = { version = "0.2.170" }
llvm-sys = { features = ["disable-alltargets-init"], version = "201.0.0-rc1" }
log = { version = "0.4.26" }
thiserror = { version = "2.0.11" }
thiserror = { version = "2.0.12" }
tracing = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit ffc8e96

Please sign in to comment.