Skip to content

Commit bf902bb

Browse files
committed
Update rust-config to 0.15
Signed-off-by: Cristian Le <[email protected]>
1 parent 5adedcf commit bf902bb

File tree

2 files changed

+59
-9
lines changed

2 files changed

+59
-9
lines changed

Cargo.lock

Lines changed: 58 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ assert_cmd = { version = "2.0.16" }
2222
base64 = "0.22"
2323
cfg-if = "1"
2424
clap = { version = "4.5", features = ["derive"] }
25-
config = { version = "0.13", default-features = false, features = ["toml"] }
25+
config = { version = "0.15", default-features = false, features = ["toml"] }
2626
futures = "0.3.6"
2727
glob = "0.3"
2828
hex = "0.4"

0 commit comments

Comments
 (0)