Skip to content

Commit

Permalink
chore(deps): bump lru to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 1, 2025
1 parent d5a5021 commit 0532fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Breaking**: `ArrayBytes::new_vlen()` not returns a `Result` and validates bytes/offsets compatibility
- Reenable broken compatibility tests since fixed in `zarr-python`/`numcodecs`
- **Breaking**: move the `zarrs::array::{data_type,fill_value}` modules into the `zarrs_data_type` crate
- Bump `lru` to 0.13

## [0.19.1] - 2025-01-19

Expand Down
2 changes: 1 addition & 1 deletion zarrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ gdeflate-sys = { version = "0.4.1", optional = true }
half = { workspace = true }
inventory = "0.3.0"
itertools = "0.14.0"
lru = "0.12.4"
lru = "0.13.0"
moka = { version = "0.12.8", features = ["sync"] }
ndarray = { version = ">=0.15.0,<17", optional = true }
num = { workspace = true }
Expand Down

0 comments on commit 0532fe9

Please sign in to comment.