Skip to content

Commit

Permalink
chore(deps): bump thiserror to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Mar 9, 2025
1 parent 9c4f230 commit 5dd20f6
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 @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Breaking**: Add `CodecTraits::{identifier,default_name,configuration[_opt]}()`
- **Breaking**: Remove `CodecTraits::create_metadata[_opt]()`
- **Breaking**: Change the error type of `node::[async_]get_child_nodes()` and `Group::{children,child_*}()` to `NodeCreateError` instead of `StorageError`
- Bump `thiserror` to 2.0.2

### Fixed
- Fixed reserving one more element than necessary when retrieving `string` or `bytes` array elements
Expand Down
2 changes: 1 addition & 1 deletion zarrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rayon = "1.10.0"
rayon_iter_concurrent_limit = "0.2.0"
serde = { version = "1.0.185", features = ["derive"] }
serde_json = { version = "1.0.71", features = ["float_roundtrip", "preserve_order"] }
thiserror = "2.0.0"
thiserror = "2.0.2"
thread_local = "1.1.8"
unsafe_cell_slice = "0.2.0"
zarrs_filesystem = { workspace = true, optional = true }
Expand Down

0 comments on commit 5dd20f6

Please sign in to comment.