Skip to content

Commit cafcae5

Browse files
build(deps): bump smallvec from 1.14.0 to 1.15.0
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: smallvec dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72a9cbd commit cafcae5

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)