Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.33 (#322)
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] committed Jan 25, 2024
1 parent bdb4189 commit 53099f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.32", features = ["serde"] }
chrono = { version = "0.4.33", features = ["serde"] }
serde = { version = "1.0.195", 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.5"
actix-web = "4.4.1"
actix-web-httpauth = "0.8.1"
anyhow = "1.0.79"
chrono = { version = "0.4.32", default-features = false, features = ["std", "clock", "libc", "serde"] }
chrono = { version = "0.4.33", default-features = false, features = ["std", "clock", "libc", "serde"] }
clap = { version = "4.4.18", features = ["derive"] }
fern = { version = "0.6.2", features = ["colored"] }
fs2 = { version = "0.4.3" }
Expand Down

0 comments on commit 53099f4

Please sign in to comment.