Skip to content

Commit c522f5c

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): update magnus requirement from 0.6 to 0.7 in /bindings/ruby
Updates the requirements on [magnus](https://github.com/matsadler/magnus) to permit the latest version. - [Release notes](https://github.com/matsadler/magnus/releases) - [Changelog](https://github.com/matsadler/magnus/blob/main/CHANGELOG.md) - [Commits](matsadler/magnus@0.6.0...0.7.1) --- updated-dependencies: - dependency-name: magnus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35ad521 commit c522f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ruby/ext/css_inline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "css_inline"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
magnus = "0.6"
19+
magnus = "0.7"
2020
rayon = "1"
2121

2222
[dependencies.css-inline]

0 commit comments

Comments
 (0)