Skip to content

Commit

Permalink
build(deps): bump async-rustls from 0.4.1 to 0.4.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent d97c19b commit ec52237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -10,7 +10,7 @@ rust-version = "1.65.0"

[dependencies]
async-native-tls = { version = "0.5.0", optional = true, default-features = false }
async-rustls = { version = "0.4.1", optional = true }
async-rustls = { version = "0.4.2", optional = true }
async-std = { version = "1.12.0", features = ["attributes"], optional = true }
async-trait = { version = "0.1.77", optional = true }
base64 = { version = "0.21.5", optional = true }
Expand Down

0 comments on commit ec52237

Please sign in to comment.