Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Nov 30, 2023
1 parent c0d8076 commit 2de1173
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 @@ -25,15 +25,15 @@ path = "tests/serde.rs"
required-features = ["serde"]

[dependencies]
arbitrary = { version = "1.3.0", optional = true }
base64 = "0.21.2"
serde = { version = "1.0.164", optional = true }
uuid = "1.3.4"
arbitrary = { version = "1.3.2", optional = true }
base64 = "0.21.5"
serde = { version = "1.0.193", optional = true }
uuid = "1.6.1"

[dev-dependencies]
hex = "0.4.3"
clap = "4.3.8"
serde_test = "1.0.164"
clap = "4.4.10"
serde_test = "1.0.176"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 2de1173

Please sign in to comment.