Skip to content

Commit

Permalink
Bump tokio from 1.26.0 to 1.33.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.33.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.26.0...tokio-1.33.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent a1b03a4 commit 99bba49
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 17 deletions.
97 changes: 81 additions & 16 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 crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow.workspace = true

# The dependencies below are pinned so they map exactly to the exemptions
# we copied from the wasmtime team to our supply-chain config
tokio = { version = "=1.26.0", default-features = false, features = ["rt", "macros", "net"] }
tokio = { version = "=1.33.0", default-features = false, features = ["rt", "macros", "net"] }
hyper = { version = "=1.0.0-rc.3", features = ["client", "http1"], default-features = false }
bytes = "=1.1.0"
futures-task = "=0.3.27"
Expand Down

0 comments on commit 99bba49

Please sign in to comment.