Skip to content

Commit

Permalink
Update Rust crate time to 0.3.22 (#28)
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 Jun 8, 2023
1 parent ac67953 commit 5ea1781
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 @@ -15,4 +15,4 @@ async-trait = "0.1.68"
mq = { "path" = "../mq", version = "0.4.7" }
serde_json = "1.0.96"
surrealdb = "1.0.0-beta.9"
time = { version = "0.3.21", features = ["std", "serde"] }
time = { version = "0.3.22", features = ["std", "serde"] }
2 changes: 1 addition & 1 deletion mq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0.163", features = ["serde_derive"] }
serde_json = "1.0.96"
serde_with = "3.0.0"
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["std", "serde", "parsing", "formatting"] }
time = { version = "0.3.22", features = ["std", "serde", "parsing", "formatting"] }
tokio = { version = "1.28.2", features = ["macros", "time"] }
tokio-util = "0.7.8"
tracing = "0.1.37"
Expand Down

0 comments on commit 5ea1781

Please sign in to comment.