Skip to content

Commit 03f7eb2

Browse files
authored
Merge pull request #1700 from gtk-rs/dependabot/cargo/smallvec-1.15.0
build(deps): bump smallvec from 1.14.0 to 1.15.0
2 parents 2af41a1 + cafcae5 commit 03f7eb2

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
@@ -28,7 +28,7 @@ glib-sys.workspace = true
2828
gobject-sys.workspace = true
2929
glib-macros.workspace = true
3030
rs-log = { package = "log", version = "0.4", optional = true }
31-
smallvec = { version = "1.13", features = ["union", "const_generics", "const_new"] }
31+
smallvec = { version = "1.15", features = ["union", "const_generics", "const_new"] }
3232
gio-sys = { workspace = true, optional = true }
3333
memchr = "2.7.4"
3434

0 commit comments

Comments
 (0)