Skip to content

Commit b22c22d

Browse files
authored
Merge pull request #96 from yumemi-inc/dependabot/cargo/async-trait-0.1.87
chore(deps): Bump async-trait from 0.1.86 to 0.1.87
2 parents 3751f52 + 4a0b746 commit b22c22d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ authors = [
1414
[dependencies]
1515
ruice = { path = "../core", version = "=0.2.0" }
1616

17-
async-trait = "0.1.86"
17+
async-trait = "0.1.87"
1818
axum = "0.7.9"
1919
thiserror = "2.0"

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313

1414
[dependencies]
15-
async-trait = "0.1.86"
15+
async-trait = "0.1.87"
1616

1717
[dev-dependencies]
1818
tokio = { version = "1.44", features = ["macros", "rt"] }

0 commit comments

Comments
 (0)