Skip to content
Snippets Groups Projects
Commit fbfcf3f0 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump async-std from 1.10.0 to 1.11.0 (#5186)


Bumps [async-std](https://github.com/async-rs/async-std) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/async-rs/async-std/releases)
- [Changelog](https://github.com/async-rs/async-std/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-rs/async-std/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: async-std
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent f8b979b7
No related merge requests found
...@@ -278,9 +278,9 @@ dependencies = [ ...@@ -278,9 +278,9 @@ dependencies = [
[[package]] [[package]]
name = "async-std" name = "async-std"
version = "1.10.0" version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
dependencies = [ dependencies = [
"async-attributes", "async-attributes",
"async-channel", "async-channel",
......
...@@ -10,7 +10,7 @@ path = "bin/puppet_worker.rs" ...@@ -10,7 +10,7 @@ path = "bin/puppet_worker.rs"
[dependencies] [dependencies]
always-assert = "0.1" always-assert = "0.1"
async-std = { version = "1.10.0", features = ["attributes"] } async-std = { version = "1.11.0", features = ["attributes"] }
async-process = "1.3.0" async-process = "1.3.0"
assert_matches = "1.4.0" assert_matches = "1.4.0"
futures = "0.3.21" futures = "0.3.21"
......
...@@ -6,7 +6,7 @@ edition = "2021" ...@@ -6,7 +6,7 @@ edition = "2021"
description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo" description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo"
[dependencies] [dependencies]
async-std = "1.8.0" async-std = "1.11.0"
mick-jaeger = "0.1.8" mick-jaeger = "0.1.8"
lazy_static = "1.4" lazy_static = "1.4"
parking_lot = "0.12.0" parking_lot = "0.12.0"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment