Skip to content

Commit 26fc59d

Browse files
chore(deps): update tonic crates
1 parent b95714a commit 26fc59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ graphql_client = { version = "0.14.0", features = ["reqwest-rustls"] }
7676
bip39 = "2.0.0"
7777
rstest = "0.23.0"
7878
wiremock = "0.6.1"
79-
tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
79+
tonic = { version = "0.13.0", features = ["tls-roots", "gzip"] }
8080
prost = "0.13.4"
8181
prost-types = "0.13.3"
82-
tonic-build = "0.12.3"
82+
tonic-build = "0.13.0"
8383
serde_yaml = "0.9.21"
8484
bon = "3.3"
8585
test-log = { version = "0.2.12", features = ["trace"] }

0 commit comments

Comments
 (0)