diff --git a/Cargo.lock b/Cargo.lock index 9f2999a..bac6134 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1394,7 +1394,7 @@ dependencies = [ [[package]] name = "toss" version = "0.1.0" -source = "git+https://github.com/Garmelon/toss.git?rev=f414db40d526295c74cbcae6c3d194088da8f1d9#f414db40d526295c74cbcae6c3d194088da8f1d9" +source = "git+https://github.com/Garmelon/toss.git?rev=8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb#8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb" dependencies = [ "async-trait", "crossterm", diff --git a/cove/Cargo.toml b/cove/Cargo.toml index 077d62e..6db9df3 100644 --- a/cove/Cargo.toml +++ b/cove/Cargo.toml @@ -40,20 +40,11 @@ git = "https://github.com/Garmelon/euphoxide.git" rev = "0f217a6279181b0731216760219e8ff0fa01e449" features = ["bot"] -# [patch."https://github.com/Garmelon/euphoxide.git"] -# euphoxide = { path = "../euphoxide/" } - [dependencies.toss] git = "https://github.com/Garmelon/toss.git" -rev = "f414db40d526295c74cbcae6c3d194088da8f1d9" - -[patch."https://github.com/Garmelon/toss.git"] -toss = { path = "../../toss/" } +rev = "8bfb4b2dc345c3e0ffdb89bdb34f2996487a35cb" [dependencies.vault] git = "https://github.com/Garmelon/vault.git" rev = "b4cf23b7279770226725c895e482c8eda88c43a7" features = ["tokio"] - -# [patch."https://github.com/Garmelon/vault.git"] -# vault = { path = "../vault/" }