Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps smallvec from 2.0.0-alpha.11 to 2.0.0-alpha.12.

Release notes

Sourced from smallvec's releases.

v2.0.0-alpha.12

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v2.0.0-alpha.11...v2.0.0-alpha.12

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@richox
Copy link
Contributor

richox commented Nov 22, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/master/smallvec-2.0.0-alpha.12 branch from a800a4f to 813d12c Compare November 22, 2025 14:30
@cxzl25
Copy link
Contributor

cxzl25 commented Dec 1, 2025

@dependabot rebase

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 2.0.0-alpha.11 to 2.0.0-alpha.12.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v2.0.0-alpha.11...v2.0.0-alpha.12)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-version: 2.0.0-alpha.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/master/smallvec-2.0.0-alpha.12 branch from 813d12c to 4b18810 Compare December 1, 2025 04:10
@cxzl25
Copy link
Contributor

cxzl25 commented Dec 1, 2025

https://github.com/apache/auron/actions/runs/19810955183/job/56753360472?pr=1633

error[E0599]: no function or associated item named `from_slice` found for struct `SmallVec<u8, 24>` in the current scope
Error:    --> native-engine/datafusion-ext-plans/src/agg/agg_hash_map.rs:182:19
    |
182 |         OwnedKey::from_slice(self)
    |                   ^^^^^^^^^^ function or associated item not found in `SmallVec<u8, 24>`
    |

https://github.com/servo/rust-smallvec/pull/384

OwnedKey::from_slice(self)

->

OwnedKey::from(self)

@github-actions github-actions bot added the native label Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants