Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump http-body-util from 0.1.0-rc.2 to 0.1.0-rc.3 #506

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump http-body-util from 0.1.0-rc.2 to 0.1.0-rc.3
Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.0-rc.2 to 0.1.0-rc.3.
- [Commits](https://github.com/hyperium/http-body/commits)

---
updated-dependencies:
- dependency-name: http-body-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
commit dd37c87e49374415a2cabc20821ff21b5bd31deb
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 crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ futures-util = { version = "=0.3.27", default-features = false }
tokio-macros = "=1.7.0"
futures-core = "=0.3.29"
mio = "=0.8.9"
http-body-util = "=0.1.0-rc.2"
http-body-util = "=0.1.0-rc.3"
tokio-native-tls = "=0.3.1"
native-tls = "0.2.11"
openssl-macros = "=0.1.1"
Loading