bump dependencies

This commit is contained in:
Ferdinand Schober
2024-11-06 23:53:04 +01:00
parent de674c631a
commit 9d28fe6c7b
7 changed files with 628 additions and 334 deletions

View File

@@ -11,6 +11,6 @@ futures = "0.3.30"
log = "0.4.22"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.63"
thiserror = "2.0.0"
tokio = { version = "1.32.0", features = ["net", "io-util", "time"] }
tokio-stream = { version = "0.1.15", features = ["io-util"] }