Skip to content

Commit

Permalink
Merge pull request #215 from DoumanAsh/bump_deps
Browse files Browse the repository at this point in the history
Bump tokio-rustls, tokio-socks, webpki-roots, parking_lot
  • Loading branch information
aatxe authored Aug 6, 2020
2 parents 5968edd + aad14af commit eec3913
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ futures-channel = "0.3.0"
futures-util = { version = "0.3.0", features = ["sink"] }
irc-proto = { version = "0.14.0", path = "irc-proto" }
log = "0.4.0"
parking_lot = "0.10.0"
parking_lot = "0.11.0"
pin-utils = "0.1.0-alpha.4"
thiserror = "1.0.0"
tokio = { version = "0.2.0", features = ["macros", "net", "stream", "time"] }
Expand All @@ -63,13 +63,13 @@ serde_yaml = { version = "0.8.0", optional = true }
toml = { version = "0.5.0", optional = true }

# Feature - Proxy
tokio-socks = { version = "0.2.0", optional = true }
tokio-socks = { version = "0.3.0", optional = true }

# Feature - TLS
native-tls = { version = "0.2.0", optional = true }
tokio-rustls = { version = "0.13.0", optional = true }
tokio-rustls = { version = "0.14.0", optional = true }
tokio-tls = { version = "0.3.0", optional = true }
webpki-roots = { version = "0.19.0", optional = true }
webpki-roots = { version = "0.20.0", optional = true }


[dev-dependencies]
Expand Down

0 comments on commit eec3913

Please sign in to comment.