Merge pull request #92 from pastebinrun/9886dependabot/cargo/chrono-0.4.21

Bump chrono from 0.4.20 to 0.4.21
This commit is contained in:
Konrad Borowski 2022-08-10 09:50:11 +02:00 committed by GitHub
commit 59081ac916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 3 deletions

27
Cargo.lock generated
View File

@ -59,6 +59,15 @@ dependencies = [
"url",
]
[[package]]
name = "android_system_properties"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
dependencies = [
"libc",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
@ -239,10 +248,11 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.20"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0"
checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb"
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
@ -913,6 +923,19 @@ dependencies = [
"tokio-native-tls",
]
[[package]]
name = "iana-time-zone"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1779539f58004e5dba1c1f093d44325ebeb244bfc04b791acdc0aaeca9c04570"
dependencies = [
"android_system_properties",
"core-foundation",
"js-sys",
"wasm-bindgen",
"winapi 0.3.9",
]
[[package]]
name = "ident_case"
version = "1.0.1"

View File

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