chore(deps): bump the cargo group with 4 updates (#666)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-14 10:01:13 -04:00 committed by GitHub
parent 83297264aa
commit 957f02e481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 22 deletions

View file

@ -23,9 +23,9 @@ tty-tests = []
[dependencies]
annotate-snippets = "0.11.5"
anstream = "0.6.18"
anyhow = "1.0.97"
anyhow = "1.0.98"
camino = { version = "1.1.9", features = ["serde1"] }
clap = { version = "4.5.35", features = ["derive", "env"] }
clap = { version = "4.5.36", features = ["derive", "env"] }
clap-verbosity-flag = { version = "3.0.2", features = [
"tracing",
], default-features = false }
@ -48,7 +48,7 @@ reqwest = { version = "0.12.15", features = [
"json",
"rustls-tls",
], default-features = false }
reqwest-middleware = "0.4.1"
reqwest-middleware = "0.4.2"
serde = { version = "1.0.219", features = ["derive"] }
serde-sarif = "0.7.0"
serde_json = "1.0.140"
@ -75,4 +75,4 @@ lto = true
assert_cmd = "2.0.16"
insta = { version = "1.42.2" }
pretty_assertions = "1.4.1"
serde_json_path = "0.7.1"
serde_json_path = "0.7.2"