diff --git a/Cargo.lock b/Cargo.lock index 46f51b1..d96466f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "icp-cli-network-launcher" -version = "12.0.0-2026-04-10-04-17" +version = "12.0.0-2026-04-16-04-20" dependencies = [ "anyhow", "camino", @@ -1325,7 +1325,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pocket-ic" version = "13.0.0" -source = "git+https://github.com/dfinity/ic?rev=b4b0230aa1ed1c94d3674a9a27d60b724edb5cd4#b4b0230aa1ed1c94d3674a9a27d60b724edb5cd4" +source = "git+https://github.com/dfinity/ic?rev=719ff387aab462ce5759c4c20c30de959fe9538c#719ff387aab462ce5759c4c20c30de959fe9538c" dependencies = [ "backoff", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index cef1f65..8730a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icp-cli-network-launcher" -version = "12.0.0-2026-04-10-04-17" +version = "12.0.0-2026-04-16-04-20" edition = "2024" authors = ["DFINITY Stiftung "] license = "Apache-2.0" @@ -15,7 +15,7 @@ clap = { version = "4.5.53", features = ["derive", "env"] } hex = "0.4.3" ic_principal = "0.1.1" notify = "8.2.0" -pocket-ic = { git = "https://github.com/dfinity/ic", rev = "b4b0230aa1ed1c94d3674a9a27d60b724edb5cd4" } +pocket-ic = { git = "https://github.com/dfinity/ic", rev = "719ff387aab462ce5759c4c20c30de959fe9538c" } reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls", "json"] } semver = "1.0.27" serde = { version = "1.0.228", features = ["derive"] }