Skip to content

Commit

Permalink
Merge pull request #205 from aya-rs/dependabot/cargo/cargo-crates-31a…
Browse files Browse the repository at this point in the history
…9f45f6b
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
2 parents e7dfb8a + 1e48636 commit 90f2733
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -18,7 +18,7 @@ edition = "2021"
[dependencies]
# cli deps
anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
tracing-tree = "0.3"
Expand All @@ -35,7 +35,7 @@ tracing = "0.1"

[dev-dependencies]
compiletest_rs = { version = "0.10.1" }
regex = { version = "1.10.4", default-features = false }
regex = { version = "1.10.5", default-features = false }
rustc-build-sysroot = { version = "0.5.2", default-features = false }
which = { version = "6.0.1", default-features = false, features = ["regex"] }

Expand Down

0 comments on commit 90f2733

Please sign in to comment.