Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #878 from wasmCloud/dependabot/cargo/tokio-1.33.0
Browse files Browse the repository at this point in the history
build(deps): Bump tokio from 1.32.0 to 1.33.0
  • Loading branch information
connorsmith256 authored Oct 10, 2023
2 parents 3cf81a2 + fa9c379 commit a5770ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -142,7 +142,7 @@ term-table = "1.3.1"
test-case = "2.2.1"
test_bin = "0.4.0"
thiserror = "1.0"
tokio = { version = "1.32.0", default-features = false, features = ["fs"] }
tokio = { version = "1.33.0", default-features = false, features = ["fs"] }
tokio-stream = "0.1"
tokio-tar = "0.3"
tokio-util = "0.7.9"
Expand Down

0 comments on commit a5770ca

Please sign in to comment.