Skip to content

Commit

Permalink
chore(deps): Bump async-recursion from 1.0.4 to 1.0.5 (vectordotdev#1…
Browse files Browse the repository at this point in the history
…8466)

Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: async-recursion
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 5, 2023
1 parent f2b46d6 commit 8b017b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
async-recursion = "1.0.4"
async-recursion = "1.0.5"
async-stream = "0.3.5"
async-trait = { version = "0.1", default-features = false }
bytecheck = { version = "0.6.9", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 8b017b6

Please sign in to comment.