Skip to content

Commit

Permalink
Actix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pastjean committed Sep 14, 2020
1 parent 5c37f17 commit d8216c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "actix-web-requestid"
description = "Request ID middleware for actix-web"
version = "0.2.0"
version = "0.3.0"
authors = ["Pierre-Alexandre St-Jean <pa@stjean.me>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
codecov = { repository = "pastjean/actix-web-requestid", branch = "master", service = "github" }

[dependencies]
actix-web = "2.0.0"
actix-web = "3.0.1"
rand = "0.7.3"
futures = "0.3"

Expand Down

0 comments on commit d8216c4

Please sign in to comment.