From 1cf31b89fa50a3de301c6fab1c233c699df28305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:27:34 +0000 Subject: [PATCH] build(deps): update RustQuant requirement from 0.0.49 to 0.2.3 Updates the requirements on [RustQuant](https://github.com/avhz/RustQuant) to permit the latest version. - [Release notes](https://github.com/avhz/RustQuant/releases) - [Changelog](https://github.com/avhz/RustQuant/blob/main/CHANGELOG.md) - [Commits](https://github.com/avhz/RustQuant/compare/v0.0.49...v0.2.3) --- updated-dependencies: - dependency-name: RustQuant dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc570c8..e9190e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ clap = { version = "4.4.8", features = ["derive"] } serde_json = "1.0.113" log = "0.4.20" futures-util = "0.3.30" -RustQuant = "0.0.49" +RustQuant = "0.2.3" futures = "0.3.30"