Update deps

This commit is contained in:
2023-12-10 23:02:21 +01:00
parent 6405f6ceb3
commit c0b348e6dc
2 changed files with 31 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.35.0", features = ["rt-multi-thread", "macros"] }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
@@ -32,4 +32,4 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower = "0.4.13"
tower-http = { version = "0.4.4", features = ["trace"] }
once_cell = "1.18.0"
once_cell = "1.19.0"