Skip to content

Commit 1458f23

Browse files
build(deps): bump async-rustls from 0.4.1 to 0.4.2
Bumps [async-rustls](https://github.com/smol-rs/async-rustls) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/smol-rs/async-rustls/releases) - [Changelog](https://github.com/smol-rs/async-rustls/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-rustls@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: async-rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 066a982 commit 1458f23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.65.0"
1010

1111
[dependencies]
1212
async-native-tls = { version = "0.5.0", optional = true, default-features = false }
13-
async-rustls = { version = "0.4.1", optional = true }
13+
async-rustls = { version = "0.4.2", optional = true }
1414
async-std = { version = "1.12.0", features = ["attributes"], optional = true }
1515
async-trait = { version = "0.1.74", optional = true }
1616
base64 = { version = "0.21.5", optional = true }

0 commit comments

Comments
 (0)