Skip to content

Commit

Permalink
Bump async-recursion from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.1.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent fde8143 commit a4b9a92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 subvt-block-processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.67.0"
[dependencies]
anyhow = { workspace = true }
async-lock = "3.3"
async-recursion = "1.0"
async-recursion = "1.1"
async-trait = "0.1"
chrono = { version = "0.4", default-features = true, features = ["serde"] }
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion subvt-substrate-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.67.0"
[dependencies]
anyhow = { workspace = true }
async-lock = "3.3"
async-recursion = "1.0"
async-recursion = "1.1"
blake2-rfc = { version = "0.2", default-features = false }
byteorder = { version = "1.5", default-features = false }
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion subvt-telegram-bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rust-version = "1.67.0"

[dependencies]
anyhow = { workspace = true }
async-recursion = "1.0"
async-recursion = "1.1"
async-trait = "0.1"
chrono = "0.4"
enum-iterator = "2.0"
Expand Down

0 comments on commit a4b9a92

Please sign in to comment.