Skip to content

Commit e4c5886

Browse files
Update Rust crate serde_json to 1.0.143 (#293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a03c4d1 commit e4c5886

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/Cargo.lock

Lines changed: 2 additions & 2 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
@@ -9,7 +9,7 @@ actix-web-prom = { version = "0.10.0", features = ["process"] }
99
actix-files = { version = "0.6.6" }
1010
actix-service = { version = "2.0.3" }
1111
serde = { version = "1.0.219", features = ["derive"] }
12-
serde_json = "1.0.142"
12+
serde_json = "1.0.143"
1313
serde-querystring-actix = "0.3.0"
1414
chrono = { version = "0.4.41", features = ["serde"] }
1515
dotenv = "0.15.0"

0 commit comments

Comments
 (0)