Skip to content

Commit 9651a70

Browse files
Bump lazy_static from 1.4.0 to 1.5.0 in /native/html5ever_nif (#158)
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0) --- updated-dependencies: - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa54f53 commit 9651a70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

native/html5ever_nif/Cargo.lock

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

native/html5ever_nif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ html5ever = "0.27"
1717
markup5ever = "0.12"
1818

1919
tendril = "0.4"
20-
lazy_static = "1.4"
20+
lazy_static = "1.5"
2121

2222
thiserror = "1"

0 commit comments

Comments
 (0)