chore(deps): update all dependencies
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending
This commit is contained in:
parent
1b8924e7f6
commit
f38bed3842
41
Cargo.lock
generated
41
Cargo.lock
generated
@ -482,12 +482,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "axum"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "810a80b128d70e6ed2bdf3fe8ed72c0ae56f5f5948d01c2753282dd92a84fce8"
|
||||
checksum = "202651474fe73c62d9e0a56c6133f7a0ff1dc1c8cf7a5b03381af2a26553ac9d"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"axum-core 0.4.0",
|
||||
"axum-core 0.4.1",
|
||||
"axum-macros 0.4.0",
|
||||
"bytes",
|
||||
"futures-util",
|
||||
@ -533,9 +533,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "axum-core"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "de0ddc355eab88f4955090a823715df47acf0b7660aab7a69ad5ce6301ee3b73"
|
||||
checksum = "77cb22c689c44d4c07b0ab44ebc25d69d8ae601a2f28fb8d672d344178fa17aa"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes",
|
||||
@ -600,8 +600,8 @@ version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "523ae92256049a3b02d3bb4df80152386cd97ddba0c8c5077619bdc8c4b1859b"
|
||||
dependencies = [
|
||||
"axum 0.7.1",
|
||||
"axum-core 0.4.0",
|
||||
"axum 0.7.2",
|
||||
"axum-core 0.4.1",
|
||||
"bytes",
|
||||
"cookie 0.18.0",
|
||||
"futures-util",
|
||||
@ -710,7 +710,7 @@ name = "basic"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum 0.7.1",
|
||||
"axum 0.7.2",
|
||||
"clap 4.4.10",
|
||||
"nefarious-login",
|
||||
"tokio",
|
||||
@ -859,7 +859,7 @@ name = "clap"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum 0.7.1",
|
||||
"axum 0.7.2",
|
||||
"clap 4.4.10",
|
||||
"nefarious-login",
|
||||
"tokio",
|
||||
@ -1129,7 +1129,7 @@ name = "custom_redirect"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum 0.7.1",
|
||||
"axum 0.7.2",
|
||||
"clap 4.4.10",
|
||||
"nefarious-login",
|
||||
"tokio",
|
||||
@ -1929,12 +1929,6 @@ dependencies = [
|
||||
"pin-project-lite",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "http-range-header"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
||||
|
||||
[[package]]
|
||||
name = "httparse"
|
||||
version = "1.8.0"
|
||||
@ -2338,7 +2332,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"async-sqlx-session",
|
||||
"async-trait",
|
||||
"axum 0.7.1",
|
||||
"axum 0.7.2",
|
||||
"axum-extra 0.9.0",
|
||||
"axum-sessions",
|
||||
"clap 4.4.10",
|
||||
@ -2383,7 +2377,7 @@ name = "noop"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum 0.7.1",
|
||||
"axum 0.7.2",
|
||||
"clap 4.4.10",
|
||||
"nefarious-login",
|
||||
"tokio",
|
||||
@ -4055,17 +4049,16 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tower-http"
|
||||
version = "0.4.4"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
||||
checksum = "09e12e6351354851911bdf8c2b8f2ab15050c567d70a8b9a37ae7b8301a4080d"
|
||||
dependencies = [
|
||||
"bitflags 2.4.1",
|
||||
"bytes",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"http 0.2.11",
|
||||
"http-body 0.4.5",
|
||||
"http-range-header",
|
||||
"http 1.0.0",
|
||||
"http-body 1.0.0",
|
||||
"http-body-util",
|
||||
"pin-project-lite",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
|
@ -13,7 +13,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
async-trait = { version = "0.1", features = [] }
|
||||
|
||||
axum = { version = "0.7.1", features = [
|
||||
axum = { version = "0.7.2", features = [
|
||||
"macros",
|
||||
] }
|
||||
axum-extra = { version = "0.9.0", features = [
|
||||
@ -27,7 +27,7 @@ async-sqlx-session = { version = "0.4.0", features = ["pg"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = { version = "1" }
|
||||
|
||||
uuid = {version = "1.5.0", features = ["v4"]}
|
||||
uuid = {version = "1.6.1", features = ["v4"]}
|
||||
sqlx = { version = "0.7", features = [
|
||||
"runtime-tokio",
|
||||
"postgres",
|
||||
@ -36,7 +36,7 @@ sqlx = { version = "0.7", features = [
|
||||
|
||||
zitadel = { version = "3.4", features = ["axum"] }
|
||||
tower = "0.4"
|
||||
tower-http = { version = "0.4", features = ["cors", "trace"] }
|
||||
tower-http = { version = "0.5", features = ["cors", "trace"] }
|
||||
oauth2 = "4.4.2"
|
||||
openidconnect = "3.4"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user