diff --git a/Cargo.lock b/Cargo.lock index 751ce4e5..505d7863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1387,9 +1387,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scraper" -version = "0.19.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "761fb705fdf625482d2ed91d3f0559dcfeab2798fe2771c69560a774865d0802" +checksum = "b90460b31bfe1fc07be8262e42c665ad97118d4585869de9345a84d501a9eaf0" dependencies = [ "ahash", "cssparser", diff --git a/lib/shift-orcz/Cargo.toml b/lib/shift-orcz/Cargo.toml index 46e0157b..a6a7b0f9 100644 --- a/lib/shift-orcz/Cargo.toml +++ b/lib/shift-orcz/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" once_cell = "1.19.0" regex = "1.10.5" reqwest = { version = "0.12.5", default-features = false } -scraper = { version = "0.19.1", default-features = false } +scraper = { version = "0.20.0", default-features = false } thiserror = "1.0.63" time = { version = "0.3.36", features = [ "parsing", "macros" ] } tokio = { version = "1.39.2", features = [ "rt" ] } diff --git a/shift-client/Cargo.toml b/shift-client/Cargo.toml index ff4fb090..2bb549a3 100644 --- a/shift-client/Cargo.toml +++ b/shift-client/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [dependencies] once_cell = "1.19.0" reqwest = { version = "0.12.5", default-features = false, features = [ "cookies", "json" ] } -scraper = { version = "0.19.1", default-features = false } +scraper = { version = "0.20.0", default-features = false } serde = { version = "1.0.209", features = [ "derive" ] } serde_json = "1.0.121" thiserror = "1.0.63"