Skip to content

Commit a53ca8a

Browse files
dependabot[bot]woshilapin
authored andcommitted
editoast: bump async-std from 1.12.0 to 1.13.0 in /editoast
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](https://github.com/async-rs/async-std/commits) --- 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 7e439f1 commit a53ca8a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

editoast/Cargo.lock

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

editoast/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ uuid.workspace = true
180180
validator = { version = "0.18.1", features = ["derive"] }
181181

182182
[dev-dependencies]
183-
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
183+
async-std = { version = "1.13.0", features = ["attributes", "tokio1"] }
184184
axum = { version = "0.7.5", default-features = false, features = [
185185
"macros",
186186
"multipart",

0 commit comments

Comments
 (0)