Skip to content

Commit

Permalink
build(deps): bump rumqttc from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [rumqttc](https://github.com/bytebeamio/rumqtt) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/bytebeamio/rumqtt/releases)
- [Changelog](https://github.com/bytebeamio/rumqtt/blob/main/CHANGELOG.md)
- [Commits](bytebeamio/rumqtt@rumqttc-0.22.0...rumqttc-0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 512e9ff commit 67101ad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 55 deletions.
74 changes: 20 additions & 54 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 @@ -17,7 +17,7 @@ serde_json = { version = "1.0", default-features = false, features = ["preserve_
url = { version = "2.4", default-features = false }
thiserror = { version = "1.0", default-features = false }
uuid = { version = "1.4", features = ["v4"] }
rumqttc = { version = "0.22", features = ["url", "websocket"] }
rumqttc = { version = "0.23", features = ["url", "websocket"] }
rustls = { version = "0.21" }
rustls-native-certs = { version = "0.6" }

Expand Down

0 comments on commit 67101ad

Please sign in to comment.