Skip to content

Commit cdce24c

Browse files
fix(deps): update rust crate anyhow to 1.0.73
1 parent c970051 commit cdce24c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

server/Cargo.lock

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

server/app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config = { path = "../config" }
99
infra_grpc = { path = "../infra/grpc" }
1010
infra_repository_impl = { path = "../infra/repository_impl" }
1111

12-
anyhow = "1.0.72"
12+
anyhow = "1.0.73"
1313
tokio = { version = "1.31.0", features = ["rt-multi-thread"] }
1414
tonic = { version = "0.9.2", features = ["gzip"] }
1515
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

server/config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.72"
7+
anyhow = "1.0.73"
88
envy = "0.4.2"
99
serde = "1.0.173"

server/domain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.72"
7+
anyhow = "1.0.73"
88
async-trait = "0.1.73"

server/infra/grpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99

1010
domain = { path = "../../domain" }
1111

12-
anyhow = "1.0.72"
12+
anyhow = "1.0.73"
1313
async-trait = "0.1.73"
1414
log = "0.4.20"
1515
pbjson-types = "0.5.1"

server/infra/repository_impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
domain = { path = "../../domain" }
88
config = { path = "../../config" }
99

10-
anyhow = "1.0.72"
10+
anyhow = "1.0.73"
1111
async-trait = "0.1.73"
1212
chrono = "0.4.26"
1313
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 commit comments

Comments
 (0)