Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.200 (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 7e9faaf commit 451faf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["job", "scheduler", "queue"]
[dependencies]
async-trait = "0.1.80"
futures = "0.3.30"
serde = { version = "1.0.199", features = ["serde_derive"] }
serde = { version = "1.0.200", features = ["serde_derive"] }
serde_json = "1.0.116"
serde_with = "3.8.1"
thiserror = "1.0.59"
Expand Down

0 comments on commit 451faf1

Please sign in to comment.