Skip to content

Commit

Permalink
Bump the nonbreaking group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the nonbreaking group with 2 updates: [futures-util](https://github.com/rust-lang/futures-rs) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `futures-util` from 0.3.27 to 0.3.29
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.27...0.3.29)

Updates `tempfile` from 3.8.0 to 3.8.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent bb007bc commit e0ac5e1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
39 changes: 24 additions & 15 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/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy_static = "1.4"
serde = { version = "1.0", default-features = false, features = ["derive"] }
criterion = "0.5"
num-format = "0.4.4"
tempfile = "3.8.0"
tempfile = "3.8.1"
wasmparser = "0.115.0"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = { version = "=1.33.0", default-features = false, features = ["rt", "macr
hyper = { version = "=1.0.0-rc.3", features = ["client", "http1"], default-features = false }
bytes = "=1.5.0"
futures-task = "=0.3.29"
futures-util = { version = "=0.3.27", default-features = false }
futures-util = { version = "=0.3.29", default-features = false }
tokio-macros = "=2.1.0"
futures-core = "=0.3.29"
mio = "=0.8.9"
Expand Down

0 comments on commit e0ac5e1

Please sign in to comment.