Skip to content

Commit

Permalink
Merge pull request #260 from KisaragiEffective/renovate/chrono-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate chrono to 0.4.31
  • Loading branch information
KisaragiEffective committed Oct 22, 2023
2 parents 3b797b5 + af34da2 commit c2f519d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
30 changes: 6 additions & 24 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.27", features = ["serde"] }
chrono = { version = "0.4.31", features = ["serde"] }
serde = { version = "1.0.189", 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.1"
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", "serde"] }
clap = { version = "4.4.6", features = ["derive"] }
fern = { version = "0.6.2", features = ["colored"] }
fs2 = { version = "0.4.3" }
Expand Down

0 comments on commit c2f519d

Please sign in to comment.