Skip to content

Commit 889e212

Browse files
committed
update: dependencies
1 parent f4c6e1f commit 889e212

File tree

2 files changed

+37
-67
lines changed

2 files changed

+37
-67
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dashmap = { version = "6.1.0", features = ["serde"], optional = true }
2727
dirs = { version = "6.0.0", optional = true }
2828
downcast-rs = { version = "2.0.2", features = ["std"], optional = true }
2929
fern = { version = "0.7.0", features = ["colored", "date-based"], optional = true }
30-
humantime = { version = "2.2.0", optional = true }
30+
humantime = { version = "2.3.0", optional = true }
3131
log = { version = "0.4.28", features = ["serde", "std"], optional = true }
32-
rustls = { version = "0.23.31", optional = true }
33-
serde = { version = "1.0.219", features = ["derive"], optional = true }
32+
rustls = { version = "0.23.32", optional = true }
33+
serde = { version = "1.0.228", features = ["derive"], optional = true }
3434
serde-env = { version = "0.2.0", optional = true }
3535
serde_json = { version = "1.0.145", optional = true }
3636
serenity = { version = "0.12.4", features = ["full"], optional = true }

0 commit comments

Comments
 (0)