Skip to content

Commit

Permalink
release gotham_formdata 0.0.4 / gotham_formdata_derive 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 19, 2021
1 parent 7c6ddee commit 391dd28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ regex-validation = ["gotham_formdata_derive/regex", "once_cell", "regex"]

[dependencies]
bytes = "1.0"
either = "1.0"
either = "1.6"
form_urlencoded = "1.0"
futures-util = "0.3.7"
futures-util = "0.3.15"
gotham = { version = "0.6", default-features = false }
gotham_formdata_derive = { version = "0.0.2", path = "derive/" }
gotham_formdata_derive = { version = "0.0.3", path = "derive/" }
log = "0.4"
mime = "0.3"
mime = "0.3.16"
multer = "2.0"
thiserror = "1.0"

# Optional Dependencies (not features)
once_cell = { version = "1.5", optional = true }
regex = { version = "1.4", optional = true }
once_cell = { version = "1.7", optional = true }
regex = { version = "1.5", optional = true }

[dev-dependencies]
futures-executor = "0.3.7"
futures-executor = "0.3.15"
percent-encoding = "2.1"
pretty_env_logger = "0.4"
trybuild = "1.0"
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "gotham_formdata_derive"
version = "0.0.2"
version = "0.0.3"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "Implementation detail of gotham_formdata"
Expand All @@ -18,7 +18,7 @@ proc-macro = true
regex = []

[dependencies]
heck = "0.3.1"
heck = "0.3.2"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["derive", "parsing", "printing", "proc-macro"], default-features = false }

0 comments on commit 391dd28

Please sign in to comment.