Skip to content

Commit 46327a4

Browse files
authored
Merge branch 'main' into fix/release-workflows
2 parents b7846fb + 8344ddf commit 46327a4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -26,7 +26,7 @@ path = "crates/main.rs"
2626
thiserror = "2.0.18"
2727

2828
# Async runtime
29-
tokio = { version = "1.0", features = ["full"] }
29+
tokio = { version = "1.50", features = ["full"] }
3030

3131
# Serialization
3232
serde = { version = "1.0", features = ["derive"] }
@@ -66,7 +66,7 @@ uuid = { version = "1", features = ["v4"] }
6666
sha2 = "0.10"
6767
subtle = "2"
6868
base64 = "0.22"
69-
rand = "0.9"
69+
rand = "0.10"
7070

7171
# Logging
7272
tracing = "0.1"

0 commit comments

Comments
 (0)