Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.191
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent c8d0ad6 commit dbfecdb
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.191", features = ["serde_derive"] }
serde_json = "1.0.107"
serde_with = "3.4.0"
thiserror = "1.0.49"
Expand Down

0 comments on commit dbfecdb

Please sign in to comment.