Skip to content

Commit

Permalink
Bump hyper from 1.0.0-rc.3 to 1.0.0-rc.4
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 1.0.0-rc.3 to 1.0.0-rc.4.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.0.0-rc.3...v1.0.0-rc.4)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent bb007bc commit a2a2a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -18,7 +18,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.33.0", default-features = false, features = ["rt", "macros", "net"] }
hyper = { version = "=1.0.0-rc.3", features = ["client", "http1"], default-features = false }
hyper = { version = "=1.0.0-rc.4", features = ["client", "http1"], default-features = false }
bytes = "=1.5.0"
futures-task = "=0.3.29"
futures-util = { version = "=0.3.27", default-features = false }
Expand Down

0 comments on commit a2a2a63

Please sign in to comment.