Skip to content

Commit ea8a33b

Browse files
fix(deps): update rust crate serde to 1.0.216 (#212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2d18d3 commit ea8a33b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ regex = "1.11.1"
1515
reqwest = {version = "0.12.9", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
1616
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
1717
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
18-
serde = {version = "1.0.215", features = ["derive"]}
18+
serde = {version = "1.0.216", features = ["derive"]}
1919
serde_json = "1.0.133"
2020
tokio = {version = "1.42.0", features = ["full"]}

0 commit comments

Comments
 (0)