Skip to content

Commit

Permalink
build(cargo-insta): Update uuid (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed May 31, 2022
1 parent b9d99e8 commit 71a907b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-insta/Cargo.toml
Expand Up @@ -20,4 +20,4 @@ serde_json = "1.0.59"
proc-macro2 = { version = "1.0.24", features = ["span-locations"] }
syn = { version = "1.0.50", features = ["full", "visit", "extra-traits"] }
ignore = "0.4.17"
uuid = { version = "0.8.1", features = ["v4"] }
uuid = { version = "1.0.0", features = ["v4"] }

0 comments on commit 71a907b

Please sign in to comment.