This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump async-trait from 0.1.60 to 0.1.63
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.60 to 0.1.63. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.60...0.1.63) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3dbe002
commit ca9f031
Showing
12 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Parity Technologies <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
async-trait = "0.1.60" | ||
async-trait = "0.1.63" | ||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] } | ||
futures = "0.3.25" | ||
tracing = "0.1.37" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Parity Technologies <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
async-trait = "0.1.60" | ||
async-trait = "0.1.63" | ||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] } | ||
dyn-clone = "1.0.10" | ||
futures = "0.3.25" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Parity Technologies <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
async-trait = "0.1.60" | ||
async-trait = "0.1.63" | ||
futures = "0.3.25" | ||
parking_lot = "0.12.1" | ||
tracing = "0.1.37" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
async-trait = { version = "0.1.60", optional = true } | ||
async-trait = { version = "0.1.63", optional = true } | ||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] } | ||
scale-info = { version = "2.3.1", default-features = false, features = ["derive"] } | ||
tracing = { version = "0.1.37", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters