Skip to content

Commit

Permalink
Update tokio and serde_json crates
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jul 29, 2024
1 parent 31602d4 commit 2751d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing = { version = "0.1.40", features = ["attributes"] }
data-url = { version = "0.3.1", optional = true }
bytes = "1.6.1"
reqwest = { version = "0.12.5", default-features = false, features = ["cookies"], optional = true }
tokio = { version = "1.39.1", features = ["rt-multi-thread", "time", "macros"], optional = true }
tokio = { version = "1.39.2", features = ["rt-multi-thread", "time", "macros"], optional = true }
backoff = { version = "0.4.0", features = ["tokio"], optional = true }
governor = { version = "0.6.3", optional = true }
xmltree = { version = "0.10.3", optional = true }
Expand All @@ -53,7 +53,7 @@ colored = "2.1.0"
indicatif = "0.17.8"
# We pin to this version because the latest versions require a bleeding edge Rust toolchain.
clap = "=4.3.24"
tokio = { version = "1.39.1", features = ["rt-multi-thread", "time", "macros"] }
tokio = { version = "1.39.2", features = ["rt-multi-thread", "time", "macros"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] }
test-log = { version = "0.2.16", features = ["trace"] }
http = "1.1.0"
Expand All @@ -62,7 +62,7 @@ hyper-serve = { version = "0.6.2" }
axum-auth = "0.7.0"
noxious-client = "1.0.4"
reqwest = { version = "0.12.5", default-features = false, features = ["cookies", "json"] }
serde_json = "1.0.120"
serde_json = "1.0.121"
anyhow = "1.0.86"
roxmltree = "0.20.0"
xmlem = "0.2.3"
Expand Down

0 comments on commit 2751d79

Please sign in to comment.