diff --git a/Cargo.lock b/Cargo.lock index 1d6d204..e4691ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1248,7 +1248,7 @@ dependencies = [ [[package]] name = "toss" version = "0.1.0" -source = "git+https://github.com/Garmelon/toss.git?rev=d186291ef7f8d94963638c88446726d6375961b1#d186291ef7f8d94963638c88446726d6375961b1" +source = "git+https://github.com/Garmelon/toss.git?rev=5957e8e5508a3772b2229fc9d8ac30ce4173d356#5957e8e5508a3772b2229fc9d8ac30ce4173d356" dependencies = [ "crossterm", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index 86bba95..d8cd312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ features = ["rustls-tls-native-roots"] [dependencies.toss] git = "https://github.com/Garmelon/toss.git" -rev = "d186291ef7f8d94963638c88446726d6375961b1" +rev = "5957e8e5508a3772b2229fc9d8ac30ce4173d356" # [patch."https://github.com/Garmelon/toss.git"] # toss = { path = "../toss/" }