chore(deps): update all dependencies
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending

This commit is contained in:
Kasper Juul Hermansen 2024-01-13 13:52:54 +00:00
parent 1b8924e7f6
commit 44ee97e921
2 changed files with 35 additions and 42 deletions

69
Cargo.lock generated
View File

@ -482,19 +482,19 @@ dependencies = [
[[package]]
name = "axum"
version = "0.7.1"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "810a80b128d70e6ed2bdf3fe8ed72c0ae56f5f5948d01c2753282dd92a84fce8"
checksum = "1236b4b292f6c4d6dc34604bb5120d85c3fe1d1aa596bd5cc52ca054d13e7b9e"
dependencies = [
"async-trait",
"axum-core 0.4.0",
"axum-macros 0.4.0",
"axum-core 0.4.3",
"axum-macros 0.4.1",
"bytes",
"futures-util",
"http 1.0.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.0.1",
"hyper 1.1.0",
"hyper-util",
"itoa",
"matchit",
@ -512,6 +512,7 @@ dependencies = [
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
@ -533,9 +534,9 @@ dependencies = [
[[package]]
name = "axum-core"
version = "0.4.0"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0ddc355eab88f4955090a823715df47acf0b7660aab7a69ad5ce6301ee3b73"
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
dependencies = [
"async-trait",
"bytes",
@ -549,6 +550,7 @@ dependencies = [
"sync_wrapper",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
@ -596,12 +598,12 @@ dependencies = [
[[package]]
name = "axum-extra"
version = "0.9.0"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523ae92256049a3b02d3bb4df80152386cd97ddba0c8c5077619bdc8c4b1859b"
checksum = "895ff42f72016617773af68fb90da2a9677d89c62338ec09162d4909d86fdd8f"
dependencies = [
"axum 0.7.1",
"axum-core 0.4.0",
"axum 0.7.4",
"axum-core 0.4.3",
"bytes",
"cookie 0.18.0",
"futures-util",
@ -631,9 +633,9 @@ dependencies = [
[[package]]
name = "axum-macros"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a2edad600410b905404c594e2523549f1bcd4bded1e252c8f74524ccce0b867"
checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa"
dependencies = [
"heck",
"proc-macro2",
@ -710,7 +712,7 @@ name = "basic"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.7.1",
"axum 0.7.4",
"clap 4.4.10",
"nefarious-login",
"tokio",
@ -859,7 +861,7 @@ name = "clap"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.7.1",
"axum 0.7.4",
"clap 4.4.10",
"nefarious-login",
"tokio",
@ -1129,7 +1131,7 @@ name = "custom_redirect"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.7.1",
"axum 0.7.4",
"clap 4.4.10",
"nefarious-login",
"tokio",
@ -1929,12 +1931,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"
@ -1973,9 +1969,9 @@ dependencies = [
[[package]]
name = "hyper"
version = "1.0.1"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56"
checksum = "fb5aa53871fc917b1a9ed87b683a5d86db645e23acb32c2e0785a353e522fb75"
dependencies = [
"bytes",
"futures-channel",
@ -2006,21 +2002,19 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca339002caeb0d159cc6e023dff48e199f081e42fa039895c7c6f38b37f2e9d"
checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.0.0",
"http-body 1.0.0",
"hyper 1.0.1",
"hyper 1.1.0",
"pin-project-lite",
"socket2 0.5.5",
"tokio",
"tower",
"tower-service",
"tracing",
]
@ -2338,8 +2332,8 @@ dependencies = [
"anyhow",
"async-sqlx-session",
"async-trait",
"axum 0.7.1",
"axum-extra 0.9.0",
"axum 0.7.4",
"axum-extra 0.9.2",
"axum-sessions",
"clap 4.4.10",
"oauth2",
@ -2383,7 +2377,7 @@ name = "noop"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.7.1",
"axum 0.7.4",
"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",

View File

@ -13,10 +13,10 @@ 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.4", features = [
"macros",
] }
axum-extra = { version = "0.9.0", features = [
axum-extra = { version = "0.9.2", features = [
"cookie",
"cookie-private",
"typed-header",
@ -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"