diff --git a/Cargo.lock b/Cargo.lock index 54d2016..8d43a09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "argon2" diff --git a/Cargo.toml b/Cargo.toml index 08d9ab5..ac533fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ uuid = { version = "1.11.0", optional = true } rand = { version = "0.8.5", optional = true } axum-extra = { version = "0.9.4", features = ["cookie"], optional = true } rand_core = { version = "0.6.4", features = ["std"], optional = true } -anyhow = "1.0.93" +anyhow = "1.0.97" time = "0.3.36" regex = "1.11.1" getrandom = { version = "0.2.15", features = ["js"] }