Skip to content

Commit

Permalink
update dev deps (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman authored Jun 10, 2024
1 parent d8be983 commit da26afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axum-login/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ form_urlencoded = "1.2.1"
[dev-dependencies]
axum = "0.7.0"
mockall = "0.12"
reqwest = { version = "0.11.22", features = ["cookies"] }
reqwest = { version = "0.12", features = ["cookies"] }
serial_test = "3.0.0"
time = "=0.3.34"
time = "0.3.36"
tokio = { version = "1.32.0", features = ["full"] }
tokio-test = "0.4.3"
tower = "0.4.13"
Expand Down

0 comments on commit da26afd

Please sign in to comment.