Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Jul 2, 2024
1 parent 2288f7c commit 5178cd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
bytemuck = { version = "1.14.3", optional = true }
bytemuck = { version = "1.16.1", optional = true }
byteorder = { version = "1.5.0", optional = true }
serde = { version = "1.0.196", optional = true }
serde = { version = "1.0.203", optional = true }

[features]
default = ["std"]
Expand All @@ -27,8 +27,8 @@ simd = []
std = ["dep:bytemuck", "dep:byteorder"]

[dev-dependencies]
proptest = "1.4.0"
serde_json = "1.0.113"
proptest = "1.5.0"
serde_json = "1.0.120"
bincode = "1.3.3"

[profile.test]
Expand Down

0 comments on commit 5178cd6

Please sign in to comment.