Skip to content

Commit

Permalink
build: dont pin exact dependency version (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo authored Sep 9, 2022
1 parent 117f008 commit e745bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumqttc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pollster = "0.2"
rustls-pemfile = { version = "0.3", optional = true }
thiserror = "1"
tokio = { version = "1", features = ["rt", "macros", "io-util", "net", "time"] }
tokio-rustls = { version = "=0.23.3", optional = true }
tokio-rustls = { version = "0.23", optional = true }
rustls-native-certs = { version = "0.6", optional = true }
url = { version = "2", default-features = false, optional = true }
ws_stream_tungstenite = { version = "0.7", default-features = false, features = ["tokio_io"], optional = true }
Expand Down

0 comments on commit e745bea

Please sign in to comment.