Skip to content

Commit

Permalink
Update Rust crate tokio to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent 0925bfd commit bfdc45f
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 20 deletions.
95 changes: 76 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ reqwest = { version = "0.11.6", default-features = false, features = [
] }
sitemap = "0.4.1"
thiserror = "1.0.30"
tokio = { version = "1.12.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread"] }
url = "2.2.2"
xml-rs = "0.8.4"

Expand Down

0 comments on commit bfdc45f

Please sign in to comment.