Skip to content

Commit 89f36bc

Browse files
committed
update a few packages in /fuzz and throttle dependabot
1 parent 27be6d5 commit 89f36bc

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ updates:
88
- package-ecosystem: cargo
99
directory: "/"
1010
schedule:
11-
interval: daily
11+
interval: weekly
1212
open-pull-requests-limit: 10
1313

1414
- package-ecosystem: cargo
1515
directory: "/fuzz"
1616
schedule:
17-
interval: daily
17+
interval: weekly
1818
open-pull-requests-limit: 10
1919

2020
- package-ecosystem: gitsubmodule
2121
directory: "/"
2222
schedule:
23-
interval: daily
23+
interval: weekly
2424
open-pull-requests-limit: 10

fuzz/Cargo.lock

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

fuzz/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ html5gum = { path = "../" }
1313
pretty_assertions = "1.0.0"
1414

1515
# thirdparty crates to fuzz against
16-
html5gum_old = { version = "0.6.0", package = "html5gum" }
16+
html5gum_old = { version = "=0.6.1", package = "html5gum" }
1717
html5ever = "0.27.0"
18-
swc_common = "2.0.1"
19-
swc_html_parser = "2.0.0"
20-
swc_html_ast = "2.0.0"
18+
swc_common = "3.0"
19+
swc_html_parser = "3.0"
20+
swc_html_ast = "3.0"
2121

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

0 commit comments

Comments
 (0)