You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Bump chrono from 0.4.19 to 0.4.20
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.20. - [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.19...v0.4.20) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
2e2c3d54a6
commit
2568720106
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -754,15 +754,16 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.19"
|
||||
version = "0.4.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
||||
checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"js-sys",
|
||||
"num-integer",
|
||||
"num-traits",
|
||||
"serde",
|
||||
"time 0.1.44",
|
||||
"wasm-bindgen",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
|
@@ -10,7 +10,7 @@ async-trait = "0.1.57"
|
||||
axum = { version = "0.5.13", features = ["headers"] }
|
||||
axum-extra = { version = "0.3.6", features = ["cookie-private"] }
|
||||
bincode = "1.3.3"
|
||||
chrono = "0.4.19"
|
||||
chrono = "0.4.20"
|
||||
data-encoding = "2.3.2"
|
||||
futures-util = "0.3.21"
|
||||
headers = "0.3.7"
|
||||
|
@@ -15,7 +15,7 @@ anyhow = "1.0.59"
|
||||
|
||||
schemars = { version = "0.8.10", features = ["url", "chrono"] }
|
||||
figment = { version = "0.10.6", features = ["env", "yaml", "test"] }
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
chrono = { version = "0.4.20", features = ["serde"] }
|
||||
url = { version = "2.2.2", features = ["serde"] }
|
||||
|
||||
serde = { version = "1.0.142", features = ["derive"] }
|
||||
|
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.19"
|
||||
chrono = "0.4.20"
|
||||
thiserror = "1.0.32"
|
||||
serde = "1.0.142"
|
||||
url = { version = "2.2.2", features = ["serde"] }
|
||||
|
@@ -48,7 +48,7 @@ crc = "3.0.0"
|
||||
|
||||
# Various data types and utilities
|
||||
data-encoding = "2.3.2"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
chrono = { version = "0.4.20", features = ["serde"] }
|
||||
url = { version = "2.2.2", features = ["serde"] }
|
||||
mime = "0.3.16"
|
||||
rand = "0.8.5"
|
||||
|
@@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
anyhow = "1.0.59"
|
||||
async-trait = "0.1.57"
|
||||
base64ct = { version = "1.5.1", features = ["std"] }
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
chrono = { version = "0.4.20", features = ["serde"] }
|
||||
crypto-mac = { version = "0.11.1", features = ["std"] }
|
||||
digest = "0.10.3"
|
||||
ecdsa = { version = "0.14.3", features = ["sign", "verify", "pem", "pkcs8"] }
|
||||
|
@@ -14,7 +14,7 @@ url = { version = "2.2.2", features = ["serde"] }
|
||||
parse-display = "0.5.5"
|
||||
indoc = "1.0.7"
|
||||
serde_with = { version = "2.0.0", features = ["chrono"] }
|
||||
chrono = "0.4.19"
|
||||
chrono = "0.4.20"
|
||||
sha2 = "0.10.2"
|
||||
data-encoding = "2.3.2"
|
||||
thiserror = "1.0.32"
|
||||
|
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
tokio = "1.20.1"
|
||||
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] }
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
chrono = { version = "0.4.20", features = ["serde"] }
|
||||
serde = { version = "1.0.142", features = ["derive"] }
|
||||
serde_json = "1.0.83"
|
||||
thiserror = "1.0.32"
|
||||
|
@@ -20,7 +20,7 @@ serde = { version = "1.0.142", features = ["derive"] }
|
||||
serde_json = "1.0.83"
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
||||
chrono = "0.4.19"
|
||||
chrono = "0.4.20"
|
||||
url = "2.2.2"
|
||||
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
Reference in New Issue
Block a user