Skip to content

Commit

Permalink
Bump async-trait from 0.1.78 to 0.1.79
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.78 to 0.1.79.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.78...0.1.79)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and serban300 committed Apr 9, 2024
1 parent 7136dd9 commit 043a4c9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bridges/relays/bin-substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
[dependencies]
anyhow = "1.0"
async-std = "1.9.0"
async-trait = "0.1.74"
async-trait = "0.1.79"
codec = { package = "parity-scale-codec", version = "3.1.5" }
env_logger = "0.11"
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/client-substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = true

[dependencies]
async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1.74"
async-trait = "0.1.79"
codec = { package = "parity-scale-codec", version = "3.1.5" }
futures = "0.3.30"
jsonrpsee = { version = "0.17", features = ["macros", "ws-client"] }
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/equivocation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1.74"
async-trait = "0.1.79"
bp-header-chain = { path = "../../primitives/header-chain" }
finality-relay = { path = "../finality" }
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/finality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
async-std = "1.6.5"
async-trait = "0.1.74"
async-trait = "0.1.79"
backoff = "0.4"
bp-header-chain = { path = "../../primitives/header-chain" }
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/lib-substrate-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
[dependencies]
anyhow = "1.0"
async-std = "1.9.0"
async-trait = "0.1.74"
async-trait = "0.1.79"
codec = { package = "parity-scale-codec", version = "3.1.5" }
futures = "0.3.30"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = true

[dependencies]
async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1.74"
async-trait = "0.1.79"
env_logger = "0.11"
futures = "0.3.30"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = true

[dependencies]
async-std = "1.6.5"
async-trait = "0.1.74"
async-trait = "0.1.79"
futures = "0.3.30"
log = { workspace = true }
relay-utils = { path = "../utils" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
ansi_term = "0.12"
anyhow = "1.0"
async-std = "1.6.5"
async-trait = "0.1.74"
async-trait = "0.1.79"
backoff = "0.4"
isahc = "1.2"
env_logger = "0.11.3"
Expand Down

0 comments on commit 043a4c9

Please sign in to comment.