From 082cc6ff3193ba90e40d26a28559a5355feea41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:10:32 +0000 Subject: [PATCH] chore(deps): bump tower-sessions from 0.10.4 to 0.11.0 Bumps [tower-sessions](https://github.com/maxcountryman/tower-sessions) from 0.10.4 to 0.11.0. - [Release notes](https://github.com/maxcountryman/tower-sessions/releases) - [Changelog](https://github.com/maxcountryman/tower-sessions/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxcountryman/tower-sessions/compare/v0.10.4...v0.11.0) --- updated-dependencies: - dependency-name: tower-sessions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 105 +++++++++++++++++++++++++++++++---------- crates/auth/Cargo.toml | 2 +- 2 files changed, 82 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f04b38e..cdbf81a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,7 +333,7 @@ dependencies = [ "serde", "surrealdb", "thiserror", - "tower-sessions", + "tower-sessions 0.11.0", "tower-sessions-surrealdb-store", "tracing", ] @@ -440,7 +440,7 @@ dependencies = [ "tower-cookies", "tower-layer", "tower-service", - "tower-sessions", + "tower-sessions 0.10.2", "tracing", "urlencoding", ] @@ -478,6 +478,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "base64ct" version = "1.6.0" @@ -490,7 +496,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28d1c9c15093eb224f0baa400f38fcd713fc1391a6f1c389d886beef146d60a3" dependencies = [ - "base64", + "base64 0.21.7", "blowfish", "getrandom", "subtle", @@ -568,7 +574,7 @@ name = "bl" version = "0.1.0" dependencies = [ "artifact", - "base64", + "base64 0.21.7", "bytes", "clients", "color-eyre", @@ -2561,7 +2567,7 @@ version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d938ec3134755240c79c4a41ccc112dc039fdec30c649a54e5816e0798e6c2f" dependencies = [ - "base64", + "base64 0.21.7", "cfg-if", "futures", "indexmap 2.2.3", @@ -3121,7 +3127,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d139f545f64630e2e3688fd9f81c470888ab01edeb72d13b4e86c566f1130000" dependencies = [ "async-trait", - "base64", + "base64 0.21.7", "bytes", "chrono", "futures", @@ -3249,7 +3255,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" dependencies = [ - "base64", + "base64 0.21.7", "serde", ] @@ -3872,7 +3878,7 @@ version = "0.11.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" dependencies = [ - "base64", + "base64 0.21.7", "bytes", "encoding_rs", "futures-core", @@ -4202,7 +4208,7 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ - "base64", + "base64 0.21.7", ] [[package]] @@ -4435,7 +4441,7 @@ version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15d167997bd841ec232f5b2b8e0e26606df2e7caa4c31b95ea9ca52b200bd270" dependencies = [ - "base64", + "base64 0.21.7", "chrono", "hex", "indexmap 1.9.3", @@ -4917,7 +4923,7 @@ dependencies = [ "async-channel", "async-executor", "async-recursion", - "base64", + "base64 0.21.7", "bcrypt", "bincode", "bytes", @@ -4989,7 +4995,7 @@ version = "8.3.0-surreal.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02d4f759c65df8a8cf2d83c99db7fdd3ae5b8fff05fa7fe69a8612f29dd5f99b" dependencies = [ - "base64", + "base64 0.21.7", "getrandom", "hmac", "pem", @@ -5376,7 +5382,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "async-compression", - "base64", + "base64 0.21.7", "bitflags 2.4.2", "bytes", "futures-core", @@ -5414,9 +5420,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tower-sessions" -version = "0.10.4" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5dfd131ee564762468250d3dbb8a04f3bc933bcc9bd4f0958ce8acbfb578b73" +checksum = "f3db9ccda3dabcbaad83dda82d9486eaa0a6983fe0cecfe113087a990cd240e1" dependencies = [ "async-trait", "http 1.0.0", @@ -5425,20 +5431,59 @@ dependencies = [ "tower-cookies", "tower-layer", "tower-service", - "tower-sessions-core", - "tower-sessions-memory-store", + "tower-sessions-core 0.10.2", + "tower-sessions-memory-store 0.10.2", + "tracing", +] + +[[package]] +name = "tower-sessions" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "989b4d77286a7fb96b094b9e62c4524cebe7bb720769b41588ebaac5d9a787ca" +dependencies = [ + "async-trait", + "http 1.0.0", + "time", + "tokio", + "tower-cookies", + "tower-layer", + "tower-service", + "tower-sessions-core 0.11.0", + "tower-sessions-memory-store 0.11.0", "tracing", ] [[package]] name = "tower-sessions-core" -version = "0.10.4" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc792f6a4179356f9093447edebe14bb73dbc99be636886281313cb98b47201b" +dependencies = [ + "async-trait", + "axum-core", + "base64 0.21.7", + "futures", + "http 1.0.0", + "parking_lot", + "rand", + "serde", + "serde_json", + "thiserror", + "time", + "tokio", + "tracing", +] + +[[package]] +name = "tower-sessions-core" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bed2607e4db384eed7a932a53c10f64202e73e9a970b6a7410bcbc018fd7c689" +checksum = "c0a9049748900860b01f92d3decf5fec71b9d75008f07732956288b003a2282f" dependencies = [ "async-trait", "axum-core", - "base64", + "base64 0.22.0", "futures", "http 1.0.0", "parking_lot", @@ -5453,14 +5498,26 @@ dependencies = [ [[package]] name = "tower-sessions-memory-store" -version = "0.10.4" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d780288cc38a7f001b39a22392c29b1398bda163c846f07b1253713042bc549" +dependencies = [ + "async-trait", + "time", + "tokio", + "tower-sessions-core 0.10.2", +] + +[[package]] +name = "tower-sessions-memory-store" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5768acf21f287baf2774468f544e472e30d75ade0d29617046655c463cd4306" +checksum = "36baf499920bb861ec9fa929a1f879cec0759af987c6360bd65226bc484ab846" dependencies = [ "async-trait", "time", "tokio", - "tower-sessions-core", + "tower-sessions-core 0.11.0", ] [[package]] @@ -5474,7 +5531,7 @@ dependencies = [ "serde", "surrealdb", "thiserror", - "tower-sessions-core", + "tower-sessions-core 0.10.2", "tracing", ] diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml index 2682fbe..e2caa75 100644 --- a/crates/auth/Cargo.toml +++ b/crates/auth/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] async-trait = "0.1.77" redact = { version = "0.1.8", features = [ "serde" ] } -tower-sessions = { version = "0.10" } +tower-sessions = { version = "0.11" } tower-sessions-surrealdb-store = { version = "0.3" } axum-login.workspace = true