diff --git a/Cargo.lock b/Cargo.lock index 18a54c313..05c073044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1769,9 +1769,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" [[package]] name = "smawk" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a29c8e9e5..34718a746 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8.5" rand_chacha = "0.3.1" regex = "1.9.0" serde_json = "1.0.100" -smallvec = { version = "1.10.0", features = ["const_generics", "const_new", "union"] } +smallvec = { version = "1.11.0", features = ["const_generics", "const_new", "union"] } strsim = "0.10.0" tempfile = "3.6.0" thiserror = "1.0.41"