diff --git a/Cargo.lock b/Cargo.lock index 42c421c..569d026 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5129,11 +5129,12 @@ dependencies = [ [[package]] name = "sp1-build" -version = "1.1.0" -source = "git+https://github.com/succinctlabs/sp1.git?tag=v1.1.0#923d77d7d0718dca5edfe72d3d17bb4c4e57cc13" +version = "3.4.0" +source = "git+https://github.com/succinctlabs/sp1.git?tag=v3.4.0#563ede179054dbc62186e24583bdcc4a68256799" dependencies = [ "anyhow", "cargo_metadata", + "chrono", "clap", "dirs", ] @@ -5212,11 +5213,9 @@ dependencies = [ [[package]] name = "sp1-helper" -version = "1.1.0" -source = "git+https://github.com/succinctlabs/sp1.git?tag=v1.1.0#923d77d7d0718dca5edfe72d3d17bb4c4e57cc13" +version = "3.4.0" +source = "git+https://github.com/succinctlabs/sp1.git?tag=v3.4.0#563ede179054dbc62186e24583bdcc4a68256799" dependencies = [ - "cargo_metadata", - "chrono", "sp1-build", ] diff --git a/sp1/script/Cargo.toml b/sp1/script/Cargo.toml index 343e249..5952dc5 100644 --- a/sp1/script/Cargo.toml +++ b/sp1/script/Cargo.toml @@ -26,4 +26,4 @@ sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", tag = "v1.1.0" } tracing = "0.1.40" [build-dependencies] -sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", tag = "v1.1.0" } +sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", tag = "v3.4.0" }