Skip to content

Commit f8228a9

Browse files
committed
chore(deps): update deps
1 parent 14c6b97 commit f8228a9

File tree

3 files changed

+51
-44
lines changed

3 files changed

+51
-44
lines changed

Diff for: Cargo.lock

+48-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crates/diff-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ prettydiff = "0.7"
2121
html-minifier = "5"
2222
ansi-to-html = "0.2"
2323
similar = "2"
24-
quick-xml = "0.36"
24+
quick-xml = "0.37"
2525
sha2 = "0.10"
2626
clap = { version = "4.5.1", features = ["derive"] }
2727
dashmap = "6"

Diff for: crates/rari-tools/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ csv = "1"
3131
[dev-dependencies]
3232
serial_test = { version = "3", features = ["file_locks"] }
3333
rari-types = { workspace = true, features = ["testing"] }
34-
fake = { version = "2", features = ["chrono", "serde_json"] }
35-
rand = "0"
34+
fake = { version = "3", features = ["chrono", "serde_json"] }
35+
rand = "0.8"

0 commit comments

Comments
 (0)