Skip to content

Commit 897d969

Browse files
committed
chore(deps): update major deps
1 parent fcff4a0 commit 897d969

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

crates/rari-doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pest = "2"
3737
pest_derive = "2"
3838
validator = { version = "0.20", features = ["derive"] }
3939
chrono = { version = "0.4", features = ["serde"] }
40-
scraper = { version = "0.22", features = ["deterministic"] }
40+
scraper = { version = "0.23", features = ["deterministic"] }
4141
lol_html = "2"
4242
html-escape = "0.2"
4343
html5ever = "0.29"

crates/rari-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ csv = "1"
3535
[dev-dependencies]
3636
serial_test = { version = "3", features = ["file_locks"] }
3737
rari-types = { workspace = true, features = ["testing"] }
38-
fake = { version = "3", features = ["chrono", "serde_json"] }
38+
fake = { version = "4", features = ["chrono", "serde_json"] }
3939
rand = "0.9"
4040
assert-json-diff = "2"

0 commit comments

Comments
 (0)