Skip to content

Commit 36f2392

Browse files
Bump rust dependencies (#70)
Updates `git2` from 0.20.0 to 0.20.1 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.0...git2-0.20.1) Updates `getrandom` from 0.3.1 to 0.3.2 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.1...v0.3.2) Updates `zip` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.3.0...v2.5.0) Updates `wasmi` from 0.42.0 to 0.42.1 - [Release notes](https://github.com/wasmi-labs/wasmi/releases) - [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md) - [Commits](wasmi-labs/wasmi@v0.42...v0.42.1) Updates `wasmi_wasi` from 0.42.0 to 0.42.1 - [Release notes](https://github.com/wasmi-labs/wasmi/releases) - [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md) - [Commits](wasmi-labs/wasmi@v0.42...v0.42.1)
1 parent fd46df1 commit 36f2392

File tree

2 files changed

+37
-33
lines changed

2 files changed

+37
-33
lines changed

Cargo.lock

Lines changed: 34 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ getrandom = "0.3"
6363
zeroize = { version = "1.0", features = ["zeroize_derive"] }
6464
dirs = "6.0"
6565
toml = "0.8"
66-
zip = { version = "2.3" }
67-
wasmi = "0.42.0"
68-
wasmi_wasi = "0.42.0"
66+
zip = { version = "2.5" }
67+
wasmi = "0.42.1"
68+
wasmi_wasi = "0.42.1"
6969
reqwest = { version = "0.12.12", features = ["blocking"] }
7070
clap = { version = "4.5.20", features = ["derive"] }
7171
url = { version = "2.5.2", features = ["serde"] }

0 commit comments

Comments
 (0)