Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rtkay123 committed Feb 11, 2024
1 parent 81ddbdd commit 727f570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 crates/archlinux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = "https://github.com/rtkay123/mirro-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4.33", features = ["serde"], optional = true }
chrono = { version = "0.4.34", features = ["serde"], optional = true }
futures = "0.3.30"
itertools.workspace = true
log = "0.4.17"
Expand Down

0 comments on commit 727f570

Please sign in to comment.