Skip to content

Commit b5e0854

Browse files
build(deps): bump smallvec from 1.11.1 to 1.11.2
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 24ac207 commit b5e0854

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)