Skip to content

Commit 4c053b8

Browse files
fix(deps): update rust crate rand to 0.10
1 parent 612e912 commit 4c053b8

6 files changed

Lines changed: 53 additions & 15 deletions

File tree

Cargo.lock

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

mvclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ thiserror = "2"
1515
tokio = { version = "1", features = ["full"] }
1616
log = "0.4"
1717
tracing = "0.1"
18-
rand = "0.9"
18+
rand = "0.10"
1919
url = "2.3.1"
2020
hex = "0.4.3"
2121
serde = { version = "1", features = ["derive"] }

mvsqlite-fuse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = "1"
1010
thiserror = "2"
1111
tokio = { version = "1", features = ["full"] }
1212
log = "0.4"
13-
rand = "0.9"
13+
rand = "0.10"
1414
mvclient = { path = "../mvclient", version = "0.3.14" }
1515
tracing = "0.1"
1616
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt", "tracing-log", "json"] }

mvsqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "1"
1515
thiserror = "2"
1616
tokio = { version = "1", features = ["full"] }
1717
log = "0.4"
18-
rand = "0.9"
18+
rand = "0.10"
1919
stackful = "0.1.5"
2020
mvclient = { path = "../mvclient", version = "0.3.14" }
2121
tracing = "0.1"

mvstore-stress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ thiserror = "2"
1212
tokio = { version = "1", features = ["full"] }
1313
log = "0.4"
1414
tracing = "0.1"
15-
rand = "0.9"
15+
rand = "0.10"
1616
url = "2.3.1"
1717
hex = "0.4.3"
1818
serde = { version = "1", features = ["derive"] }

mvstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thiserror = "2"
2424
tokio = { version = "1", features = ["full"] }
2525
log = "0.4"
2626
tracing = "0.1"
27-
rand = "0.9"
27+
rand = "0.10"
2828
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt", "json"] }
2929
foundationdb = { version = "0.10.0", features = ["fdb-7_3"] }
3030
structopt = "0.3.26"

0 commit comments

Comments
 (0)