Skip to content

Commit c50585d

Browse files
fix(deps): update rust crate scraper to 0.26.0 (#742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3d4da0 commit c50585d

3 files changed

Lines changed: 22 additions & 40 deletions

File tree

Cargo.lock

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

fontspector-checkapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ schemars = ["dep:schemars"]
2121

2222
[build-dependencies]
2323
minreq = { version = "2.6.0", features = ["https"] }
24-
scraper = "0.25.0"
24+
scraper = "0.26.0"
2525
regex = { workspace = true }
2626

2727
[target.'cfg(not(target_family = "wasm"))'.dependencies]

profile-googlefonts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ yeslogic-unicode-blocks = "0.2.0"
4545
unicode_names2 = { workspace = true }
4646
hashbrown = { workspace = true }
4747

48-
scraper = { version = "0.25.0", default-features = false, features = [
48+
scraper = { version = "0.26.0", default-features = false, features = [
4949
"errors",
5050
] }
5151
semver = "1.0.25"

0 commit comments

Comments
 (0)