Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Update Rust crate chrono to 0.4.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent f24ad88 commit e63a45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grabber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4.19", features = ["unstable-locales"] }
chrono = { version = "0.4.37", features = ["unstable-locales"] }
clap = { version = "3.0.0-beta.2", features = ["yaml", "wrap_help", "suggestions", "color"] }
octocrab = "0.11.0"
serde = "1.0.127"
Expand Down

0 comments on commit e63a45d

Please sign in to comment.