Skip to content

Commit e5b406c

Browse files
build(deps): bump async-trait from 0.1.74 to 0.1.77
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.74 to 0.1.77. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/commits) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 066a982 commit e5b406c

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.65.0"
1212
async-native-tls = { version = "0.5.0", optional = true, default-features = false }
1313
async-rustls = { version = "0.4.1", optional = true }
1414
async-std = { version = "1.12.0", features = ["attributes"], optional = true }
15-
async-trait = { version = "0.1.74", optional = true }
15+
async-trait = { version = "0.1.77", optional = true }
1616
base64 = { version = "0.21.5", optional = true }
1717
bytes = "1.5.0"
1818
futures = "0.3.28"

0 commit comments

Comments
 (0)