Skip to content

Commit

Permalink
Bump minimum supported serde to 1.0.185
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Oct 2, 2024
1 parent 200aa9e commit 6e013a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zarrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ num = { version = "0.4.1" }
pco = { version = "0.3.1", optional = true }
rayon = "1.10.0"
rayon_iter_concurrent_limit = "0.2.0"
serde = { version = "1.0.184", features = ["derive"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = { version = "1.0.71", features = ["float_roundtrip", "preserve_order"] }
thiserror = "1.0.61"
thread_local = "1.1.8"
Expand Down
2 changes: 1 addition & 1 deletion zarrs_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ derive_more = { version = "1.0.0", features = ["display", "from"] }
half = { version = "2.0.0", features = ["bytemuck"] }
monostate = "0.1.0"
num = { version = "0.4.1" }
serde = { version = "1.0.184", features = ["derive"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = { version = "1.0.71", features = ["float_roundtrip", "preserve_order"] }
serde_repr = "0.1.19"
thiserror = "1.0.61"

0 comments on commit 6e013a5

Please sign in to comment.