diff --git a/Cargo.toml b/Cargo.toml index 67ccd7dc..a5933a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ rand_xorshift = "0.3.0" # Not a real dependency, but needed since criterion 0.4.0 # does not compile anymore as of 2022-10-03. regex = "1.7.1" -trybuild = "1.0.82" +trybuild = "1.0.85" [[bench]] name = "algos"