Skip to content

Commit 8068db6

Browse files
chore(deps): Update rand requirement from 0.8 to 0.9
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.0...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc3e348 commit 8068db6

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

crates/aws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ chrono = { workspace = true }
5656
serial_test = "3"
5757
deltalake-test = { path = "../test" }
5858
pretty_env_logger = "0.5.0"
59-
rand = "0.8"
59+
rand = "0.9"
6060
serde_json = { workspace = true }
6161

6262
[features]

crates/azure/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ chrono = { workspace = true }
3333
serial_test = "3"
3434
deltalake-test = { path = "../test" }
3535
pretty_env_logger = "0.5.0"
36-
rand = "0.8"
36+
rand = "0.9"
3737
serde_json = { workspace = true }
3838

3939
[features]

crates/catalog-unity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deltalake-gcp = { version = "0.10.0", path = "../gcp", optional = true }
2727
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "http2"] }
2828
reqwest-retry = "0.7"
2929
reqwest-middleware = { version = "0.4.0", features = ["json"] }
30-
rand = "0.8"
30+
rand = "0.9"
3131
dashmap = "6"
3232
datafusion = { workspace = true, optional = true }
3333
datafusion-common = { workspace = true, optional = true }

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ num-traits = "0.2.15"
9090
parking_lot = "0.12"
9191
percent-encoding = "2"
9292
tracing = { workspace = true }
93-
rand = "0.8"
93+
rand = "0.9"
9494
maplit = "1"
9595
sqlparser = { version = "0.56.0" }
9696
humantime = { version = "2.1.0" }

crates/gcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ chrono = { workspace = true }
3030
serial_test = "3"
3131
deltalake-test = { path = "../test" }
3232
pretty_env_logger = "0.5.0"
33-
rand = "0.8"
33+
rand = "0.9"
3434
serde_json = { workspace = true }
3535
tempfile = "3"
3636

crates/lakefs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ chrono = { workspace = true }
3838
serial_test = "3"
3939
deltalake-test = { path = "../test" }
4040
pretty_env_logger = "0.5.0"
41-
rand = "0.8"
41+
rand = "0.9"
4242
which = "7"
4343
maplit = "1"
4444
mockito = { version = "1.6.1"}

crates/mount/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ chrono = { workspace = true }
3131
serial_test = "3"
3232
deltalake-test = { path = "../test" }
3333
pretty_env_logger = "0.5.0"
34-
rand = "0.8"
34+
rand = "0.9"
3535
serde_json = { workspace = true }
3636
tempfile = "3"
3737
fs_extra = "1.3.0"

crates/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ url = { workspace = true }
2828
dotenvy = "0"
2929
fs_extra = "1.3.0"
3030
futures = { version = "0.3" }
31-
rand = "0.8"
31+
rand = "0.9"
3232
tempfile = "3"
3333
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
3434

0 commit comments

Comments
 (0)