diff options
author | Sam Scott <sam@osohq.com> | 2021-03-09 09:39:36 -0500 |
---|---|---|
committer | Sam Scott <sam@osohq.com> | 2021-03-09 09:42:59 -0500 |
commit | 17069910eaa1a22b3ea6c180a148e85b265bec95 (patch) | |
tree | d089b049b63b761fcc8f9a85df6ff4c87bae8213 | |
parent | 1ac390e2d94bdbe386c3dee26bc80e7216ce1f9f (diff) |
Bump to 0.8.3 + bump deps.
-rw-r--r-- | Cargo.toml | 25 |
1 files changed, 10 insertions, 15 deletions
@@ -9,27 +9,22 @@ license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" readme = "README.md" -version = "0.8.2" - -[badges] - -[badges.travis-ci] -repository = "samscott89/serde_qs" +version = "0.8.3" [dependencies] -actix-web = { version = "3.3", optional = true } +actix-web = { version = "3.3.2", optional = true, package = "actix-web" } actix-web2 = { package = "actix-web", version = "2.0.0", optional = true } -futures = { version = "0.3.8", optional = true } +futures = { version = "0.3.13", optional = true } percent-encoding = "2.1.0" -serde = "1.0.118" -thiserror = "1.0.22" -tracing = { version = "0.1", optional = true } -warp-framework = { package = "warp", version = "0.3", default-features = false, optional = true } +serde = "1.0.124" +thiserror = "1.0.24" +tracing = { version = "0.1.25", optional = true } +warp-framework = { package = "warp", version = "0.3.0", default-features = false, optional = true } [dev-dependencies] -csv = "1.1.5" -rand = "0.7.3" -serde_derive = "1.0.118" +csv = "1.1.6" +rand = "0.8.3" +serde_derive = "1.0.124" serde_urlencoded = "0.7.0" [features] |