From b647ef1152fdd8092b4c6686f3182e2b40b0d05b Mon Sep 17 00:00:00 2001 From: corey Date: Sun, 17 Mar 2024 11:50:28 -0500 Subject: [PATCH] Updated version files for next release --- rust/origen/cli/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/origen/cli/Cargo.toml b/rust/origen/cli/Cargo.toml index 4cad2d3a..55d80c6a 100644 --- a/rust/origen/cli/Cargo.toml +++ b/rust/origen/cli/Cargo.toml @@ -17,7 +17,6 @@ origen = { path = ".." } origen_metal = { path = "../../origen_metal" } pathdiff = "0.1" online = "0.2" -reqwest = "0.9" time = "0.1.42" semver = "0.9.0" lazy_static = "1.4.0"