You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump Rust depdenencies
This commit is contained in:
1360
Cargo.lock
generated
1360
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,23 +7,23 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
axum = { version = "0.6.11", features = ["headers"] }
|
||||
axum = { version = "0.6.15", features = ["headers"] }
|
||||
axum-extra = { version = "0.7.3", features = ["cookie-private"] }
|
||||
chrono = "0.4.24"
|
||||
data-encoding = "2.3.3"
|
||||
futures-util = "0.3.27"
|
||||
futures-util = "0.3.28"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.9"
|
||||
http-body = "0.4.5"
|
||||
mime = "0.3.17"
|
||||
rand = "0.8.5"
|
||||
sentry = { version = "0.30.0", default-features = false }
|
||||
serde = "1.0.158"
|
||||
serde_with = "2.3.1"
|
||||
serde = "1.0.160"
|
||||
serde_with = "2.3.2"
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_json = "1.0.94"
|
||||
serde_json = "1.0.96"
|
||||
thiserror = "1.0.40"
|
||||
tokio = "1.26.0"
|
||||
tokio = "1.27.0"
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
tracing = "0.1.37"
|
||||
url = "2.3.1"
|
||||
|
@ -7,22 +7,22 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
apalis-core = "=0.4.0-alpha.5"
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
atty = "0.2.14"
|
||||
axum = "0.6.11"
|
||||
axum = "0.6.15"
|
||||
camino = "1.1.4"
|
||||
clap = { version = "4.1.11", features = ["derive"] }
|
||||
clap = { version = "4.2.2", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
hyper = { version = "0.14.25", features = ["full"] }
|
||||
hyper = { version = "0.14.26", features = ["full"] }
|
||||
itertools = "0.10.5"
|
||||
listenfd = "1.0.1"
|
||||
rand = "0.8.5"
|
||||
rand_chacha = "0.3.1"
|
||||
rustls = "0.20.8"
|
||||
serde_json = "1.0.94"
|
||||
serde_yaml = "0.9.19"
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
rustls = "0.21.0"
|
||||
serde_json = "1.0.96"
|
||||
serde_yaml = "0.9.21"
|
||||
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
tokio = { version = "1.27.0", features = ["full"] }
|
||||
tower = { version = "0.4.13", features = ["full"] }
|
||||
tower-http = { version = "0.4.0", features = ["fs", "compression-full"] }
|
||||
url = "2.3.1"
|
||||
|
@ -6,12 +6,12 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.26.0", features = ["fs", "rt"] }
|
||||
tokio = { version = "1.27.0", features = ["fs", "rt"] }
|
||||
tracing = { version = "0.1.37" }
|
||||
async-trait = "0.1.68"
|
||||
|
||||
thiserror = "1.0.40"
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
|
||||
camino = { version = "1.1.4", features = ["serde1"] }
|
||||
chrono = { version = "0.4.24", features = ["serde"] }
|
||||
@ -20,9 +20,9 @@ schemars = { version = "0.8.12", features = ["url", "chrono"] }
|
||||
ulid = { version = "1.0.0", features = ["serde"] }
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_with = { version = "2.3.1", features = ["hex", "chrono"] }
|
||||
serde_json = "1.0.94"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_with = { version = "2.3.2", features = ["hex", "chrono"] }
|
||||
serde_json = "1.0.96"
|
||||
|
||||
pem-rfc7468 = "0.7.0"
|
||||
rustls-pemfile = "1.0.2"
|
||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
chrono = "0.4.24"
|
||||
thiserror = "1.0.40"
|
||||
serde = "1.0.158"
|
||||
serde = "1.0.160"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
crc = "3.0.1"
|
||||
ulid = { version = "1.0.0", features = ["serde"] }
|
||||
|
@ -11,20 +11,20 @@ tracing = "0.1.37"
|
||||
thiserror = "1.0.40"
|
||||
headers = "0.3.8"
|
||||
|
||||
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.4", default-features = false, features = ["client-hyper"] }
|
||||
aws-smithy-async = { version = "0.54.4", default-features = false, features = ["rt-tokio"] }
|
||||
aws-smithy-http = { version = "0.54.4", default-features = false }
|
||||
aws-smithy-http-tower = { version = "0.54.4", default-features = false }
|
||||
aws-types = "0.54.1"
|
||||
aws-sdk-sesv2 = { version = "0.26.0", default-features = false }
|
||||
aws-config = { version = "0.55.1", default-features = false }
|
||||
aws-smithy-client = { version = "0.55.1", default-features = false, features = ["client-hyper"] }
|
||||
aws-smithy-async = { version = "0.55.1", default-features = false, features = ["rt-tokio"] }
|
||||
aws-smithy-http = { version = "0.55.1", default-features = false }
|
||||
aws-smithy-http-tower = { version = "0.55.1", default-features = false }
|
||||
aws-types = "0.55.1"
|
||||
|
||||
mas-templates = { path = "../templates" }
|
||||
mas-http = { path = "../http", features = ["aws-sdk", "client"] }
|
||||
mas-tower = { path = "../tower", features = ["aws-sdk"] }
|
||||
|
||||
[dependencies.lettre]
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
default-features = false
|
||||
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]
|
||||
|
||||
|
@ -18,9 +18,9 @@ use async_trait::async_trait;
|
||||
use aws_config::provider_config::ProviderConfig;
|
||||
use aws_sdk_sesv2::{
|
||||
middleware::DefaultMiddleware,
|
||||
model::{EmailContent, RawMessage},
|
||||
output::SendEmailOutput,
|
||||
types::Blob,
|
||||
operation::send_email::{SendEmailError, SendEmailOutput},
|
||||
primitives::Blob,
|
||||
types::{EmailContent, RawMessage},
|
||||
Client,
|
||||
};
|
||||
use aws_smithy_async::rt::sleep::TokioSleep;
|
||||
@ -31,7 +31,7 @@ use mas_http::ClientInitError;
|
||||
use mas_tower::{enrich_span_fn, make_span_fn, TraceContextLayer, TraceLayer};
|
||||
use tracing::{info_span, Span};
|
||||
|
||||
pub type Error = aws_smithy_client::SdkError<aws_sdk_sesv2::error::SendEmailError>;
|
||||
pub type Error = aws_smithy_client::SdkError<SendEmailError>;
|
||||
|
||||
/// An asynchronous email transport that sends email via the AWS Simple Email
|
||||
/// Service v2 API
|
||||
|
@ -6,11 +6,11 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
async-graphql = { version = "5.0.6", features = ["chrono", "url"] }
|
||||
anyhow = "1.0.70"
|
||||
async-graphql = { version = "5.0.7", features = ["chrono", "url"] }
|
||||
chrono = "0.4.24"
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
tokio = { version = "1.26.0", features = ["sync"] }
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
tokio = { version = "1.27.0", features = ["sync"] }
|
||||
thiserror = "1.0.40"
|
||||
tracing = "0.1.37"
|
||||
ulid = "1.0.0"
|
||||
|
@ -7,37 +7,37 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
# Async runtime
|
||||
tokio = { version = "1.26.0", features = ["macros"] }
|
||||
futures-util = "0.3.27"
|
||||
tokio = { version = "1.27.0", features = ["macros"] }
|
||||
futures-util = "0.3.28"
|
||||
|
||||
# Logging and tracing
|
||||
tracing = "0.1.37"
|
||||
|
||||
# Error management
|
||||
thiserror = "1.0.40"
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
sentry = { version = "0.30.0", default-features = false }
|
||||
|
||||
# Web server
|
||||
hyper = { version = "0.14.25", features = ["full"] }
|
||||
hyper = { version = "0.14.26", features = ["full"] }
|
||||
tower = "0.4.13"
|
||||
tower-http = { version = "0.4.0", features = ["cors"] }
|
||||
axum = "0.6.11"
|
||||
axum-macros = "0.3.6"
|
||||
axum = "0.6.15"
|
||||
axum-macros = "0.3.7"
|
||||
axum-extra = { version = "0.7.3", features = ["cookie-private"] }
|
||||
|
||||
async-graphql = { version = "5.0.6", features = ["tracing", "apollo_tracing"] }
|
||||
async-graphql = { version = "5.0.7", features = ["tracing", "apollo_tracing"] }
|
||||
|
||||
# Emails
|
||||
lettre = { version = "0.10.3", default-features = false, features = ["builder"] }
|
||||
lettre = { version = "0.10.4", default-features = false, features = ["builder"] }
|
||||
|
||||
# Database access
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
# Various structure (de)serialization
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_with = { version = "2.3.1", features = ["hex", "chrono"] }
|
||||
serde_json = "1.0.94"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_with = { version = "2.3.2", features = ["hex", "chrono"] }
|
||||
serde_json = "1.0.96"
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
||||
# Password hashing
|
||||
@ -74,7 +74,7 @@ oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "2.0.1"
|
||||
insta = "1.28.0"
|
||||
insta = "1.29.0"
|
||||
tracing-subscriber = "0.3.16"
|
||||
|
||||
[features]
|
||||
|
@ -6,38 +6,38 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
aws-smithy-http = { version = "0.54.4", optional = true }
|
||||
aws-types = { version = "0.54.1", optional = true }
|
||||
axum = { version = "0.6.11", optional = true }
|
||||
aws-smithy-http = { version = "0.55.1", optional = true }
|
||||
aws-types = { version = "0.55.1", optional = true }
|
||||
axum = { version = "0.6.15", optional = true }
|
||||
bytes = "1.4.0"
|
||||
futures-util = "0.3.27"
|
||||
futures-util = "0.3.28"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.9"
|
||||
http-body = "0.4.5"
|
||||
hyper = "0.14.25"
|
||||
hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true }
|
||||
hyper = "0.14.26"
|
||||
hyper-rustls = { version = "0.24.0", features = ["http1", "http2"], default-features = false, optional = true }
|
||||
once_cell = "1.17.1"
|
||||
opentelemetry = "0.18.0"
|
||||
rustls = { version = "0.20.8", optional = true }
|
||||
rustls = { version = "0.21.0", optional = true }
|
||||
rustls-native-certs = { version = "0.6.2", optional = true }
|
||||
serde = "1.0.158"
|
||||
serde_json = "1.0.94"
|
||||
serde = "1.0.160"
|
||||
serde_json = "1.0.96"
|
||||
serde_urlencoded = "0.7.1"
|
||||
thiserror = "1.0.40"
|
||||
tokio = { version = "1.26.0", features = ["sync", "parking_lot"], optional = true }
|
||||
tokio = { version = "1.27.0", features = ["sync", "parking_lot"], optional = true }
|
||||
tower = { version = "0.4.13", features = [] }
|
||||
tower-http = { version = "0.4.0", features = ["cors"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-opentelemetry = "0.18.0"
|
||||
webpki = { version = "0.22.0", optional = true }
|
||||
webpki-roots = { version = "0.22.6", optional = true }
|
||||
webpki-roots = { version = "0.23.0", optional = true }
|
||||
|
||||
mas-tower = { path = "../tower" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.69"
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
tokio = { version = "1.26.0", features = ["macros", "rt"] }
|
||||
anyhow = "1.0.70"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
tokio = { version = "1.27.0", features = ["macros", "rt"] }
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
|
||||
[features]
|
||||
|
@ -6,14 +6,14 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
async-trait = "0.1.68"
|
||||
camino = "1.1.4"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.2.1"
|
||||
futures-util = "0.3.27"
|
||||
reqwest = { version = "0.11.15", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
futures-util = "0.3.28"
|
||||
reqwest = { version = "0.11.16", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
tokio = { version = "1.27.0", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.16"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.158", optional = true }
|
||||
serde = { version = "1.0.160", optional = true }
|
||||
schemars = { version = "0.8.12", default-features = false, optional = true }
|
||||
|
||||
[features]
|
||||
|
@ -9,22 +9,22 @@ license = "Apache-2.0"
|
||||
base64ct = { version = "1.6.0", features = ["std"] }
|
||||
chrono = { version = "0.4.24", features = ["serde"] }
|
||||
digest = "0.10.6"
|
||||
ecdsa = { version = "0.16.1", features = ["signing", "verifying"] }
|
||||
elliptic-curve = "0.13.2"
|
||||
generic-array = "0.14.6"
|
||||
ecdsa = { version = "0.16.6", features = ["signing", "verifying"] }
|
||||
elliptic-curve = "0.13.4"
|
||||
generic-array = "0.14.7"
|
||||
hmac = "0.12.1"
|
||||
k256 = { version = "0.13.0", features = ["ecdsa"] }
|
||||
p256 = { version = "0.13.0", features = ["ecdsa"] }
|
||||
k256 = { version = "0.13.1", features = ["ecdsa"] }
|
||||
p256 = { version = "0.13.2", features = ["ecdsa"] }
|
||||
p384 = { version = "0.13.0", features = ["ecdsa"] }
|
||||
rand = "0.8.5"
|
||||
rsa = "0.9.0-pre.0"
|
||||
rsa = "0.9.0-pre.1"
|
||||
schemars = "0.8.12"
|
||||
sec1 = "0.7.1"
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_json = "1.0.94"
|
||||
serde_with = { version = "2.3.1", features = ["base64"] }
|
||||
sec1 = "0.7.2"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
serde_with = { version = "2.3.2", features = ["base64"] }
|
||||
sha2 = { version = "0.10.6", features = ["oid"] }
|
||||
signature = "2.0.0"
|
||||
signature = "2.1.0"
|
||||
thiserror = "1.0.40"
|
||||
tracing = "0.1.37"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
@ -32,5 +32,5 @@ url = { version = "2.3.1", features = ["serde"] }
|
||||
mas-iana = { path = "../iana" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.28.0" }
|
||||
insta = { version = "1.29.0" }
|
||||
rand_chacha = "0.3.1"
|
||||
|
@ -6,24 +6,24 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
aead = { version = "0.5.1", features = ["std"] }
|
||||
aead = { version = "0.5.2", features = ["std"] }
|
||||
const-oid = { version = "0.9.2", features = ["std"] }
|
||||
cookie = { version = "0.17.0", features = ["key-expansion", "private"] }
|
||||
der = { version = "0.7.3", features = ["std"] }
|
||||
ecdsa = { version = "0.16.1", features = ["std"] }
|
||||
elliptic-curve = { version = "0.13.2", features = ["std", "pem", "sec1"] }
|
||||
k256 = { version = "0.13.0", features = ["std"] }
|
||||
p256 = { version = "0.13.0", features = ["std"] }
|
||||
ecdsa = { version = "0.16.6", features = ["std"] }
|
||||
elliptic-curve = { version = "0.13.4", features = ["std", "pem", "sec1"] }
|
||||
k256 = { version = "0.13.1", features = ["std"] }
|
||||
p256 = { version = "0.13.2", features = ["std"] }
|
||||
p384 = { version = "0.13.0", features = ["std"] }
|
||||
pem-rfc7468 = { version = "0.7.0", features = ["std"] }
|
||||
pkcs1 = { version = "0.7.1", features = ["std"] }
|
||||
pkcs8 = { version = "0.10.1", features = ["std", "pkcs5", "encryption"] }
|
||||
pkcs1 = { version = "0.7.3", features = ["std"] }
|
||||
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
|
||||
rand = "0.8.5"
|
||||
rsa = { version = "0.9.0-pre.0", features = ["std", "pem"] }
|
||||
sec1 = { version = "0.7.1", features = ["std"] }
|
||||
spki = { version = "0.7.0", features = ["std"] }
|
||||
rsa = { version = "0.9.0-pre.1", features = ["std", "pem"] }
|
||||
sec1 = { version = "0.7.2", features = ["std"] }
|
||||
spki = { version = "0.7.1", features = ["std"] }
|
||||
thiserror = "1.0.40"
|
||||
generic-array = "0.14.6"
|
||||
generic-array = "0.14.7"
|
||||
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
|
||||
base64ct = "1.6.0"
|
||||
|
||||
@ -31,5 +31,5 @@ mas-iana = { path = "../iana" }
|
||||
mas-jose = { path = "../jose" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.28.0", features = ["yaml"] }
|
||||
insta = { version = "1.29.0", features = ["yaml"] }
|
||||
rand_chacha = "0.3.1"
|
||||
|
@ -7,22 +7,22 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.4.0"
|
||||
futures-util = "0.3.27"
|
||||
futures-util = "0.3.28"
|
||||
http-body = "0.4.5"
|
||||
hyper = { version = "0.14.25", features = ["server", "http1", "http2", "tcp"] }
|
||||
hyper = { version = "0.14.26", features = ["server", "http1", "http2", "tcp"] }
|
||||
pin-project-lite = "0.2.9"
|
||||
thiserror = "1.0.40"
|
||||
tokio = { version = "1.26.0", features = ["net", "rt", "macros", "signal", "time"] }
|
||||
tokio-rustls = "0.23.4"
|
||||
tokio = { version = "1.27.0", features = ["net", "rt", "macros", "signal", "time"] }
|
||||
tokio-rustls = "0.24.0"
|
||||
tower-http = { version = "0.4.0", features = ["add-extension"] }
|
||||
tower-service = "0.3.2"
|
||||
tracing = "0.1.37"
|
||||
libc = "0.2.140"
|
||||
libc = "0.2.141"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
rustls-pemfile = "1.0.2"
|
||||
tokio = { version = "1.26.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
|
||||
tokio = { version = "1.27.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
|
||||
tokio-test = "0.4.2"
|
||||
tracing-subscriber = "0.3.16"
|
||||
|
||||
|
@ -92,7 +92,7 @@ impl<T> MaybeTlsStream<T> {
|
||||
.negotiated_cipher_suite()
|
||||
.expect("TLS handshake is not done yet");
|
||||
|
||||
let sni_hostname = conn.sni_hostname().map(ToOwned::to_owned);
|
||||
let sni_hostname = conn.server_name().map(ToOwned::to_owned);
|
||||
let alpn_protocol = conn.alpn_protocol().map(ToOwned::to_owned);
|
||||
let peer_certificates = conn.peer_certificates().map(ToOwned::to_owned);
|
||||
Some(TlsStreamInfo {
|
||||
|
@ -7,13 +7,13 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
http = "0.2.9"
|
||||
serde = "1.0.158"
|
||||
serde_json = "1.0.94"
|
||||
serde = "1.0.160"
|
||||
serde_json = "1.0.96"
|
||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
parse-display = "0.8.0"
|
||||
indoc = "2.0.1"
|
||||
serde_with = { version = "2.3.1", features = ["chrono"] }
|
||||
serde_with = { version = "2.3.2", features = ["chrono"] }
|
||||
chrono = "0.4.24"
|
||||
sha2 = "0.10.6"
|
||||
data-encoding = "2.3.3"
|
||||
|
@ -22,20 +22,20 @@ base64ct = { version = "1.6.0", features = ["std"] }
|
||||
bytes = "1.4.0"
|
||||
chrono = "0.4.24"
|
||||
form_urlencoded = "1.1.0"
|
||||
futures = "0.3.27"
|
||||
futures = "0.3.28"
|
||||
futures-signals = "0.3.32"
|
||||
futures-util = "0.3.27"
|
||||
futures-util = "0.3.28"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.9"
|
||||
once_cell = "1.17.1"
|
||||
mime = "0.3.17"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_json = "1.0.94"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_with = "2.3.1"
|
||||
serde_with = "2.3.2"
|
||||
thiserror = "1.0.40"
|
||||
tokio = { version = "1.26.0", features = ["rt", "macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.27.0", features = ["rt", "macros", "rt-multi-thread"] }
|
||||
tower = { version = "0.4.13", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
@ -48,14 +48,14 @@ oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
# Default http service
|
||||
http-body = { version = "0.4.5", optional = true }
|
||||
rustls = {version = "0.20.8", optional = true }
|
||||
rustls = {version = "0.21.0", optional = true }
|
||||
[dependencies.hyper-rustls]
|
||||
version = "0.23.2"
|
||||
version = "0.24.0"
|
||||
features = ["http1", "http2", "rustls-native-certs"]
|
||||
default-features = false
|
||||
optional = true
|
||||
[dependencies.hyper]
|
||||
version = "0.14.25"
|
||||
version = "0.14.26"
|
||||
features = ["client", "http1", "http2", "stream", "runtime" ]
|
||||
optional = true
|
||||
[dependencies.tower-http]
|
||||
@ -68,4 +68,4 @@ assert_matches = "1.5.0"
|
||||
bitflags = "2.1.0"
|
||||
mas-keystore = { path = "../keystore" }
|
||||
rand_chacha = "0.3.1"
|
||||
wiremock = "0.5.17"
|
||||
wiremock = "0.5.18"
|
||||
|
@ -6,20 +6,20 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_json = "1.0.94"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
thiserror = "1.0.40"
|
||||
tokio = { version = "1.26.0", features = ["io-util"] }
|
||||
tokio = { version = "1.27.0", features = ["io-util"] }
|
||||
tracing = "0.1.37"
|
||||
wasmtime = { version = "6.0.1", default-features = false, features = ["async", "cranelift"] }
|
||||
wasmtime = { version = "7.0.0", default-features = false, features = ["async", "cranelift"] }
|
||||
|
||||
mas-data-model = { path = "../data-model" }
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.26.0", features = ["fs", "rt", "macros"] }
|
||||
tokio = { version = "1.27.0", features = ["fs", "rt", "macros"] }
|
||||
|
||||
[features]
|
||||
cache = ["wasmtime/cache"]
|
||||
|
@ -6,8 +6,8 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.6.11", default-features = false }
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
axum = { version = "0.6.15", default-features = false }
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_urlencoded = "0.7.1"
|
||||
url = "2.3.1"
|
||||
ulid = "1.0.0"
|
||||
|
@ -6,15 +6,15 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_json = "1.0.94"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
thiserror = "1.0.40"
|
||||
camino = { version = "1.1.4", features = ["serde1"] }
|
||||
headers = "0.3.8"
|
||||
http = "0.2.9"
|
||||
tower-service = "0.3.2"
|
||||
tower-http = { version = "0.4.0", features = ["fs"] }
|
||||
tokio = { version = "1.26.0", features = ["fs"] }
|
||||
tokio = { version = "1.27.0", features = ["fs"] }
|
||||
|
||||
[[bin]]
|
||||
name = "render"
|
||||
|
@ -7,18 +7,18 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json", "uuid"] }
|
||||
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json", "uuid"] }
|
||||
chrono = { version = "0.4.24", features = ["serde"] }
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_json = "1.0.94"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
thiserror = "1.0.40"
|
||||
tracing = "0.1.37"
|
||||
futures-util = "0.3.27"
|
||||
futures-util = "0.3.28"
|
||||
|
||||
rand = "0.8.5"
|
||||
rand_chacha = "0.3.1"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
uuid = "1.3.0"
|
||||
uuid = "1.3.1"
|
||||
ulid = { version = "1.0.0", features = ["uuid", "serde"] }
|
||||
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
@ -9,13 +9,13 @@ license = "Apache-2.0"
|
||||
async-trait = "0.1.68"
|
||||
chrono = "0.4.24"
|
||||
thiserror = "1.0.40"
|
||||
futures-util = "0.3.27"
|
||||
futures-util = "0.3.28"
|
||||
|
||||
apalis-core = { version = "=0.4.0-alpha.5", features = ["tokio-comp"] }
|
||||
opentelemetry = "0.18.0"
|
||||
rand_core = "0.6.4"
|
||||
serde = "1.0.159"
|
||||
serde_json = "1.0.95"
|
||||
serde = "1.0.160"
|
||||
serde_json = "1.0.96"
|
||||
tracing = "0.1.37"
|
||||
tracing-opentelemetry = "0.18.0"
|
||||
url = "2.3.1"
|
||||
|
@ -14,7 +14,7 @@ async-trait = "0.1.68"
|
||||
chrono = "0.4.24"
|
||||
rand = "0.8.5"
|
||||
rand_chacha = "0.3.1"
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
thiserror = "1.0.40"
|
||||
tower = "0.4.13"
|
||||
tracing = "0.1.37"
|
||||
@ -22,7 +22,7 @@ tracing-opentelemetry = "0.18.0"
|
||||
opentelemetry = "0.18.0"
|
||||
ulid = "1.0.0"
|
||||
url = "2.3.1"
|
||||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
|
||||
mas-axum-utils = { path = "../axum-utils" }
|
||||
mas-data-model = { path = "../data-model" }
|
||||
|
@ -7,14 +7,14 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.37"
|
||||
tokio = { version = "1.26.0", features = ["macros", "rt"] }
|
||||
tokio = { version = "1.27.0", features = ["macros", "rt"] }
|
||||
|
||||
anyhow = "1.0.69"
|
||||
anyhow = "1.0.70"
|
||||
thiserror = "1.0.40"
|
||||
|
||||
tera = "1.18.1"
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_json = "1.0.94"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
||||
camino = "1.1.4"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
aws-smithy-http = { version = "0.54.4", optional = true }
|
||||
aws-smithy-http = { version = "0.55.1", optional = true }
|
||||
http = "0.2.9"
|
||||
tracing = "0.1.37"
|
||||
tracing-opentelemetry = "0.18.0"
|
||||
|
Reference in New Issue
Block a user