Skip to content

Commit ff9b06b

Browse files
Bump async-trait from 0.1.83 to 0.1.86 (#203)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.83 to 0.1.86. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.86) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce45d0b commit ff9b06b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.85.0"
1717
[dependencies]
1818
aes-gcm = "0.10"
1919
aes-siv = "0.7"
20-
async-trait = "0.1.83"
20+
async-trait = "0.1.86"
2121
base64 = "0.22"
2222
base64_type = "0.2"
2323
bytes = { version = "1.9.0", features = ["serde"] }

0 commit comments

Comments
 (0)