Skip to content

build(deps): bump ulid from 1.2.1 to 3.0.0 in /quickwit - #6743

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/ulid-3.0.0
Open

build(deps): bump ulid from 1.2.1 to 3.0.0 in /quickwit#6743
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/ulid-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps ulid from 1.2.1 to 3.0.0.

Commits
  • 90992f5 Bump version to v3.0.0
  • 1d6ad4e Enable warn(keyword_idents) and replace gen usages
  • 82c545a Fix wasm32 build
  • a30176c Cleanup in prep for release
  • 1af7ec8 bump version to v2.0.0
  • 13b3614 Cleanup clippy warnings
  • ce49f86 Add the ability for Generator to overflow
  • 5fe66d5 Remove deprecated method
  • 4ac1cf7 Rename Ulid::new -> Ulid::gen; add Ulid::max
  • 926ebfa Update rand to v0.10
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 28, 2026 18:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2026
Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.2.1 to 3.0.0.
- [Commits](dylanhart/ulid-rs@v1.2.1...v3.0.0)

---
updated-dependencies:
- dependency-name: ulid
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/ulid-3.0.0 branch from 17d5be4 to 3fc45e0 Compare August 31, 2026 10:05

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3fc45e0ca0

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread quickwit/Cargo.toml
ttl_cache = "0.5"
typetag = "0.2"
ulid = "1.2"
ulid = "3.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Migrate callers before selecting ulid 3

Version 3 removes Ulid::new, but the reviewed tree still calls it throughout production crates, including quickwit-proto/src/types/doc_uid.rs:49, quickwit-indexing/src/actors/indexer.rs:194, and quickwit-search/src/scroll_context.rs:195. Consequently, compiling any of these crates against this workspace dependency fails until the call sites are migrated to the v3 API.

AGENTS.md reference: AGENTS.md:L121-L121

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants