Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.193 (#11668)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 19fbbf2 commit 50c8c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/newsletter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/shortlink-org/shortlink"
futures = { version = "0.3.29", default-features = true, features = ["async-await"] }
hyper = { version = "1.0", features = ["full"] }
tokio = { version = "1", features = ["full"] }
serde = {version = "1.0.192", features = ["derive"] }
serde = {version = "1.0.193", features = ["derive"] }
serde_json = "1.0"
serde_derive = "1.0"
route-recognizer = "0.3"
Expand Down

0 comments on commit 50c8c75

Please sign in to comment.