Skip to content

Commit 1c37428

Browse files
dependabot[bot]nihohit
authored andcommitted
Bump async-std from 1.12.0 to 1.13.0
Bumps [async-std](https://github.com/async-rs/async-std) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md) - [Commits](async-rs/async-std@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f383cd0 commit 1c37428

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ r2d2 = { version = "0.8.10", optional = true }
5656
crc16 = { version = "0.4", optional = true }
5757
rand = { version = "0.8", optional = true }
5858
# Only needed for async_std support
59-
async-std = { version = "1.8.0", optional = true }
59+
async-std = { version = "1.13.0", optional = true }
6060
async-trait = { version = "0.1.81", optional = true }
6161

6262
# Only needed for native tls

0 commit comments

Comments
 (0)