Skip to content

Commit

Permalink
Update itertools requirement from 0.12.0 to 0.13.0 (#245)
Browse files Browse the repository at this point in the history
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 25d2638 commit 702fa55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = "0.8.4"
serde_json = "1"
lazy_static = "1.4"
thiserror = "1"
itertools = "0.12"
itertools = "0.13"
map_3d = "0.1.5"
# ndarray = "0.15"
colorous = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rinex-qc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hifitime = "3.9.0"
strum = "0.26"
strum_macros = "0.26"
horrorshow = "0.8"
itertools = "0.12.0"
itertools = "0.13.0"
statrs = "0.16"
sp3 = { path = "../sp3", version = "=1.0.8", features = ["serde"] }
rinex-qc-traits = { path = "../qc-traits", version = "=0.1.1" }
Expand Down
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ map_3d = "0.1.5"
strum = "0.26"
strum_macros = "0.26"
num-integer = "0.1.44"
itertools = "0.12.0"
itertools = "0.13.0"
geo = { version = "0.28", optional = true }
wkt = { version = "0.10.0", default-features = false, optional = true }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 702fa55

Please sign in to comment.