Skip to content

Commit

Permalink
Merge pull request #148 from light-curve/dependabot/cargo/itertools-t…
Browse files Browse the repository at this point in the history
…w-0.12

Update itertools requirement from ^0.11 to ^0.12
  • Loading branch information
hombit authored Dec 1, 2023
2 parents 1590b18 + 3d51c06 commit 595dc35
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 @@ -40,7 +40,7 @@ emcee_rand = { version = "^0.3.15", package = "rand" }
enum_dispatch = "^0.3.9"
fftw = { version = "^0.8", default-features = false }
GSL = { version = "^6", default-features = false, optional = true }
itertools = "^0.11"
itertools = "^0.12"
lazy_static = "^1.4"
libm = "^0.2"
macro_const = "^0.1"
Expand Down

0 comments on commit 595dc35

Please sign in to comment.