From a71d59db4e56a65f1888dfa7a5fc1e3595c082b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:30:44 +0000 Subject: [PATCH] Bump RustQuant from 0.0.38 to 0.0.39 Bumps [RustQuant](https://github.com/avhz/RustQuant) from 0.0.38 to 0.0.39. - [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.38...v0.0.39) --- updated-dependencies: - dependency-name: RustQuant dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 491a5eb..4600072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,9 +14,9 @@ dependencies = [ [[package]] name = "RustQuant" -version = "0.0.38" +version = "0.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9abaca1d89628fc705fb07249d90760846ef043eb35cb0e67bf3dd0ca8463b" +checksum = "20c718d481a6ebb218e84518ee42e58a480a1d554b244b30efa39cef3c31ada9" dependencies = [ "csv", "nalgebra 0.32.3", diff --git a/Cargo.toml b/Cargo.toml index d4e0f47..13ff536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] arbiter-core = { version = "0.8.0" } arbiter-bindings = { version = "0.1.0" } -RustQuant = { version = "0.0.38", features = ["seedable"] } +RustQuant = { version = "0.0.39", features = ["seedable"] } tokio = { version = "1.34.0", features = ["full"] } ethers = { version = "2.0.10" } serde_json = { version = "1.0.107" }