Skip to content

Commit

Permalink
chore: lock dependency versions
Browse files Browse the repository at this point in the history
note: all tests passed
  • Loading branch information
GZTimeWalker committed Feb 13, 2024
1 parent d812e90 commit 842cd16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.7", optional = true }
byteorder = { version = "1.4", optional = true }
serde = { version = "1.0", optional = true }
bytemuck = { version = "1.14.3", optional = true }
byteorder = { version = "1.5.0", optional = true }
serde = { version = "1.0.196", optional = true }

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

[dev-dependencies]
proptest = "1.2"
serde_json = "1.0"
bincode = "1.3"
proptest = "1.4.0"
serde_json = "1.0.113"
bincode = "1.3.3"

[profile.test]
opt-level = 2

0 comments on commit 842cd16

Please sign in to comment.