Skip to content

Commit 3fb01da

Browse files
Bump async-std from 1.13.0 to 1.13.1 in /client
Bumps [async-std](https://github.com/async-rs/async-std) from 1.13.0 to 1.13.1. - [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.13.0...v1.13.1) --- updated-dependencies: - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 145f075 commit 3fb01da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/Cargo.lock

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

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wasm-bindgen = "0.2.95"
2424
wasm-bindgen-futures = "0.4.50"
2525
lazy_static = "1.4.0"
2626
log = "0.4.26"
27-
async-std = "1.13.0"
27+
async-std = "1.13.1"
2828
serde-wasm-bindgen = "0.6.5"
2929
console_error_panic_hook = "0.1.7"
3030
web-sys = { version = "0.3.72", features = ["Window"] }

0 commit comments

Comments
 (0)