Skip to content

Commit 2eb13bb

Browse files
dependabot[bot]TG199
authored andcommitted
build(deps): bump smallvec from 1.14.0 to 1.15.0 (servo#36387)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.14.0 to 1.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.15.0</h2> <h2>What's Changed</h2> <ul> <li>Fix typos by <a href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a> in <a href="https://redirect.github.com/servo/rust-smallvec/pull/373">servo/rust-smallvec#373</a></li> <li>Implement bincode2 encode/decode support for smallvec v1 by <a href="https://github.com/markbt"><code>@​markbt</code></a> in <a href="https://redirect.github.com/servo/rust-smallvec/pull/375">servo/rust-smallvec#375</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/markbt"><code>@​markbt</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-smallvec/pull/375">servo/rust-smallvec#375</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0">https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-smallvec/commit/7c4d350f5ec284fd05807f1a182387889a62af24"><code>7c4d350</code></a> Versoin 1.15.0</li> <li><a href="https://github.com/servo/rust-smallvec/commit/aeceb0a5b1fde6bb2ea58afff46749d2c23bc918"><code>aeceb0a</code></a> Temporarily disable broken fuzzing in CI</li> <li><a href="https://github.com/servo/rust-smallvec/commit/a2fb430411f3de5d5b83b8cf9bcac418beac6f81"><code>a2fb430</code></a> Pin honggfuzz binary version</li> <li><a href="https://github.com/servo/rust-smallvec/commit/35e7ffeedef2414cb4a77c0438c9943d457d970d"><code>35e7ffe</code></a> Add support for bincode encode and decode</li> <li><a href="https://github.com/servo/rust-smallvec/commit/0d019cd54a7b89293ccb5906f019096e65e8cc36"><code>0d019cd</code></a> Rename bincode dev-dependency to bincode1</li> <li><a href="https://github.com/servo/rust-smallvec/commit/6c8751df6a19380cc33204d8d0851d4375f95644"><code>6c8751d</code></a> Merge pull request <a href="https://redirect.github.com/servo/rust-smallvec/issues/373">#373</a> from waywardmonkeys/v1-fix-typos</li> <li><a href="https://github.com/servo/rust-smallvec/commit/36317fa17f661010609f27751a1888e946f83cb5"><code>36317fa</code></a> Fix typos</li> <li>See full diff in <a href="https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=smallvec&package-manager=cargo&previous-version=1.14.0&new-version=1.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e04a2bc commit 2eb13bb

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ servo-media-dummy = { git = "https://github.com/servo/media" }
127127
servo-media-gstreamer = { git = "https://github.com/servo/media" }
128128
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
129129
smallbitvec = "2.6.0"
130-
smallvec = "1.14"
130+
smallvec = "1.15"
131131
static_assertions = "1.1"
132132
string_cache = "0.8"
133133
string_cache_codegen = "0.5"

0 commit comments

Comments
 (0)