diff --git a/Cargo.toml b/Cargo.toml index 7156bbc..9e9daf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,4 +115,4 @@ sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "37629f6afd54 sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", rev = "37629f6afd54c08180889d71777824c7e48642d3", default-features = false } sp1-build = "3.1.0" -tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "sync", "time"], default-features = false } +tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time"], default-features = false }