Skip to content

Commit

Permalink
Merge pull request #1224 from gtk-rs/dependabot/cargo/smallvec-1.11.2
Browse files Browse the repository at this point in the history
build(deps): bump smallvec from 1.11.1 to 1.11.2
  • Loading branch information
sdroege authored Nov 13, 2023
2 parents 24ac207 + b5e0854 commit 86f7b34
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.0", features = ["union", "const_generics", "const_new"] }
smallvec = { version = "1.11", features = ["union", "const_generics", "const_new"] }
thiserror = "1"
gio_ffi = { package = "gio-sys", path = "../gio/sys", optional = true }
memchr = "2.5.0"
Expand Down

0 comments on commit 86f7b34

Please sign in to comment.