From cac44bfbc6ae830da4873a73b5791341161bb320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:48:32 +0000 Subject: [PATCH] build(deps): update RustQuant requirement from 0.0.49 to 0.2.8 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.7) --- 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..8ed0af9 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.8" futures = "0.3.30"