Skip to content

Commit

Permalink
Update tokio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jul 17, 2024
1 parent b9615f6 commit 43ef938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ thiserror = "1.0.62"
fs-err = "2.11.0"
tracing = { version = "0.1.40", features = ["attributes"] }
data-url = { version = "0.3.1", optional = true }
bytes = "1.6.0"
bytes = "1.6.1"
reqwest = { version = "0.12.5", default-features = false, features = ["cookies"], optional = true }
tokio = { version = "1.38.0", features = ["rt-multi-thread", "time", "macros"], optional = true }
tokio = { version = "1.38.1", 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 Down

0 comments on commit 43ef938

Please sign in to comment.