1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-02-16 14:50:20 +01:00
parent eb8bda6bbb
commit 823b27a714
7 changed files with 49 additions and 90 deletions

123
Cargo.lock generated
View File

@ -467,7 +467,7 @@ dependencies = [
"http",
"hyper",
"ring",
"time 0.3.17",
"time 0.3.18",
"tokio",
"tower",
"tracing",
@ -623,15 +623,15 @@ dependencies = [
"percent-encoding",
"regex",
"sha2",
"time 0.3.17",
"time 0.3.18",
"tracing",
]
[[package]]
name = "aws-smithy-async"
version = "0.54.2"
version = "0.54.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6831e34a636bb7a72758aae4cdf83c2f2163a2a1cddc0c4c87fbc012e3abb439"
checksum = "00e8615bf58d144dec3fcdb5110941b84e904c68054cb74ed240b9588fc337a5"
dependencies = [
"futures-util",
"pin-project-lite",
@ -641,9 +641,9 @@ dependencies = [
[[package]]
name = "aws-smithy-client"
version = "0.54.2"
version = "0.54.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7365943b56f47c9217cc8e82ac102474b62d3efa24382ab3b7d31dee069a4b04"
checksum = "d8c1df4c1d03e1ce299ae4e24c19d0f4cd8bebceac60828530e579977d70289a"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
@ -662,9 +662,9 @@ dependencies = [
[[package]]
name = "aws-smithy-http"
version = "0.54.2"
version = "0.54.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f662559a3f3e448b961fdbc306c7d22162187cc02d0abe6b517bab061af9e11e"
checksum = "78abf16f8667b9176737cfffd1dd4ad07d350ef5dba01d01fdec5f31265f7134"
dependencies = [
"aws-smithy-types",
"bytes 1.4.0",
@ -682,9 +682,9 @@ dependencies = [
[[package]]
name = "aws-smithy-http-tower"
version = "0.54.2"
version = "0.54.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e46665291398cd939b2d8f962fa91f51aaf1db95709f0effe7a4313cfa6f2418"
checksum = "d517ac2476efc1820228c2fdfdcb17d3bea8695558bd67584a62a47c12b41918"
dependencies = [
"aws-smithy-http",
"aws-smithy-types",
@ -717,15 +717,15 @@ dependencies = [
[[package]]
name = "aws-smithy-types"
version = "0.54.2"
version = "0.54.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da22cf5a1529f60aeb4605311164ddb7d88bae03bf99314d9fb8e682d0a34ae5"
checksum = "ee8d2056dc5f10094d5e753ac5c649e8996869f0649b641e470950151596db73"
dependencies = [
"base64-simd",
"itoa 1.0.5",
"itoa",
"num-integer",
"ryu",
"time 0.3.17",
"time 0.3.18",
]
[[package]]
@ -768,7 +768,7 @@ dependencies = [
"http",
"http-body",
"hyper",
"itoa 1.0.5",
"itoa",
"matchit",
"memchr",
"mime",
@ -990,18 +990,6 @@ dependencies = [
"alloc-stdlib",
]
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "bstr"
version = "1.2.0"
@ -1133,18 +1121,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde"
dependencies = [
"chrono",
"chrono-tz-build 0.0.3",
"phf",
]
[[package]]
name = "chrono-tz"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa48fa079165080f11d7753fd0bc175b7d391f276b965fe4b55bfad67856e463"
dependencies = [
"chrono",
"chrono-tz-build 0.1.0",
"chrono-tz-build",
"phf",
]
@ -1159,17 +1136,6 @@ dependencies = [
"phf_codegen",
]
[[package]]
name = "chrono-tz-build"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9998fb9f7e9b2111641485bf8beb32f92945f97f92a3d061f744cfef335f751"
dependencies = [
"parse-zoneinfo",
"phf",
"phf_codegen",
]
[[package]]
name = "chronoutil"
version = "0.2.3"
@ -1192,9 +1158,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.1.4"
version = "4.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3"
dependencies = [
"bitflags",
"clap_derive",
@ -1286,7 +1252,7 @@ dependencies = [
"rand 0.8.5",
"sha2",
"subtle",
"time 0.3.17",
"time 0.3.18",
"version_check",
]
@ -1501,13 +1467,12 @@ dependencies = [
[[package]]
name = "csv"
version = "1.1.6"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
checksum = "af91f40b7355f82b0a891f50e70399475945bb0b0da4f1700ce60761c9d3e359"
dependencies = [
"bstr 0.2.17",
"csv-core",
"itoa 0.4.8",
"itoa",
"ryu",
"serde",
]
@ -1766,7 +1731,7 @@ dependencies = [
"rust_decimal",
"serde",
"thiserror",
"time 0.3.17",
"time 0.3.18",
]
[[package]]
@ -2198,7 +2163,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
dependencies = [
"aho-corasick",
"bstr 1.2.0",
"bstr",
"fnv",
"log",
"regex",
@ -2400,7 +2365,7 @@ checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
"bytes 1.4.0",
"fnv",
"itoa 1.0.5",
"itoa",
]
[[package]]
@ -2480,7 +2445,7 @@ dependencies = [
"http-body",
"httparse",
"httpdate",
"itoa 1.0.5",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
@ -2701,12 +2666,6 @@ dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
version = "1.0.5"
@ -3108,7 +3067,7 @@ dependencies = [
"serde_with",
"sqlx",
"thiserror",
"time 0.3.17",
"time 0.3.18",
"tokio",
"tower",
"tower-http",
@ -3674,9 +3633,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.0"
version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "opa-wasm"
@ -3687,7 +3646,7 @@ dependencies = [
"base64 0.20.0",
"cc",
"chrono",
"chrono-tz 0.8.1",
"chrono-tz",
"chronoutil",
"digest",
"duration-str",
@ -5049,7 +5008,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
"time 0.3.17",
"time 0.3.18",
"url",
"uuid",
]
@ -5104,7 +5063,7 @@ version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
dependencies = [
"itoa 1.0.5",
"itoa",
"ryu",
"serde",
]
@ -5136,7 +5095,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa 1.0.5",
"itoa",
"ryu",
"serde",
]
@ -5154,7 +5113,7 @@ dependencies = [
"serde",
"serde_json",
"serde_with_macros",
"time 0.3.17",
"time 0.3.18",
]
[[package]]
@ -5176,7 +5135,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567"
dependencies = [
"indexmap",
"itoa 1.0.5",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
@ -5380,7 +5339,7 @@ dependencies = [
"hkdf",
"hmac",
"indexmap",
"itoa 1.0.5",
"itoa",
"libc",
"log",
"md-5",
@ -5541,7 +5500,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3df578c295f9ec044ff1c829daf31bb7581d5b3c2a7a3d87419afe1f2531438c"
dependencies = [
"chrono",
"chrono-tz 0.6.3",
"chrono-tz",
"globwalk",
"humansize",
"lazy_static",
@ -5630,11 +5589,11 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.17"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
checksum = "af0097eaf301d576d0b2aead7a59facab6d53cc636340f0291fab8446a2e8613"
dependencies = [
"itoa 1.0.5",
"itoa",
"serde",
"time-core",
"time-macros",
@ -5927,7 +5886,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
dependencies = [
"crossbeam-channel",
"time 0.3.17",
"time 0.3.18",
"tracing-subscriber",
]

View File

@ -10,7 +10,7 @@ anyhow = "1.0.69"
atty = "0.2.14"
axum = "0.6.6"
camino = "1.1.2"
clap = { version = "4.1.4", features = ["derive"] }
clap = { version = "4.1.6", features = ["derive"] }
dotenv = "0.15.0"
hyper = { version = "0.14.24", features = ["full"] }
itertools = "0.10.5"

View File

@ -12,8 +12,8 @@ thiserror = "1.0.38"
aws-sdk-sesv2 = { version = "0.24.0", default-features = false }
aws-config = { version = "0.54.1", default-features = false }
aws-smithy-client = { version = "0.54.2", default-features = false, features = ["client-hyper"] }
aws-smithy-async = { version = "0.54.2", default-features = false, features = ["rt-tokio"] }
aws-smithy-client = { version = "0.54.3", default-features = false, features = ["client-hyper"] }
aws-smithy-async = { version = "0.54.3", default-features = false, features = ["rt-tokio"] }
mas-templates = { path = "../templates" }
mas-http = { path = "../http", features = ["aws-sdk", "client"] }

View File

@ -49,7 +49,7 @@ zeroize = "1.5.7"
# Various data types and utilities
camino = "1.1.2"
chrono = { version = "0.4.23", features = ["serde"] }
time = "0.3.17"
time = "0.3.18"
url = { version = "2.3.1", features = ["serde"] }
mime = "0.3.16"
rand = "0.8.5"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.54.2", optional = true }
aws-smithy-http = { version = "0.54.3", optional = true }
aws-types = { version = "0.54.1", optional = true }
axum = { version = "0.6.6", optional = true }
bytes = "1.4.0"
@ -16,7 +16,7 @@ http = "0.2.8"
http-body = "0.4.5"
hyper = "0.14.24"
hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.17.0"
once_cell = "1.17.1"
opentelemetry = "0.18.0"
opentelemetry-http = "0.7.0"
opentelemetry-semantic-conventions = "0.10.0"

View File

@ -10,7 +10,7 @@ anyhow = "1.0.69"
async-trait = "0.1.64"
camino = "1.1.2"
convert_case = "0.6.0"
csv = "1.1.6"
csv = "1.2.0"
futures-util = "0.3.26"
reqwest = { version = "0.11.14", features = ["blocking", "rustls-tls"], default-features = false }
serde = { version = "1.0.152", features = ["derive"] }

View File

@ -27,7 +27,7 @@ futures-signals = "0.3.31"
futures-util = "0.3.26"
headers = "0.3.8"
http = "0.2.8"
once_cell = "1.17.0"
once_cell = "1.17.1"
mime = "0.3.16"
rand = "0.8.5"
serde = { version = "1.0.152", features = ["derive"] }