diff --git a/Cargo.lock b/Cargo.lock index 31c85a35bbd0..b0ceb7cb686c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1120,9 +1120,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" +checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "syn" diff --git a/glib/Cargo.toml b/glib/Cargo.toml index 69a7cb208f5b..4803414f74d4 100644 --- a/glib/Cargo.toml +++ b/glib/Cargo.toml @@ -28,7 +28,7 @@ glib-sys.workspace = true gobject-sys.workspace = true glib-macros.workspace = true rs-log = { package = "log", version = "0.4", optional = true } -smallvec = { version = "1.13", features = ["union", "const_generics", "const_new"] } +smallvec = { version = "1.15", features = ["union", "const_generics", "const_new"] } gio-sys = { workspace = true, optional = true } memchr = "2.7.4"