Skip to content

Commit 7360e22

Browse files
committed
Update rust-config to 0.15
Signed-off-by: Cristian Le <git@lecris.dev>
1 parent c927924 commit 7360e22

File tree

2 files changed

+79
-35
lines changed

2 files changed

+79
-35
lines changed

Cargo.lock

Lines changed: 78 additions & 34 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
@@ -25,7 +25,7 @@ byteorder = "1.5.0"
2525
cfg-if = "1"
2626
chrono = { version = "0.4.40", features = ["serde"] }
2727
clap = { version = "4.5", features = ["derive"] }
28-
config = { version = "0.13", default-features = false, features = ["toml"] }
28+
config = { version = "0.15", default-features = false, features = ["toml"] }
2929
futures = "0.3.6"
3030
glob = "0.3"
3131
hex = "0.4"

0 commit comments

Comments
 (0)