Skip to content

Commit

Permalink
chore(deps): update rust crate chrono to 0.4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2024
1 parent 7af3e0a commit 510afcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0" }
native_model = { version = "0.4.14" }

uuid = { version = "1.8" , optional = true }
chrono = { version = "0.4" , optional = true }
chrono = { version = "0.4.38" , optional = true }

# Optional tokio support
tokio = { version = "1", features = ["sync"], optional = true }
Expand All @@ -40,7 +40,7 @@ bincode = { version = "2.0.0-rc.3", features = ["serde"] }
criterion = { version = "0.5.1" }
doc-comment = "0.3.3"
uuid = { version = "1", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
rand = "0.8.5"
once_cell = "1.19"
dinghy-test = "0.7.1"
Expand Down

0 comments on commit 510afcc

Please sign in to comment.