Skip to content

Commit

Permalink
account for time issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Apr 10, 2024
1 parent 4f7d2ad commit 25ada8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions axum-login/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ axum = { version = "0.7.1", default-features = false, features = [
ring = "0.17.5"
serde = "1"
thiserror = "1.0.49"
time = "<=0.3.34"
tower-cookies = "0.10.0"
tower-layer = "0.3.2"
tower-service = "0.3.2"
tower-sessions = "0.12.0"
tower-sessions = "0.12.1"
tracing = { version = "0.1.40", features = ["log"] }
urlencoding = "2.1.3"
form_urlencoded = "1.2.1"
Expand All @@ -37,7 +38,7 @@ axum = "0.7.0"
mockall = "0.12"
reqwest = { version = "0.11.22", features = ["cookies"] }
serial_test = "3.0.0"
time = "0.3.31"
time = "<=0.3.34"
tokio = { version = "1.32.0", features = ["full"] }
tokio-test = "0.4.3"
tower = "0.4.13"
Expand Down

0 comments on commit 25ada8b

Please sign in to comment.