From 5ab09fcbcf55439d47bbe52623d0b8d41232eef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:00:39 -0700 Subject: [PATCH] build(deps): update RustQuant requirement from 0.0.45 to 0.0.49 (#25) 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.45...v0.0.49) --- updated-dependencies: - dependency-name: RustQuant dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11eb277..5850013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ clap = { version = "4.4.8", features = ["derive"] } serde_json = "1.0.113" log = "0.4.20" futures-util = "0.3.30" -RustQuant = "0.0.45" \ No newline at end of file +RustQuant = "0.0.49" \ No newline at end of file