Skip to content

Commit 14a94f4

Browse files
Bump confy from 0.6.0 to 0.6.1
Bumps [confy](https://github.com/rust-cli/confy) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/rust-cli/confy/releases) - [Commits](rust-cli/confy@v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: confy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06e2203 commit 14a94f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -17,7 +17,7 @@ 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.193", features = ["derive"] }
1919
serde_json = "1.0.109"
20-
confy = "0.6.0"
20+
confy = "0.6.1"
2121
rand = "0.8.5"
2222
md-5 = "0.10.6"
2323

0 commit comments

Comments
 (0)