chore(tvix): bump proptest dependency
This *might* contain a fix for a clippy lint thrown by that crate. Relates to b/321. Change-Id: Ia7ebd3e26e0feb8bcc7a6c811b1e583f9016fd9e Reviewed-on: https://cl.tvl.fyi/c/depot/+/9966 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
87d3fac676
commit
f325456cba
3 changed files with 78 additions and 99 deletions
|
|
@ -19,7 +19,7 @@ imbl = { version = "2.0", features = [ "serde" ] }
|
|||
lazy_static = "1.4.0"
|
||||
lexical-core = { version = "0.8.5", features = ["format", "parse-floats"] }
|
||||
path-clean = "0.1"
|
||||
proptest = { version = "1.0.0", default_features = false, features = ["std", "alloc", "break-dead-code", "tempfile"], optional = true }
|
||||
proptest = { version = "1.3.0", default_features = false, features = ["std", "alloc", "tempfile"], optional = true }
|
||||
regex = "1.6.0"
|
||||
rnix = "0.11.0"
|
||||
rowan = "*" # pinned by rnix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue