Skip to content

Commit ed3b36c

Browse files
deps: Update async-lock requirement from 2.6 to 3.0
Updates the requirements on [async-lock](https://github.com/smol-rs/async-lock) to permit the latest version. - [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.6.0...v3.0.0) --- updated-dependencies: - dependency-name: async-lock dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4c0635 commit ed3b36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name = "timer"
2323
harness = false
2424

2525
[dependencies]
26-
async-lock = "2.6"
26+
async-lock = "3.0"
2727
cfg-if = "1"
2828
concurrent-queue = "2.2.0"
2929
futures-io = { version = "0.3.28", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)