Skip to content

Commit

Permalink
Merge pull request #63 from comit-network/dependabot/cargo/tokio-tung…
Browse files Browse the repository at this point in the history
…stenite-0.15
  • Loading branch information
dependabot[bot] authored Aug 13, 2021
2 parents 6019072 + 992ec07 commit f3b3389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocket_sqlite_oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ structopt = "0.3"
thiserror = "1"
tokio = { version = "1", features = ["rt-multi-thread", "time", "macros", "sync", "process", "fs", "net"] }
tokio-socks = "0.5"
tokio-tungstenite = { version = "0.14", features = ["rustls-tls"] }
tokio-tungstenite = { version = "0.15", features = ["rustls-tls"] }
tokio-util = { version = "0.6", features = ["io"] }
tracing = { version = "0.1", features = ["attributes"] }
tracing-subscriber = { version = "0.2", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log", "json"] }
Expand Down

0 comments on commit f3b3389

Please sign in to comment.