Skip to content

Commit

Permalink
Merge pull request #32 from wcm-io-devops/dependabot/cargo/tokio-1.40.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.29.1 to 1.40.0
  • Loading branch information
tobias-richter authored Sep 24, 2024
2 parents cb37147 + a34f3ca commit b16f0ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
43 changes: 19 additions & 24 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 @@ -29,7 +29,7 @@ serde_json = "1.0.128"
serde_yaml = "0.9.34"
strum = "0.26.3"
strum_macros = "0.26.4"
tokio = { version = "1.29.1", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
headers = "0.4.0"
[dependencies.reqwest]
version = "0.12.7"
Expand Down

0 comments on commit b16f0ae

Please sign in to comment.