Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.202 (#15512)
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] committed May 15, 2024
1 parent 330d28c commit 22ba541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boundaries/notification/newsletter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyroscope_pprofrs = "0.2.7"
futures = { version = "0.3.30", default-features = true, features = ["async-await"] }
hyper = { version = "1.3.1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
serde = {version = "1.0.201", features = ["derive"] }
serde = {version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
serde_derive = "1.0.201"
route-recognizer = "0.3.1"
Expand Down

0 comments on commit 22ba541

Please sign in to comment.