Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed May 5, 2024
1 parent 9e47d9d commit de969ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ required-features = ["serde"]

[dependencies]
arbitrary = { version = "1.3.2", optional = true }
base64 = "0.21.5"
bytemuck = { version = "1.14.0", optional = true, features = ["derive"] }
serde = { version = "1.0.193", optional = true }
uuid = "1.6.1"
zerocopy = { version = "0.7.32", optional = true, features = ["derive"] }
base64 = "0.22.1"
bytemuck = { version = "1.15.0", optional = true, features = ["derive"] }
serde = { version = "1.0.200", optional = true }
uuid = "1.8.0"
zerocopy = { version = "0.7.33", optional = true, features = ["derive"] }

[dev-dependencies]
hex = "0.4.3"
Expand Down

0 comments on commit de969ae

Please sign in to comment.