Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.193 (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Kolstad <[email protected]>
  • Loading branch information
renovate[bot] and Christopher Kolstad authored Dec 20, 2023
1 parent e90b3b4 commit 66d7cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ reqwest = { version = "0.11.23", default-features = false, features = [
] }
rustls = "0.21.8"
rustls-pemfile = "1.0.4"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_qs = { version = "0.12.0", features = ["actix4", "tracing"] }
shadow-rs = { version = "0.25.0" }
Expand Down

0 comments on commit 66d7cba

Please sign in to comment.