Skip to content

Commit

Permalink
Bump wtx from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [wtx](https://github.com/c410-f3r/wtx) from 0.11.0 to 0.12.0.
- [Commits](c410-f3r/wtx@wtx-0.11.0...wtx-0.12.0)

---
updated-dependencies:
- dependency-name: wtx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 0ee9b65 commit bb3cf92
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 7 deletions.
166 changes: 160 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ home = { default-features = false, version = "0.5" }
rustls-pemfile = { default-features = false, optional = true, version = "1.0" }
tokio = { default-features = false, features = ["fs", "net", "time", "macros", "rt-multi-thread"], version = "1.35" }
tokio-rustls = { default-features = false, features = ["tls12"], version = "0.24" }
wtx = { default-features = false, features = ["tokio-rustls", "web-socket-handshake"], version = "0.11" }
wtx = { default-features = false, features = ["tokio-rustls", "web-socket-handshake"], version = "0.12" }

[dev-dependencies]
webpki-roots = { default-features = false, version = "0.25" }
Expand Down

0 comments on commit bb3cf92

Please sign in to comment.