Skip to content

Commit d74f7bd

Browse files
authored
Merge pull request #208 from light-curve/dependabot/cargo/light-curve/enumflags2-0.7.7
Bump enumflags2 from 0.7.6 to 0.7.7 in /light-curve
2 parents b5034c6 + f3ab9e3 commit d74f7bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

light-curve/Cargo.lock

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

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ anyhow = "<1.0.49"
3535
const_format = "0.2.30"
3636
conv = "0.3.3"
3737
enum-iterator = "1.1.0,<1.2.0" # 1.2.0 requires MSRV 1.63
38-
enumflags2 = { version = "0.7.5", features = ["serde"] }
38+
enumflags2 = { version = "0.7.7", features = ["serde"] }
3939
itertools = "0.10.5"
4040
macro_const = "0.1.0"
4141
ndarray = { version = "0.15.3", features = ["rayon"] }

0 commit comments

Comments
 (0)