Skip to content

Commit c5c3e71

Browse files
Update Rust crate config to 0.14.0 (#136)
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent fe54440 commit c5c3e71

File tree

2 files changed

+65
-39
lines changed

2 files changed

+65
-39
lines changed

Cargo.lock

Lines changed: 64 additions & 38 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
@@ -24,7 +24,7 @@ base64 = "0.21.7"
2424
bb8 = "0.8.3"
2525
chrono = "0.4.37"
2626
clap = { version = "4.5.4", features = ["derive", "string", "env"] }
27-
config = { version = "0.13.4", features = ["toml"] }
27+
config = { version = "0.14.0", features = ["toml"] }
2828
cookie = { version = "0.18.1" }
2929
crc32c = "0.6.5"
3030
diesel = { version = "2.1.5", features = ["postgres"] }

0 commit comments

Comments
 (0)