Skip to content

Commit

Permalink
Update base64 and typemap_rev dependencies to their latest versio…
Browse files Browse the repository at this point in the history
…ns (#989)
  • Loading branch information
Miezhiko committed Oct 2, 2020
1 parent de085ff commit ebd1241
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Expand Up @@ -17,6 +17,7 @@ tracing = "0.1"
tracing-futures = "0.2"
serde_json = "1"
async-trait = "0.1"
futures = "0.3"

[dependencies.static_assertions]
optional = true
Expand All @@ -41,7 +42,7 @@ version = "0.6.0"

[dependencies.base64]
optional = true
version = "0.12"
version = "0.13"

[dependencies.byteorder]
optional = true
Expand Down Expand Up @@ -73,7 +74,7 @@ version = "0.8"

[dependencies.typemap_rev]
optional = true
version = "0.1.2"
version = "0.1.3"

[dependencies.url]
optional = true
Expand All @@ -92,9 +93,6 @@ version = "0.2"
default-features = false
features = ["fs", "macros", "rt-core", "sync", "time", "udp", "process"]

[dependencies.futures]
version = "0.3"

[dev-dependencies.http_crate]
version = "0.2"
package = "http"
Expand Down

0 comments on commit ebd1241

Please sign in to comment.