Skip to content

Commit

Permalink
Bump wtx from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [wtx](https://github.com/c410-f3r/wtx) from 0.13.0 to 0.14.0.
- [Commits](c410-f3r/wtx@wtx-0.13.0...wtx-0.14.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 Feb 12, 2024
1 parent 0cdccd2 commit d91092c
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 7 deletions.
84 changes: 78 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 @@ -6,7 +6,7 @@ required-features = ["tokio/macros", "tokio/rt-multi-thread"]
home = { default-features = false, version = "0.5" }
tokio = { default-features = false, features = ["fs", "net", "time", "macros", "rt-multi-thread"], version = "1.0" }
tokio-rustls = { default-features = false, features = ["tls12"], version = "0.25" }
wtx = { default-features = false, features = ["rustls-pemfile", "tokio-rustls", "web-socket-handshake", "webpki-roots"], version = "0.13" }
wtx = { default-features = false, features = ["rustls-pemfile", "tokio-rustls", "web-socket-handshake", "webpki-roots"], version = "0.14" }

[package]
edition = "2021"
Expand Down

0 comments on commit d91092c

Please sign in to comment.