Skip to content

Commit 143bf24

Browse files
committed
add suggestions
1 parent 05b5873 commit 143bf24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ resolver = "2"
1313
shared = { path = "shared" }
1414
actix-web = "4.9.0"
1515
clap = { version = "4.5.27", features = ["derive"] }
16-
serde = { version = "1.0", features = ["derive"] }
16+
serde = { version = "1.0.219", features = ["derive"] }
1717
tokio = { version = "1.43.0", features = ["full"] }
18-
uuid = { version = "1.5", features = ["v4", "serde"] }
18+
uuid = { version = "1.12.1", features = ["v4", "serde"] }
1919
log = { version = "0.4.26" }
2020
env_logger = { version = "0.11.6" }
2121
futures-util = { version = "0.3.31" }

0 commit comments

Comments
 (0)