Skip to content

Commit

Permalink
chore: update prost/tonic/tonic-build deps
Browse files Browse the repository at this point in the history
Close #698

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Sep 12, 2024
1 parent 075b9a9 commit def4e83
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 108 deletions.
157 changes: 87 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy_static = "1.5.0"
log = "0.4.22"
nix = "0.29"
openssl = "0.10"
prost = "0.11"
prost = "0.13"
protobuf = "3.5.1"
rand = "0.8.5"
reqwest = { version = "0.12", default-features = false }
Expand All @@ -63,8 +63,8 @@ testcontainers = "0.14"
thiserror = "1.0"
tokio = "1.39"
toml = "0.8.19"
tonic = "0.9"
tonic-build = "0.9"
tonic = "0.12"
tonic-build = "0.12"
ttrpc = "0.8.0"
ttrpc-codegen = "0.4.2"
url = "2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion attestation-agent/kbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
rstest.workspace = true

[build-dependencies]
tonic-build = { version = "0.9.2", optional = true }
tonic-build = { workspace = true, optional = true }

[features]
default = ["sample_kbc", "rust-crypto"]
Expand Down
Loading

0 comments on commit def4e83

Please sign in to comment.