Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump async-once-cell from 0.3.1 to 0.4.4 (#572)
Browse files Browse the repository at this point in the history
Bumps [async-once-cell](https://github.com/danieldg/async-once-cell) from 0.3.1 to 0.4.4.
- [Commits](https://github.com/danieldg/async-once-cell/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent c14e67f commit 12bbf01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 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 rust/noosphere-collections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_bytes = "0.11"
serde_ipld_dagcbor = "0.2"
byteorder = "^1.4"
# NOTE: async-once-cell 0.4.0 shipped unstable feature usage
async-once-cell = "0.3"
async-once-cell = "0.4"
async-recursion = "^1"
libipld-core = { workspace = true }
libipld-cbor = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rust/noosphere-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async-std = "^1"
async-stream = "~0.3"

# NOTE: async-once-cell 0.4.0 shipped unstable feature usage
async-once-cell = "~0.3"
async-once-cell = "~0.4"
anyhow = "^1"
thiserror = { workspace = true }
fastcdc = { workspace = true }
Expand Down

0 comments on commit 12bbf01

Please sign in to comment.