mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-10 05:44:29 +03:00
cargo: bump the cargo-dependencies group with 1 update
Bumps the cargo-dependencies group with 1 update: [chrono](https://github.com/chronotope/chrono). - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.27...v0.4.28) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9d9b2cd057
commit
134881c670
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -299,9 +299,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.27"
|
version = "0.4.28"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8"
|
checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android-tzdata",
|
"android-tzdata",
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
|
@ -28,7 +28,7 @@ cargo_metadata = "0.17.0"
|
|||||||
clap = { version = "4.4.1", features = ["derive", "deprecated", "wrap_help"] }
|
clap = { version = "4.4.1", features = ["derive", "deprecated", "wrap_help"] }
|
||||||
clap_complete = "4.4.0"
|
clap_complete = "4.4.0"
|
||||||
clap_mangen = "0.2.10"
|
clap_mangen = "0.2.10"
|
||||||
chrono = { version = "0.4.27", default-features = false, features = [
|
chrono = { version = "0.4.28", default-features = false, features = [
|
||||||
"std",
|
"std",
|
||||||
"clock",
|
"clock",
|
||||||
] }
|
] }
|
||||||
|
Loading…
Reference in New Issue
Block a user