From a1ea3359804ad90db09578f0e8f4d71f32cf6e8e Mon Sep 17 00:00:00 2001 From: Kyle Carow Date: Wed, 3 Jan 2024 11:28:40 -0500 Subject: [PATCH] removed unused serde-xml-rs dependency --- rust/fastsim-core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/fastsim-core/Cargo.toml b/rust/fastsim-core/Cargo.toml index 82d30c20..31ecb917 100644 --- a/rust/fastsim-core/Cargo.toml +++ b/rust/fastsim-core/Cargo.toml @@ -29,7 +29,6 @@ argmin-math = { version = "0.2.1", features = [ "ndarray_latest-nolinalg-serde", ] } curl = "0.4.44" -serde-xml-rs = "0.6.0" validator = { version = "0.16", features = ["derive"] } lazy_static = "1.4.0" regex = "1.7.1"