Skip to content

Commit bfa073d

Browse files
Update hyper-rustls requirement from 0.24 to 0.25 (#1548)
Updates the requirements on [hyper-rustls](https://github.com/rustls/hyper-rustls) to permit the latest version. - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](rustls/hyper-rustls@v/0.24.0...v/0.25.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1773e1 commit bfa073d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/iot_hub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures = "0.3"
2323
[dev-dependencies]
2424
env_logger = "0.10"
2525
hyper = "1.0"
26-
hyper-rustls = "0.24"
26+
hyper-rustls = "0.25"
2727
reqwest = "0.11.0"
2828
tokio = { version = "1.0", features = ["macros"] }
2929

0 commit comments

Comments
 (0)