Skip to content

Commit 5b20632

Browse files
committed
Bump dependencies
1 parent c1f5ef7 commit 5b20632

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Features have been reworked to use the new dependency resolution. This bumps MSRV.
1616
- Edition is updated to `2021` for all crates.
1717
- MSRV is increased to `1.60`.
18+
- Updated dependencies (`parking_lot=0.12`, `mpi-sys=0.2`
1819

1920
### Fixed
2021

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ default-members = [".", "hdf5-types", "hdf5-derive", "hdf5-sys"]
3333
bitflags = "1.2"
3434
lazy_static = "1.4"
3535
libc = "0.2"
36-
parking_lot = "0.11"
36+
parking_lot = "0.12"
3737
ndarray = "0.15"
3838
paste = "1.0"
39-
mpi-sys = { version = "0.1", optional = true }
39+
mpi-sys = { version = "0.2", optional = true }
4040
errno = { version = "0.2", optional = true }
4141
hdf5-sys = { path = "hdf5-sys", version = "0.8.1" } # !V
4242
hdf5-types = { path = "hdf5-types", version = "0.8.1" } # !V

hdf5-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.60"
1616

1717
[dependencies]
1818
libc = "0.2"
19-
mpi-sys = { version = "0.1", optional = true }
19+
mpi-sys = { version = "0.2", optional = true }
2020
libz-sys = { version = "1.0.25", optional = true, default-features = false }
2121
hdf5-src = { path = "../hdf5-src", version = "0.8.1", optional = true } # !V
2222

0 commit comments

Comments
 (0)