Skip to content

Commit f241113

Browse files
committed
Update rand dependency to 0.9 and shuttle-runtime to 0.57
1 parent 97928a9 commit f241113

File tree

6 files changed

+922
-821
lines changed

6 files changed

+922
-821
lines changed

rust/basics/Cargo.lock

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

rust/basics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
restate-sdk = "0.7.0"
88
tokio = { version = "1", features = ["full"] }
99
tracing-subscriber = "0.3"
10-
rand = "0.8.5"
10+
rand = "0.9"
1111
anyhow = "1.0.86"
1212
serde = { version = "1.0.208", features = ["derive"] }
1313
tracing = "0.1.41"

0 commit comments

Comments
 (0)