Chore: update dependencies

This commit is contained in:
2025-12-02 19:43:58 +00:00
parent 5fb31d468b
commit 246004f026
2 changed files with 9 additions and 10 deletions

4
Cargo.lock generated
View File

@@ -1164,9 +1164,9 @@ checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
[[package]]
name = "libc"
version = "0.2.177"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
[[package]]
name = "libfuzzer-sys"

View File

@@ -10,18 +10,17 @@ deadqueue = "0.2"
reqwest = { version = "0.12", features = ["json", "gzip"] }
reqwest-eventsource = "0.6"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1"}
serde_with = { version = "3.9", features = ["base64"]}
serde_json = { version = "1" }
serde_with = { version = "3.16", features = ["base64"] }
tracing = "0.1"
tokio = { version = "1" }
tokio-stream = "0.1.17"
[dev-dependencies]
console = "0.16.0"
console = "0.16.1"
dialoguer = "0.12.0"
dotenvy = "0.15.7"
image = "0.25.2"
indicatif = "0.18.0"
tokio = { version = "1.47.0", features = ["full"] }
tracing-subscriber = "0.3.20"
image = "0.25.9"
indicatif = "0.18.3"
tokio = { version = "1.48.0", features = ["full"] }
tracing-subscriber = "0.3.22"