Skip to content

Commit

Permalink
chore(sdk): update prost and twirp to 0.13 (succinctlabs#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam authored Oct 3, 2024
1 parent 5c69f3b commit 4b8306a
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 228 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
target-branch: "dev"
ignore:
- dependency-name: "axum"
versions: ["> 0.7.4"]
- package-ecosystem: "docker"
directory: "/crates/cli/docker"
schedule:
Expand Down
74 changes: 44 additions & 30 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions crates/cuda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ categories = { workspace = true }
sp1-core-machine = { workspace = true }
sp1-prover = { workspace = true }
sp1-stark = { workspace = true }
prost = "0.12"
prost-types = "0.12"
prost = "0.13"
prost-types = "0.13"
bincode = "1.3.3"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
tokio = { version = "^1.38.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
twirp = { package = "twirp-rs", version = "0.3.0-succinct" }
twirp = { package = "twirp-rs", version = "0.13.0-succinct" }
ctrlc = "3.4.4"

[build-dependencies]
prost-build = { version = "0.12", optional = true }
twirp-build = { package = "twirp-build-rs", version = "0.3.0-succinct", optional = true }
prost-build = { version = "0.13", optional = true }
twirp-build = { package = "twirp-build-rs", version = "0.13.0-succinct", optional = true }

[dev-dependencies]
sp1-core-machine = { workspace = true, features = ["programs"] }
Expand Down
Loading

0 comments on commit 4b8306a

Please sign in to comment.