Skip to content

Commit b6ef667

Browse files
Update Rust crate serde to 1.0.226 (#331)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent edc3485 commit b6ef667

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

api/Cargo.lock

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

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.225", features = ["derive"] }
11+
serde = { version = "1.0.226", 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)