chore(deps): update rust crate chrono to 0.4.27
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-08-29 14:44:14 +00:00
parent a0634a542b
commit 2dcd9d0cd1
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -218,9 +218,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.26"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8"
dependencies = [
"android-tzdata",
"iana-time-zone",
@ -228,7 +228,7 @@ dependencies = [
"num-traits",
"time",
"wasm-bindgen",
"winapi",
"windows-targets",
]
[[package]]

View File

@ -30,7 +30,7 @@ tempdir = "0.3.7"
reqwest = { version = "0.11.20" }
git-cliff-core = "1.2.0"
regex = "1.9.4"
chrono = "0.4.26"
chrono = "0.4.27"
lazy_static = "1.4.0"
parse-changelog = "0.6.2"