Skip to content

Commit

Permalink
update a few packages in /fuzz and throttle dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Nov 1, 2024
1 parent 27be6d5 commit 89f36bc
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10

- package-ecosystem: cargo
directory: "/fuzz"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10

- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
60 changes: 30 additions & 30 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ html5gum = { path = "../" }
pretty_assertions = "1.0.0"

# thirdparty crates to fuzz against
html5gum_old = { version = "0.6.0", package = "html5gum" }
html5gum_old = { version = "=0.6.1", package = "html5gum" }
html5ever = "0.27.0"
swc_common = "2.0.1"
swc_html_parser = "2.0.0"
swc_html_ast = "2.0.0"
swc_common = "3.0"
swc_html_parser = "3.0"
swc_html_ast = "3.0"

# lol-html and its dependencies
lol_html = { version = "2.0", features = ["integration_test"] }
Expand Down

0 comments on commit 89f36bc

Please sign in to comment.