From 28a357b62854f3df01b810bc0e4702ce32b1b7c7 Mon Sep 17 00:00:00 2001 From: "Paul H. Liu" Date: Tue, 16 Jun 2026 09:46:56 -0700 Subject: [PATCH 1/2] fix: Update rpassword to 7.5.4 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e082a14..61483c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2683,9 +2683,9 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rpassword" -version = "7.5.0" +version = "7.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3bc4a3dd492cd6974dd3f32d6626ba9f36e5122e3df3b083474b104aebd139b" +checksum = "2da316a15f47e3d053de9cb2c439650bd8fa4aaeb9365f2e5f27f492ff73c196" dependencies = [ "libc", "rtoolbox", From 974b451e4cf42bf69e1c8cc77d62c860f3d1627e Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Tue, 16 Jun 2026 13:14:51 -0400 Subject: [PATCH 2/2] chore: prepare v0.7.8 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61483c1..63535e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1513,7 +1513,7 @@ dependencies = [ [[package]] name = "ic-repl" -version = "0.7.7" +version = "0.7.8" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 79e8d92..e8b45fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ic-repl" -version = "0.7.7" +version = "0.7.8" authors = ["DFINITY Team"] edition = "2021" default-run = "ic-repl"