Skip to content

Commit 577e387

Browse files
deps: bump async-trait from 0.1.75 to 0.1.77
Pull-Request: #5081.
1 parent 1e40ee6 commit 577e387

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swarm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
async-trait = "0.1.75"
15+
async-trait = "0.1.77"
1616
libp2p-core = { workspace = true }
1717
libp2p-identity = { workspace = true, features = ["rand"] }
1818
libp2p-plaintext = { workspace = true }

transports/dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
1212

1313
[dependencies]
1414
async-std-resolver = { version = "0.24", optional = true }
15-
async-trait = "0.1.75"
15+
async-trait = "0.1.77"
1616
futures = "0.3.30"
1717
libp2p-core = { workspace = true }
1818
libp2p-identity = { workspace = true }

0 commit comments

Comments
 (0)