Skip to content

Commit 4820214

Browse files
Bump anyhow from 1.0.78 to 1.0.80
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.78 to 1.0.80. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.78...1.0.80) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18b085f commit 4820214

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svanill-vault-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
svanill-vault-openapi = { path = "../svanill-vault-openapi", version = "0.1" }
1313
structopt = "0.3.26"
1414
atty = "0.2.14"
15-
anyhow = "1.0.78"
15+
anyhow = "1.0.80"
1616
thiserror = "1.0.39"
1717
reqwest = { version = "0.11.24", default-features = false, features=["blocking", "gzip", "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots"] }
1818
serde = { version = "1.0.197", features = ["derive"] }

svanill-vault-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ring = "0.17.7"
2727
hex = "0.4.3"
2828
lru-cache = "0.1.2"
2929
futures = "0.3.30"
30-
anyhow = "1.0.78"
30+
anyhow = "1.0.80"
3131
log = "0.4.20"
3232
base64 = "0.21.7"
3333
hmac = "0.12.1"

0 commit comments

Comments
 (0)