Skip to content

chore(deps): bump the major group across 1 directory with 5 updates#2783

Merged
amitksingh1490 merged 2 commits intomainfrom
dependabot/cargo/major-b085bc1b9d
Apr 4, 2026
Merged

chore(deps): bump the major group across 1 directory with 5 updates#2783
amitksingh1490 merged 2 commits intomainfrom
dependabot/cargo/major-b085bc1b9d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the major group with 5 updates in the / directory:

Package From To
rustyline 17.0.2 18.0.0
sha2 0.10.9 0.11.0
similar 2.7.0 3.0.0
toml_edit 0.22.27 0.25.8+spec-1.1.0
posthog-rs 0.4.7 0.5.0

Updates rustyline from 17.0.2 to 18.0.0

Release notes

Sourced from rustyline's releases.

18.0.0

What's Changed

  • Support minimal repaint #882
  • Fix edit_kill #887, #885
  • On windows, check that prompt is not styled #890, #889, #836, #562, #702, #215
  • Bump windows-sys version #892
  • Check NO_COLOR environment variable #894
  • Fix clippy warning #896
  • Update radix_trie requirement from 0.2 to 0.3 #898
  • Introduce Prompt trait for styling #893
  • Fix partial refresh #899, #897
  • Remove doc_auto_cfg #900
  • Fix vi paste #901, #732
  • Install signal handlers only when actually reading #903, #902
  • Configure cargo deny #904, #637
  • Update rusqlite version #906
  • Update signal-hook to 0.4 #907
  • Replace fd-lock with std File::lock #909, #908
  • Bump nix version to 0.31 #911
  • Refactor code related to signal handling #912
  • Bump signal-hook version #913, #910
  • Update rand to 0.10 #917
  • Update skim from 0.10 to 3.3.0 #919
  • Allow getting handler to fail after partial key event matches. #924, #923
  • Update dependencies #929
  • Clippy #930
  • Add comments on how to debug with PowerShell #933
  • Try to fix a panic related to SIG_PIPE #932, #931

Full Changelog: kkawakam/rustyline@v17.0.2...v18.0.0

Commits

Updates sha2 from 0.10.9 to 0.11.0

Commits

Updates similar from 2.7.0 to 3.0.0

Changelog

Sourced from similar's changelog.

3.0.0

  • Added a Git-style Histogram diff implementation exposed as Algorithm::Histogram, including deadline-aware Myers fallback and comprehensive regression/behavior tests.
  • Raised MSRV to Rust 1.85 and moved the crate to Rust 2024 edition.
  • Added a Hunt-style diff implementation exposed as Algorithm::Hunt.
  • Added configurable inline refinement via InlineChangeOptions and InlineChangeMode, including semantic cleanup and new TextDiff::iter_inline_changes_with_options* methods. #92
  • Added a global disjoint-input fast path in algorithms::diff_deadline to avoid pathological runtimes on large, fully distinct inputs.
  • Improved Algorithm::Myers performance on heavily unbalanced diffs to avoid pathological slowdowns.
  • Added diff_deadline_raw entrypoints in the algorithm modules to bypass shared heuristics and keep minimal intrinsic trait bounds where needed.
  • Added test files in examples/diffs that can be used with the some of the examples as input pairs.
  • Added CachedLookup, a helper for adapting virtual or computed sequences by materializing items on first access and then serving borrowed values through normal indexing. The owned-lookup example demonstrates this approach for issue #33.
  • Fixed ranged indexing in the classic LCS table algorithm.
  • Improved diff compaction to merge adjacent delete hunks across equal runs.
  • Excluded development scripts from published crate contents. #87
  • TextDiff::from_* and TextDiffConfig::diff_* now accept owned inputs (String, Vec<u8>, Cow) in addition to borrowed inputs. This allows returning text diffs from functions without external owner lifetimes. #65
  • TextDiff no longer exposes old_slices / new_slices. Use old_len, new_len, old_slice, new_slice, iter_old_slices, iter_new_slices, old_lookup, and new_lookup instead.
  • TextDiff::iter_changes now panics on invalid out-of-bounds DiffOp ranges instead of silently truncating iteration.
  • utils::diff_lines_inline now takes &TextDiff and options rather than (Algorithm, old, new, options).
  • utils::diff_lines now avoids a second line-tokenization pass.
  • Renamed get_diff_ratio to diff_ratio.
  • Added first-class no_std + alloc support with an explicit default std feature.
  • Added optional hashbrown backend for no_std map storage (default-features = false, features = ["hashbrown"]), while the default no_std backend uses alloc::collections::BTreeMap.
  • Made core constructors const-ready (Capture::new, Replace::new, NoFinishHook::new, InlineChangeOptions::new, TextDiff::configure).
Commits
  • db010ec fix(ci): configure crates.io trusted publishing
  • 1f5a7ef chore(release): 3.0.0
  • b69c696 ci: Added publish workflow
  • d59c1ea chore: Restate relationship to pijul
  • 07c20a6 docs(algorithms): document CachedLookup adapter
  • 5567493 feat(api): add CachedLookup for virtual sequences
  • 4b21d69 feat(no-std): add alloc support with std default feature
  • 55e16c7 doc: Add upgrading docs
  • 41c7e3f feat(text): add inline flatten helpers and align getter names
  • 4c59e33 chore: Update changelog
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.27 to 0.25.8+spec-1.1.0

Commits

Updates posthog-rs from 0.4.7 to 0.5.0

Release notes

Sourced from posthog-rs's releases.

v0.5.0

What's Changed

Full Changelog: PostHog/posthog-rs@v0.4.7...v0.5.0

Changelog

Sourced from posthog-rs's changelog.

0.5.0 — 2026-03-27

Minor changes

  • 842bb73 Add local_evaluation_only option to prevent remote API fallback when local evaluation is inconclusive — Thanks @​dmarticus!
Commits
  • 6c69c69 chore: Release v0.5.0
  • 842bb73 Add sampo changeset for local_evaluation_only feature (#84)
  • 987e83d Add local_evaluation_only option to prevent remote API fallback (#83)
  • 15244fc Merge pull request #82 from PostHog/Piccirello-patch-1
  • 9da29ed Add missing version note to changelog
  • See full diff in compare view

@dependabot dependabot bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Apr 2, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/major-b085bc1b9d branch 4 times, most recently from 7edf6c4 to 297591e Compare April 2, 2026 12:53
Bumps the major group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rustyline](https://github.com/kkawakam/rustyline) | `17.0.2` | `18.0.0` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [similar](https://github.com/mitsuhiko/similar) | `2.7.0` | `3.0.0` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.27` | `0.25.8+spec-1.1.0` |
| [posthog-rs](https://github.com/posthog/posthog-rs) | `0.4.7` | `0.5.0` |



Updates `rustyline` from 17.0.2 to 18.0.0
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v17.0.2...v18.0.0)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

Updates `similar` from 2.7.0 to 3.0.0
- [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar@2.7.0...3.0.0)

Updates `toml_edit` from 0.22.27 to 0.25.8+spec-1.1.0
- [Commits](toml-rs/toml@v0.22.27...v0.25.8)

Updates `posthog-rs` from 0.4.7 to 0.5.0
- [Release notes](https://github.com/posthog/posthog-rs/releases)
- [Changelog](https://github.com/PostHog/posthog-rs/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-rs@v0.4.7...v0.5.0)

---
updated-dependencies:
- dependency-name: rustyline
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: similar
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: toml_edit
  dependency-version: 0.25.8+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: posthog-rs
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/major-b085bc1b9d branch from 297591e to 1e06620 Compare April 4, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant