Skip to content

Commit

Permalink
Merge pull request #106 from Goval-Community/dependabot/cargo/anyhow-…
Browse files Browse the repository at this point in the history
…1.0.81

build(deps): bump anyhow from 1.0.79 to 1.0.81
  • Loading branch information
PotentialStyx authored Apr 13, 2024
2 parents bbb0468 + 9741385 commit 84331ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ hyper = { version = "1.1.0", features = ["http1", "http2", "client"], optional =
hyper-util = { version = "0.1.3", features = ["client", "client-legacy", "http1", "http2"], optional = true }
hyper-tls = { version = "0.6.0", optional = true }
http-body-util = { version = "0.1.0", optional = true }
anyhow = "1.0.71"
anyhow = "1.0.81"
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.81"
async-trait = "0.1.68"
crc32fast = { version = "1.3.2", features = ["nightly"] }
deadqueue = { version = "0.2.4", default-features = false, features = ["unlimited"] }
Expand Down

0 comments on commit 84331ce

Please sign in to comment.