Skip to content

Commit e867b4e

Browse files
Bump the rust-dependencies group with 3 updates (#14)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6319927 commit e867b4e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ categories = ["chatbot", "discord"]
1010
description = "A Discord bot for the KIT Mathe/Info Discord server."
1111

1212
[dependencies]
13-
log = "0.4.22"
13+
log = "0.4.25"
1414
env_logger = { version = "0.11.6"}
1515
serde = { version = "1.0.217", features = ["derive"] }
16-
serde_json = { version = "1.0.134", default-features = false, features = ["alloc"] }
16+
serde_json = { version = "1.0.138", default-features = false, features = ["alloc"] }
1717
serde_with = "3.12.0"
1818
toml = "0.8.19"
19-
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread", "time"] }
19+
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "time"] }
2020
serenity = { version = "0.12.4", default-features = false, features = ["builder", "cache", "client", "gateway", "model", "utils", "rustls_backend", "unstable_discord_api"] }
2121
poise = "0.6.1"
2222
linked-hash-map = { version = "0.5.6", features = ["serde_impl"]}

0 commit comments

Comments
 (0)