From 606d47c7582fd56b7a053d765872e4406ce69251 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Tue, 30 May 2023 02:35:05 +0530 Subject: [PATCH] Bumped orion to v0.17.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78be078..09642a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -orion = "0.17.3" +orion = "0.17.4" passterm = "1.1.7" colored = "2.0.0"