Skip to content

Commit

Permalink
fix: bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpauwels committed Mar 31, 2023
1 parent 7318743 commit c440817
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "warp-sessions"
license = "MIT"
version = "1.0.18"
version = "1.0.19"
authors = ["ajp <[email protected]>"]
edition = "2021"
description = "Generic session middleware for the warp HTTP framework"
Expand All @@ -11,8 +11,8 @@ repository = "https://github.com/ajpauwels/warp-sessions.git"

[dependencies]
async-session = "3.0.0"
async-trait = "0.1.63"
serde = { version = "1.0.152", features = ["derive"] }
async-trait = "0.1.68"
serde = { version = "1.0.159", features = ["derive"] }
warp = "0.3.3"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
http = "0.2.8"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
http = "0.2.9"

0 comments on commit c440817

Please sign in to comment.