Skip to content

Commit

Permalink
Merge pull request #1283 from gtk-rs/dependabot/cargo/smallvec-1.12.0
Browse files Browse the repository at this point in the history
build(deps): bump smallvec from 1.11.2 to 1.12.0
  • Loading branch information
sdroege committed Jan 15, 2024
2 parents 383c6ba + be0ecbd commit 18d8eb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ffi = { package = "glib-sys", path = "sys" }
gobject_ffi = { package = "gobject-sys", path = "gobject-sys" }
glib-macros = { path = "../glib-macros" }
rs-log = { package = "log", version = "0.4", optional = true }
smallvec = { version = "1.11", features = ["union", "const_generics", "const_new"] }
smallvec = { version = "1.12", features = ["union", "const_generics", "const_new"] }
thiserror = "1"
gio_ffi = { package = "gio-sys", path = "../gio/sys", optional = true }
memchr = "2.7.1"
Expand Down

0 comments on commit 18d8eb7

Please sign in to comment.