Skip to content

Commit 343c301

Browse files
build(deps): bump rand from 0.8.5 to 0.9.3
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6702c3d commit 343c301

4 files changed

Lines changed: 94 additions & 32 deletions

File tree

Cargo.lock

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

bottomless/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tracing-subscriber = "0.3.16"
2323
arc-swap = "1.6"
2424
chrono = "0.4.23"
2525
uuid = "1.4.1"
26-
rand = "0.8.5"
26+
rand = "0.9.3"
2727
futures-core = "0.3.29"
2828
serde = { version = "1.0.196", features = ["derive"] }
2929
metrics = "0.21.1"

libsql-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pem = "3.0.4"
5050
pin-project-lite = "0.2.13"
5151
priority-queue = "1.3"
5252
prost = "0.12"
53-
rand = "0.8"
53+
rand = "0.9"
5454
regex = "1.7.0"
5555
reqwest = { version = "0.11.16", features = ["json", "rustls-tls"], default-features = false }
5656
rusqlite = { workspace = true }
@@ -104,7 +104,7 @@ insta = { version = "1.26.0", features = ["json"] }
104104
libsql = { path = "../libsql/"}
105105
libsql-client = { version = "0.6.5", default-features = false, features = ["reqwest_backend"] }
106106
proptest = "1.0.0"
107-
rand = "0.8.5"
107+
rand = "0.9.3"
108108
tempfile = "3.7.0"
109109
turmoil = "0.6.0"
110110
url = "2.3"

libsql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tokio = { version = "1.29.1", features = ["full"] }
5454
tokio-test = "0.4"
5555
tracing-subscriber = "0.3"
5656
tempfile = { version = "3.7.0" }
57-
rand = "0.8.5"
57+
rand = "0.9.3"
5858

5959
[features]
6060
default = ["core", "replication", "remote", "sync", "tls"]

0 commit comments

Comments
 (0)