Skip to content

Commit

Permalink
build(deps): update RustQuant requirement from 0.0.49 to 0.1.1
Browse files Browse the repository at this point in the history
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](avhz/RustQuant@v0.0.49...v0.1.1)

---
updated-dependencies:
- dependency-name: RustQuant
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent a4d7acc commit 94d886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1"
futures = "0.3.30"

0 comments on commit 94d886e

Please sign in to comment.