Skip to content

Commit

Permalink
Bump async-lock from 2.7.0 to 2.8.0
Browse files Browse the repository at this point in the history
Bumps [async-lock](https://github.com/smol-rs/async-lock) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/smol-rs/async-lock/releases)
- [Changelog](https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-lock@v2.7.0...v2.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 1fcb01e commit 91d6f3f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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 @@ -144,7 +144,7 @@ ark-ed-on-bls12-381 = "0.4.0"
ark-serialize = { version = "0.3.0", features = ["derive"] }
ark-std = { version = "0.4.0" }
async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-compatibility-layer.git", tag = "1.3.0", default-features = false, features = [ "logging-utils" ] }
async-lock = "2.7"
async-lock = "2.8"
async-std = { version = "1.12", optional = true }
async-trait = "0.1.73"
bimap = "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ channel-async-std = [

[dependencies]
async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-compatibility-layer.git", tag = "1.3.0", default-features = false, features = [ "logging-utils" ] }
async-lock = "2.7"
async-lock = "2.8"
async-std = { version = "1.12", optional = true }
async-trait = "0.1.73"
# TODO ed: Delete this dependency after https://github.com/EspressoSystems/HotShot/issues/614 is finished
Expand Down
2 changes: 1 addition & 1 deletion libp2p-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ channel-async-std = [

[dependencies]
async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-compatibility-layer.git", tag = "1.3.0", default-features = false, features = [ "logging-utils" ] }
async-lock = "2.7"
async-lock = "2.8"
async-std = { version = "1.12.0", optional = true }
async-trait = "0.1.73"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion task-impls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tokio = { version = "1", optional = true, features = [
"time",
"tracing",
] }
async-lock = "2.7.0"
async-lock = "2.8.0"
tracing = "0.1.37"
atomic_enum = "0.2.0"
pin-project = "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tokio = { version = "1", optional = true, features = [
"time",
"tracing",
] }
async-lock = "2.7.0"
async-lock = "2.8.0"
tracing = "0.1.37"
atomic_enum = "0.2.0"
pin-project = "1.1.3"
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ serde = { version = "1.0.183", features = ["derive"] }

[dev-dependencies]
nll = { git = "https://github.com/EspressoSystems/nll.git" }
async-lock = "2.7"
async-lock = "2.8"
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ channel-async-std = [
[dependencies]
arbitrary = { version = "1.3", features = ["derive"] }
async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-compatibility-layer.git", tag = "1.3.0", default-features = false, features = [ "logging-utils" ] }
async-lock = "2.7"
async-lock = "2.8"
async-std = { version = "1.12.0", optional = true, features = ["unstable"] }
async-trait = "0.1.73"
ark-serialize = { version = "0.3", features = ["derive"] }
Expand Down

0 comments on commit 91d6f3f

Please sign in to comment.