Skip to content

Commit 86f7b34

Browse files
authored
Merge pull request #1224 from gtk-rs/dependabot/cargo/smallvec-1.11.2
build(deps): bump smallvec from 1.11.1 to 1.11.2
2 parents 24ac207 + b5e0854 commit 86f7b34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ffi = { package = "glib-sys", path = "sys" }
3131
gobject_ffi = { package = "gobject-sys", path = "gobject-sys" }
3232
glib-macros = { path = "../glib-macros" }
3333
rs-log = { package = "log", version = "0.4", optional = true }
34-
smallvec = { version = "1.0", features = ["union", "const_generics", "const_new"] }
34+
smallvec = { version = "1.11", features = ["union", "const_generics", "const_new"] }
3535
thiserror = "1"
3636
gio_ffi = { package = "gio-sys", path = "../gio/sys", optional = true }
3737
memchr = "2.5.0"

0 commit comments

Comments
 (0)