Skip to content

Commit

Permalink
Merge pull request #210 from dnaka91/update-deps
Browse files Browse the repository at this point in the history
Bump up dependency versions
  • Loading branch information
daniel-abramov authored Feb 17, 2022
2 parents 8e1e35b + 0822558 commit cbc40db
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
Expand Up @@ -31,7 +31,7 @@ futures-util = { version = "0.3", default-features = false, features = ["sink",
tokio = { version = "1.0.0", default-features = false, features = ["io-util"] }

[dependencies.tungstenite]
version = "0.16.0"
version = "0.17.1"
default-features = false

[dependencies.native-tls-crate]
Expand Down Expand Up @@ -67,7 +67,7 @@ version = "0.22.1"
futures-channel = "0.3"
tokio = { version = "1.0.0", default-features = false, features = ["io-std", "macros", "net", "rt-multi-thread", "time"] }
url = "2.0.0"
env_logger = "0.7"
env_logger = "0.9"

[[example]]
name = "autobahn-client"
Expand Down

0 comments on commit cbc40db

Please sign in to comment.