Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.192 (#102)
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 Nov 11, 2023
1 parent 858d028 commit ff00e5b
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.74"
futures = "0.3.28"
serde = { version = "1.0.190", features = ["serde_derive"] }
serde = { version = "1.0.192", features = ["serde_derive"] }
serde_json = "1.0.107"
serde_with = "3.4.0"
thiserror = "1.0.49"
Expand Down

0 comments on commit ff00e5b

Please sign in to comment.