Skip to content

Commit 958ffe4

Browse files
chore(deps): Update miniz_oxide requirement in /src/sandbox/runtime (#35)
Updates the requirements on [miniz_oxide](https://github.com/Frommi/miniz_oxide) to permit the latest version. - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/Frommi/miniz_oxide/commits) --- updated-dependencies: - dependency-name: miniz_oxide dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e6097d commit 958ffe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sandbox/runtime/modules/native-deflate

src/sandbox/runtime/modules/native-deflate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/lib.rs"
1010

1111
[dependencies]
1212
rquickjs = { version = "0.11", default-features = false, features = ["bindgen", "futures", "macro", "loader"] }
13-
miniz_oxide = { version = "0.8", default-features = false, features = ["with-alloc"] }
13+
miniz_oxide = { version = "0.9", default-features = false, features = ["with-alloc"] }
1414

1515
[lints.rust]
1616
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(hyperlight)'] }

0 commit comments

Comments
 (0)