Skip to content

Commit

Permalink
build(deps): bump async-lock from 3.2.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [async-lock](https://github.com/smol-rs/async-lock) from 3.2.0 to 3.4.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@v3.2.0...v3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2024
1 parent 9ff1271 commit 948f9b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -39,7 +39,7 @@ postgres = ["askar-storage/postgres"]
sqlite = ["askar-storage/sqlite"]

[dependencies]
async-lock = "3.0"
async-lock = "3.4"
env_logger = { version = "0.10", optional = true }
ffi-support = { version = "0.4", optional = true }
jemallocator = { version = "0.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion askar-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sqlite = ["dep:sqlx", "sqlx?/sqlite"]

[dependencies]
arc-swap = "1.6"
async-lock = "3.0"
async-lock = "3.4"
async-stream = "0.3"
bs58 = "0.5"
chrono = "0.4"
Expand Down

0 comments on commit 948f9b7

Please sign in to comment.