Skip to content

Commit

Permalink
Merge pull request #488 from ruby/dependabot/cargo/magnus-0.7.1
Browse files Browse the repository at this point in the history
Bump magnus from 0.6.4 to 0.7.1
  • Loading branch information
kateinoigakukun committed Jul 3, 2024
2 parents 0a40e3f + 74a24fa commit 4c66e30
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 4c66e30

Please sign in to comment.