Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.111 (#124)
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 Jan 8, 2024
1 parent 1ed4427 commit 52f2f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mq-surreal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ keywords = ["job", "scheduler", "queue"]
[dependencies]
async-trait = "0.1.77"
mq = { "path" = "../mq", version = "0.9.0" }
serde_json = "1.0.110"
serde_json = "1.0.111"
surrealdb = "1.0.2"
time = { version = "0.3.31", features = ["std", "serde"] }
2 changes: 1 addition & 1 deletion mq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["job", "scheduler", "queue"]
async-trait = "0.1.77"
futures = "0.3.30"
serde = { version = "1.0.195", features = ["serde_derive"] }
serde_json = "1.0.110"
serde_json = "1.0.111"
serde_with = "3.4.0"
thiserror = "1.0.56"
time = { version = "0.3.31", features = ["std", "serde", "parsing", "formatting"] }
Expand Down

0 comments on commit 52f2f22

Please sign in to comment.