From 8572de7422389777b90f8f8ed0bcb96828a308f1 Mon Sep 17 00:00:00 2001 From: genusistimelord Date: Tue, 16 Jul 2024 11:39:29 -0400 Subject: [PATCH] Release 0.14.1 --- Cargo.lock | 44 ++++++++++++++++++++++---------------------- Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61d7736..a37f85f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_sqlx", "sqlx", "tokio", @@ -348,16 +348,17 @@ dependencies = [ [[package]] name = "axum_session" version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f7f838b45b25647f9df4bd99ef0bbb009020de8093773dd27b41b12a87f2167" dependencies = [ "aes-gcm", "async-trait", "axum", - "base64 0.22.1", + "base64 0.21.7", "bytes", "chrono", "cookie", - "dashmap 6.0.1", - "fastbloom-rs", + "dashmap 5.5.3", "forwarded-header-value", "futures", "hmac", @@ -377,18 +378,17 @@ dependencies = [ [[package]] name = "axum_session" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f7f838b45b25647f9df4bd99ef0bbb009020de8093773dd27b41b12a87f2167" +version = "0.14.1" dependencies = [ "aes-gcm", "async-trait", "axum", - "base64 0.21.7", + "base64 0.22.1", "bytes", "chrono", "cookie", - "dashmap 5.5.3", + "dashmap 6.0.1", + "fastbloom-rs", "forwarded-header-value", "futures", "hmac", @@ -411,7 +411,7 @@ name = "axum_session_mongo" version = "0.1.0" dependencies = [ "async-trait", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "chrono", "mongodb", "serde", @@ -423,7 +423,7 @@ name = "axum_session_redispool" version = "0.1.0" dependencies = [ "async-trait", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "redis", "redis_pool", ] @@ -434,7 +434,7 @@ version = "0.1.0" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "chrono", "http-body-util", "hyper 1.3.1", @@ -451,7 +451,7 @@ name = "axum_session_surreal" version = "0.1.0" dependencies = [ "async-trait", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "chrono", "surrealdb", ] @@ -2323,7 +2323,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_surreal", "hyper 1.3.1", "surrealdb", @@ -2565,7 +2565,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "tokio", ] @@ -2947,7 +2947,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_sqlx", "sqlx", "tokio", @@ -3229,7 +3229,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_redispool", "redis", "redis_pool", @@ -3383,7 +3383,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_surreal", "http-body-util", "hyper 1.3.1", @@ -3911,7 +3911,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_sqlx", "sqlx", "tokio", @@ -3981,7 +3981,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_sqlx", "sqlx", "tokio", @@ -4137,7 +4137,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_sqlx", "sqlx", "tokio", @@ -4445,7 +4445,7 @@ version = "0.0.1" dependencies = [ "async-trait", "axum", - "axum_session 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "axum_session 0.14.0", "axum_session_surreal", "surrealdb", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 46c2188..ac6520f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ [package] name = "axum_session" -version = "0.14.0" +version = "0.14.1" authors = ["Andrew Wheeler "] description = "📝 Session management layer for axum that supports HTTP and Rest." edition = "2021"