Skip to content

Commit 140d249

Browse files
authored
Merge pull request #93 from yumemi-inc/dependabot/cargo/async-trait-0.1.86
2 parents 46eba6e + 62c85d9 commit 140d249

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.85"
17+
async-trait = "0.1.86"
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.85"
15+
async-trait = "0.1.86"
1616

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

0 commit comments

Comments
 (0)