Skip to content

Commit a365bbd

Browse files
deps: update statrs requirement from 0.16 to 0.18
Updates the requirements on [statrs](https://github.com/statrs-dev/statrs) to permit the latest version. - [Release notes](https://github.com/statrs-dev/statrs/releases) - [Changelog](https://github.com/statrs-dev/statrs/blob/master/CHANGELOG.md) - [Commits](statrs-dev/statrs@0.16.0...v0.18.0) --- updated-dependencies: - dependency-name: statrs dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e53a042 commit a365bbd

3 files changed

Lines changed: 11 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/risk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ compact_str = "0.8"
1212
tracing = "0.1"
1313
tokio = { version = "1.35", features = ["full"] }
1414
serde = { version = "1.0", features = ["derive"] }
15-
statrs = "0.16"
15+
statrs = "0.18"

crates/swarm_sim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde = { workspace = true, optional = false }
1515
serde_json = { workspace = true, optional = false }
1616
tracing = { workspace = true, optional = false }
1717
chrono = { workspace = true, optional = false }
18-
statrs = "0.16"
18+
statrs = "0.18"
1919

2020
[dev-dependencies]
2121
tokio-test = "0.4"

0 commit comments

Comments
 (0)