Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent ae8a7b9 commit dd898df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/toy-blog-endpoint-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4.27", features = ["serde"] }
chrono = { version = "0.4.31", features = ["serde"] }
serde = { version = "1.0.188", features = ["derive"] }
strum = { version = "0.25.0", features = ["derive"] }
2 changes: 1 addition & 1 deletion packages/toy-blog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actix-cors = "0.6.4"
actix-web = "4.4.0"
actix-web-httpauth = "0.8.0"
anyhow = "1.0.75"
chrono = { version = "0.4.27", default-features = false, features = ["std", "clock", "libc", "time", "serde"] }
chrono = { version = "0.4.31", default-features = false, features = ["std", "clock", "libc", "time", "serde"] }
clap = { version = "4.4.1", features = ["derive"] }
fern = { version = "0.6.2", features = ["colored"] }
fs2 = { version = "0.4.3" }
Expand Down

0 comments on commit dd898df

Please sign in to comment.