Skip to content

Commit 8f5eabf

Browse files
Update async-session requirement from 2.0.1 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.1...v3.0.0) --- updated-dependencies: - dependency-name: async-session dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9305240 commit 8f5eabf

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
@@ -16,7 +16,7 @@ version = "0.20.1"
1616
features = ["aio", "async-std-comp"]
1717

1818
[dependencies]
19-
async-session = "2.0.1"
19+
async-session = "3.0.0"
2020

2121
[dev-dependencies]
2222
async-std = { version = "1.9.0", features = ["attributes"] }

0 commit comments

Comments
 (0)