Skip to content

Commit f67347c

Browse files
Merge pull request #381 from NNPDF/dependabot/cargo/lz4_flex-0.11.6
Bump lz4_flex from 0.9.5 to 0.11.6
2 parents a87ce7b + 292d0db commit f67347c

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

Cargo.lock

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

pineappl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enum_dispatch = "0.3.7"
2424
float-cmp = { default-features = false, version = "0.9.0" }
2525
git-version = "0.3.5"
2626
itertools = "0.10.1"
27-
lz4_flex = "0.9.2"
27+
lz4_flex = "0.11.6"
2828
ndarray = { features = ["serde"], version = "0.15.4" }
2929
# TODO: opt out of default features in this crate to match line above
3030
pineappl-v0 = { package = "pineappl", version = "0.8.2" }

pineappl_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ float-cmp = { default-features = false, version = "0.9.0" }
2727
git-version = "0.3.5"
2828
itertools = "0.10.1"
2929
lhapdf = { package = "managed-lhapdf", version = "0.3.4" }
30-
lz4_flex = { optional = true, version = "0.9.2" }
30+
lz4_flex = { optional = true, version = "0.11.6" }
3131
ndarray = "0.15.4"
3232
ndarray-npy = { default-features = false, features = ["npz"], optional = true, version = "0.8.1" }
3333
pineappl = { path = "../pineappl", version = "=1.3.3" }

0 commit comments

Comments
 (0)