Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent a1b03a4 commit 4fd15b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 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 @@ -22,7 +22,7 @@ hyper = { version = "=1.0.0-rc.3", features = ["client", "http1"], default-featu
bytes = "=1.1.0"
futures-task = "=0.3.27"
futures-util = { version = "=0.3.27", default-features = false }
tokio-macros = "=1.7.0"
tokio-macros = "=2.1.0"
futures-core = "=0.3.27"
mio = "=0.8.6"
http-body-util = "=0.1.0-rc.2"
Expand Down

0 comments on commit 4fd15b2

Please sign in to comment.