Skip to content

Commit

Permalink
Update predicates and bitflags dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jan 26, 2024
1 parent fcce55a commit ae83e45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
25 changes: 7 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pineappl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version.workspace = true
[dependencies]
arrayvec = "0.7.2"
bincode = "1.3.3"
bitflags = "1.3.2"
bitflags = "2.4.2"
enum_dispatch = "0.3.7"
float-cmp = "0.9.0"
git-version = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tar = { optional = true, version = "0.4.38" }
[dev-dependencies]
assert_cmd = "2.0.2"
assert_fs = "1.0.6"
predicates = "2.1.1"
predicates = "3.1.0"

[[bin]]
name = "pineappl"
Expand Down

0 comments on commit ae83e45

Please sign in to comment.