Skip to content

Commit

Permalink
Bump magnus from 0.6.4 to 0.7.1
Browse files Browse the repository at this point in the history
Bumps [magnus](https://github.com/matsadler/magnus) from 0.6.4 to 0.7.1.
- [Release notes](https://github.com/matsadler/magnus/releases)
- [Changelog](https://github.com/matsadler/magnus/blob/main/CHANGELOG.md)
- [Commits](matsadler/magnus@0.6.4...0.7.1)

---
updated-dependencies:
- dependency-name: magnus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 3, 2024
1 parent 3c2fe09 commit 74a24fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 ext/ruby_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
crate-type = ["cdylib"]

[dependencies]
magnus = { version = "0.6.2", features = ["bytes"] }
magnus = { version = "0.7.1", features = ["bytes"] }
bytes = "1"
wizer = "4.0.0"
wasi-vfs-cli = { git = "https://github.com/kateinoigakukun/wasi-vfs/", tag = "0.5.2" }
Expand Down

0 comments on commit 74a24fa

Please sign in to comment.