Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Aug 29, 2022
1 parent 8cd0cc0 commit c7a0871
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ emoji_names = []
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
blob-uuid = "0.4.0"
error-chain = "0.12.2"
lazy_static = "1.4.0"
regex = "1.4.2"
blob-uuid = "0.5.0"
error-chain = "0.12"
lazy_static = "1.4"
regex = "1.6"

serde = { version = "1.0.123", features = ["derive"], optional = true }
serde_json = { version = "1.0.62", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }

[dev-dependencies]
proptest = "0.10.1"
pretty_assertions = "0.6.1"
proptest = "1.0"
pretty_assertions = "1.2"

[dev-dependencies.cargo-husky]
version = "1"
Expand Down

0 comments on commit c7a0871

Please sign in to comment.