1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  
     | 
    
      From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jbicha@debian.org>
Date: Sun, 14 Sep 2025 17:49:11 -0400
Subject: Revert "shell: Update oo7 to 0.4"
This reverts commit 81ea21aac467077c99dad0e2c04d66a06e74d3cc.
---
 shell/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/Cargo.toml b/shell/Cargo.toml
index 59f31c9..592d60f 100644
--- a/shell/Cargo.toml
+++ b/shell/Cargo.toml
@@ -24,7 +24,7 @@ lru = ">= 0.12, < 1"
 futures = "0.3"
 
 [dependencies.oo7]
-version = "0.4"
+version = "0.5"
 default-features = false
 features = ["async-std", "native_crypto"]
 optional = true
 
     |