Skip to content

Commit 8e5e384

Browse files
chore: Bump the cargo group with 2 updates (#123)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab095dc commit 8e5e384

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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
@@ -20,11 +20,11 @@ serde = ["dep:serde"]
2020
[dependencies]
2121
bincode = { version = "2.0.1", features = ["derive"], default-features = false, optional = true }
2222
chrono = { version = "0.4.41", features = ["alloc"], default-features = false, optional = true }
23-
rand = { version = "0.9.1", features = ["thread_rng"], default-features = false, optional = true }
23+
rand = { version = "0.9.2", features = ["thread_rng"], default-features = false, optional = true }
2424
serde = { version = "1.0.219", features = ["derive"], default-features = false, optional = true }
2525

2626
[dev-dependencies]
27-
serde_json = "1.0.140"
27+
serde_json = "1.0.141"
2828
bincode = { version = "2.0.1", features = ["serde"] }
2929

3030
[lints.rust]

0 commit comments

Comments
 (0)