Skip to content

Commit 5e5da18

Browse files
committed
chore: updated versions
1 parent b9add31 commit 5e5da18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ repository = "https://github.com/Strawberry-Foundations/strawberry-chat"
1414
[dependencies]
1515
stblib = { version = "0.6.4", features = ["stbchat"] }
1616
# stblib = { version = "0.6.4", features = ["stbchat"], path = "../stblib-rust" }
17-
tokio = { version = "1.41.0", features = ["full"] }
17+
tokio = { version = "1.42.0", features = ["full"] }
1818
lazy_static = "1.5.0"
19-
serde = { version = "1.0.214", features = ["derive"] }
19+
serde = { version = "1.0.216", features = ["derive"] }
2020
serde_yaml = "0.9.34"
21-
serde_json = "1.0.132"
21+
serde_json = "1.0.134"
2222
owo-colors = "4.1.0"
2323
futures = "0.3.31"
2424
sqlx = { version = "0.8.2", features = ["mysql", "postgres", "sqlite", "runtime-tokio-native-tls", "json"] }
2525
strip-ansi-escapes = "0.2.0"
26-
chrono = "0.4.38"
26+
chrono = "0.4.39"
2727
reqwest = "0.12.9"
2828
argon2 = "0.6.0-pre.1"
2929
eyre = "0.6.12"

0 commit comments

Comments
 (0)