Merge pull request #99 from pastebinrun/e80cdependabot/cargo/chrono-0.4.22

Bump chrono from 0.4.21 to 0.4.22
This commit is contained in:
Konrad Borowski 2022-08-16 16:02:43 +02:00 committed by GitHub
commit a6953772b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -248,9 +248,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.21"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb"
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
dependencies = [
"iana-time-zone",
"js-sys",
@ -925,12 +925,12 @@ dependencies = [
[[package]]
name = "iana-time-zone"
version = "0.1.41"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1779539f58004e5dba1c1f093d44325ebeb244bfc04b791acdc0aaeca9c04570"
checksum = "ef5528d9c2817db4e10cc78f8d4c8228906e5854f389ff6b076cee3572a09d35"
dependencies = [
"android_system_properties",
"core-foundation",
"core-foundation-sys",
"js-sys",
"wasm-bindgen",
"winapi 0.3.9",

View File

@ -8,7 +8,7 @@ build = "buildSrc/build.rs"
[dependencies]
ammonia = "3.2.1"
chrono = "0.4.21"
chrono = "0.4.22"
diesel = { version = "1.4.6", features = ["chrono"] }
diesel_migrations = "1.4.0"
itertools = "0.10.1"