Skip to content

Commit deff071

Browse files
committed
Update serde json and rand crates
1 parent 79d68bc commit deff071

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ gix = { version = "0.73.0", default-features = false }
2727
dyn-clone = { version = "1.0.20" }
2828
comfy-table = { version = "7.1.4" }
2929
termcolor = { version = "1.4.1" }
30-
serde_json = { version = "1.0.140" }
30+
serde_json = { version = "1.0.142" }
3131
csv = { version = "1.3.1" }
3232
yaml-rust = { version = "0.4.5" }
3333
chrono = { version = "0.4.41" }
3434
regex = { version = "1.11.1" }
35-
rand = { version = "0.9.1" }
35+
rand = { version = "0.9.2" }
3636
indexmap = { version = "2.10.0" }
3737
linked-hash-map = { version = "0.5.6" }
3838
uuid = { version = "1.17.0", features = ["v4"] }

0 commit comments

Comments
 (0)