mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-11 19:44:55 +00:00
Update locked dependencies
This commit is contained in:
Generated
+309
-317
File diff suppressed because it is too large
Load Diff
@@ -37,9 +37,7 @@ allow = [
|
||||
name = "ring"
|
||||
version = "*"
|
||||
expression = "MIT AND ISC AND OpenSSL"
|
||||
license-files = [
|
||||
{ path = "LICENSE", hash = 0xbd0eed23 }
|
||||
]
|
||||
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
|
||||
|
||||
[bans]
|
||||
# List of crates to deny
|
||||
@@ -54,19 +52,16 @@ deny = [
|
||||
multiple-versions = "deny"
|
||||
|
||||
skip = [
|
||||
{ name = "base64", version = "0.13.1" }, # async-graphql depends on this old version
|
||||
{ name = "base64", version = "0.21.7" }, # many dependencies depends on this old version
|
||||
{ name = "spin", version = "0.5.2" }, # lazy_static and ring depends on the old version
|
||||
{ name = "syn", version = "1.0.109" }, # sea-query, sqlx, schemars depend on the old version
|
||||
{ name = "strsim", version = "0.10.0" }, # darling depends on the old version
|
||||
{ name = "event-listener", version = "2.5.3" }, # async-channel (wiremock) and sqlx-core depend on the old version
|
||||
{ name = "regex-syntax", version = "0.6.29" }, # tracing-subscriber[env-filter] -> matchers depends on the old version
|
||||
{ name = "base64", version = "0.13.1" }, # async-graphql depends on this old version
|
||||
{ name = "base64", version = "0.21.7" }, # many dependencies depends on this old version
|
||||
{ name = "syn", version = "1.0.109" }, # sea-query, sqlx, schemars depend on the old version
|
||||
{ name = "event-listener", version = "2.5.3" }, # async-channel (wiremock) and sqlx-core depend on the old version
|
||||
{ name = "regex-syntax", version = "0.6.29" }, # tracing-subscriber[env-filter] -> matchers depends on the old version
|
||||
{ name = "regex-automata", version = "0.1.10" }, # ^
|
||||
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
|
||||
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
|
||||
{ name = "object", version = "0.32.2" }, # sentry-backtrace depends on this old version
|
||||
{ name = "bitflags", version = "1.3.2" }, # axum depends on an old version
|
||||
{ name = "hashbrown" }, # Too many versions :(
|
||||
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
|
||||
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
|
||||
{ name = "bitflags", version = "1.3.2" }, # axum depends on an old version
|
||||
{ name = "hashbrown" }, # Too many versions :(
|
||||
# sqlx uses old versions of those:
|
||||
{ name = "rustls", version = "0.21.10" },
|
||||
{ name = "rustls-pemfile", version = "1.0.4" },
|
||||
@@ -74,7 +69,6 @@ skip = [
|
||||
{ name = "webpki-roots", version = "0.25.3" },
|
||||
# axum-macros, sqlx-macros and sea-query-attr use an old version
|
||||
{ name = "heck", version = "0.4.1" },
|
||||
# we depend on old http/http-body/hyper versions, but some dependencies already upgraded
|
||||
{ name = "http", version = "0.2.12" },
|
||||
# sea-query-attr uses an old version of darling
|
||||
{ name = "darling", version = "0.14.4" },
|
||||
@@ -84,6 +78,8 @@ skip = [
|
||||
{ name = "winnow", version = "0.5.40" },
|
||||
# wasmtime, prost and sqlformat depend on this old version
|
||||
{ name = "itertools", version = "0.12.1" },
|
||||
# wasmtime -> cranelift is depending on this old version
|
||||
{ name = "gimli", version = "0.28.1" },
|
||||
]
|
||||
|
||||
skip-tree = []
|
||||
@@ -97,4 +93,4 @@ deny = ["oldtime"]
|
||||
unknown-registry = "warn"
|
||||
unknown-git = "warn"
|
||||
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
||||
allow-git = []
|
||||
allow-git = []
|
||||
|
||||
Reference in New Issue
Block a user