Skip to content

Commit 2cca1ae

Browse files
Update async-session requirement from 2.0.0 to 3.0.0
Updates the requirements on [async-session](https://github.com/http-rs/async-session) to permit the latest version. - [Release notes](https://github.com/http-rs/async-session/releases) - [Commits](http-rs/async-session@v2.0.0...v3.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d609b73 commit 2cca1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["web-programming::http-server", "web-programming", "database"]
1313

1414
[dependencies]
1515
redis = { version = "0.17.0", features = ["aio"] }
16-
async-session = "2.0.0"
16+
async-session = "3.0.0"
1717

1818
[dev-dependencies]
1919
async-std = { version = "1.6.2", features = ["attributes"] }

0 commit comments

Comments
 (0)