Skip to content

Commit 48b33fe

Browse files
Update Rust crate serde to 1.0.228
1 parent e9e9e4f commit 48b33fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ actix-web = "4.11.0"
88
actix-web-prom = { version = "0.10.0", features = ["process"] }
99
actix-files = { version = "0.6.8" }
1010
actix-service = { version = "2.0.3" }
11-
serde = { version = "1.0.226", features = ["derive"] }
11+
serde = { version = "1.0.228", features = ["derive"] }
1212
serde_json = "1.0.145"
1313
serde-querystring-actix = "0.3.0"
1414
chrono = { version = "0.4.42", features = ["serde"] }

0 commit comments

Comments
 (0)