diff --git a/Cargo.lock b/Cargo.lock index 066337d..37463ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "icarus_auth" -version = "0.8.0" +version = "0.8.1" dependencies = [ "argon2", "axum", diff --git a/Cargo.toml b/Cargo.toml index 948945d..5b5e0a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icarus_auth" -version = "0.8.0" +version = "0.8.1" edition = "2024" rust-version = "1.95" @@ -15,7 +15,7 @@ tower = { version = "0.5.3", features = ["full"] } tower-http = { version = "0.7.0", features = ["cors"] } sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-native-tls", "time", "uuid"] } uuid = { version = "1.23.4", features = ["v4", "serde"] } -argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x version +argon2 = { version = "0.5.3", features = ["std"] } time = { version = "0.3.53", features = ["macros", "serde"] } josekit = { version = "0.10.3" } utoipa = { version = "5.5.0", features = ["axum_extras"] }