firecracker
firecracker copied to clipboard
build(deps): Bump the firecracker group with 16 updates
Bumps the firecracker group with 16 updates:
| Package | From | To |
|---|---|---|
| clap | 4.4.18 |
4.5.0 |
| thiserror | 1.0.56 |
1.0.57 |
| anstyle | 1.0.5 |
1.0.6 |
| clap_builder | 4.4.18 |
4.5.0 |
| clap_derive | 4.4.7 |
4.5.0 |
| clap_lex | 0.6.0 |
0.7.0 |
| either | 1.9.0 |
1.10.0 |
| hermit-abi | 0.3.4 |
0.3.5 |
| indexmap | 2.2.2 |
2.2.3 |
| is-terminal | 0.4.10 |
0.4.12 |
| num-traits | 0.2.17 |
0.2.18 |
| strsim | 0.10.0 |
0.11.0 |
| thiserror-impl | 1.0.56 |
1.0.57 |
| toml | 0.8.9 |
0.8.10 |
| toml_edit | 0.21.1 |
0.22.4 |
| winnow | 0.5.37 |
0.5.39 |
Updates clap from 4.4.18 to 4.5.0
Commits
a751c5fchore: Release9ec6c94chore: Release0735119docs: Update changelogc4d3959Merge pull request #5344 from epage/encodef750e57fix(lex): Use new-ish OsStr API1d9a554Merge pull request #5343 from epage/msrv4b45d36chore: Update MSRV to 1.7455b1f94Merge pull request #5342 from epage/divanea77b98test(complete): Make it order independentb0fea2btest(bench): Switch to divan- Additional commits viewable in compare view
Updates thiserror from 1.0.56 to 1.0.57
Commits
1d106b1Release 1.0.578a5c4d1Use write_str when args only consists of trailing commaf790beePhrase flag in terms of whether core::fmt machinery is requiredd43b759Ignore needless_raw_string_hashes pedantic clippy lint in testd09c418Touch up PR 286097251dMerge pull request #286 from nyurik/litstrcd79876optimize by avoiding second fmt.value() calld7e738eOptimize simple literals for Display::fmt0717de3Update ui test suite to nightly-2024-02-08c7c7547Update ui test suite to nightly-2024-01-31- See full diff in compare view
Updates anstyle from 1.0.5 to 1.0.6
Commits
c9dee03chore: Release60343d1docs: Update changelogb8edda7Merge pull request #171 from epage/ignore-fmtec33d22fix(anstyle): Don't display with formatter's settings93c3dectest(anstyle): Show current fmt behavior9098545chore(deps): update compatible (dev)44e8e4aMerge pull request #169 from joshtriplett/tyopd9265f2docs(anstream): Fix typo in documentation- See full diff in compare view
Updates clap_builder from 4.4.18 to 4.5.0
Changelog
Sourced from clap_builder's changelog.
[4.5.0] - 2024-02-08
Compatibility
- Update MSRV to 1.74
Commits
a751c5fchore: Release9ec6c94chore: Release0735119docs: Update changelogc4d3959Merge pull request #5344 from epage/encodef750e57fix(lex): Use new-ish OsStr API1d9a554Merge pull request #5343 from epage/msrv4b45d36chore: Update MSRV to 1.7455b1f94Merge pull request #5342 from epage/divanea77b98test(complete): Make it order independentb0fea2btest(bench): Switch to divan- Additional commits viewable in compare view
Updates clap_derive from 4.4.7 to 4.5.0
Release notes
Sourced from clap_derive's releases.
v4.4.18
[4.4.18] - 2024-01-16
Fixes
- (error) When lacking
usagefeature, ensure the list of required arguments is uniquev4.4.17
[4.4.17] - 2024-01-15
Fixes
- Fix
panic!when mixingargs_conflicts_with_subcommandswithArgGroup(which is implicit withderive) introduced in 4.4.15v4.4.16
[4.4.16] - 2024-01-12
Fixes
- Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color
v4.4.15
[4.4.15] - 2024-01-11
Fixes
- Improve error for
args_conflicts_with_subcommands- Ensure we error for
args_conflicts_with_subcommandswhen using subcommand short and long flagsv4.4.14
[4.4.14] - 2024-01-08
Documentation
- Fix
findcookbook entry to allow repeats of flags/optionsFeatures
- Allow
num_args(0)on options which allows making them emulate being a flag for position-tracking flagsv4.4.13
[4.4.13] - 2024-01-04
Documentation
- Fix link to structopt migration guide
v4.4.12
[4.4.12] - 2023-12-28
... (truncated)
Changelog
Sourced from clap_derive's changelog.
[4.5.0] - 2024-02-08
Compatibility
- Update MSRV to 1.74
[4.4.18] - 2024-01-16
Fixes
- (error) When lacking
usagefeature, ensure the list of required arguments is unique[4.4.17] - 2024-01-15
Fixes
- Fix
panic!when mixingargs_conflicts_with_subcommandswithArgGroup(which is implicit withderive) introduced in 4.4.15[4.4.16] - 2024-01-12
Fixes
- Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color
[4.4.15] - 2024-01-11
Fixes
- Improve error for
args_conflicts_with_subcommands- Ensure we error for
args_conflicts_with_subcommandswhen using subcommand short and long flags[4.4.14] - 2024-01-08
Documentation
- Fix
findcookbook entry to allow repeats of flags/optionsFeatures
- Allow
num_args(0)on options which allows making them emulate being a flag for position-tracking flags[4.4.13] - 2024-01-04
Documentation
- Fix link to structopt migration guide
[4.4.12] - 2023-12-28
Performance
... (truncated)
Commits
a751c5fchore: Release9ec6c94chore: Release0735119docs: Update changelogc4d3959Merge pull request #5344 from epage/encodef750e57fix(lex): Use new-ish OsStr API1d9a554Merge pull request #5343 from epage/msrv4b45d36chore: Update MSRV to 1.7455b1f94Merge pull request #5342 from epage/divanea77b98test(complete): Make it order independentb0fea2btest(bench): Switch to divan- Additional commits viewable in compare view
Updates clap_lex from 0.6.0 to 0.7.0
Changelog
Sourced from clap_lex's changelog.
v0.7.0 (2015-04-30) - BREAKING CHANGE
Bug Fixes
Features
- MultipleValues
- arg allow other types besides Vec for multiple value settings (BREAKING CHANGE 0cc2f698, closes #87)
- usage implement smart usage strings on errors (d77048ef, closes #88)
v0.6.9 (2015-04-29)
Bug Fixes
0.6.8 (2015-04-27)
Bug Fixes
- help change long help --long=long -> --long (1e25abfc)
- RequiredArgs required by default args should no longer be required when their exclusions are present (4bb4c3cc)
Features
- ArgGroups add ability to create arg groups (09eb4d98)
v0.6.7 (2015-04-22)
Bug Fixes
- from_usage fix bug causing args to not be required (b76129e9)
Features
... (truncated)
Commits
9ec6c94chore: Release0735119docs: Update changelogc4d3959Merge pull request #5344 from epage/encodef750e57fix(lex): Use new-ish OsStr API1d9a554Merge pull request #5343 from epage/msrv4b45d36chore: Update MSRV to 1.7455b1f94Merge pull request #5342 from epage/divanea77b98test(complete): Make it order independentb0fea2btest(bench): Switch to divan7425ee7chore: Release- Additional commits viewable in compare view
Updates either from 1.9.0 to 1.10.0
Commits
ede3c47Merge pull request #98 from cuviper/release-1.10.05fcb289ci: upgrade to actions/checkout@v4071f034Release 1.10.0254fbf6Merge pull request #91 from aj-bagwell/master499b9edMove the iter methods back to the root for doc order2a37ebaSplitfactor_iterinto owned/ref/mut variationsc3178afFix iter and iter_mut doc tests for MSRVc1ec796Add a new type for the factored iterator356d9b6Move iterator code into a modulea6e0026fix It-o-erator typo- Additional commits viewable in compare view
Updates hermit-abi from 0.3.4 to 0.3.5
Commits
58dfbb8Merge pull request #529 from stlankes/abi4136a68increase version number of hermit-abi5e6d779Merge pull request #527 from stlankes/file6f5f068using an absolute path to create a filec9b59b7Merge pull request #525 from stlankes/pollf0ecc4erevise comments1bba98bremove typo and rename system call to sys_pollc29bf3cMerge pull request #524 from hermit-os/stlankes-patch-13b0ceddadd firecracker loader to the deployments062da84Merge pull request #523 from mkroening/ci-loader-download- Additional commits viewable in compare view
Updates indexmap from 2.2.2 to 2.2.3
Changelog
Sourced from indexmap's changelog.
2.2.3
- Added
move_indexandswap_indicesmethods toIndexedEntry,OccupiedEntry, andRawOccupiedEntryMut, functioning like the existing methods onIndexMap.- Added
shift_insertmethods onVacantEntryandRawVacantEntryMut, as well asshift_insert_hashed_nocheckon the latter, to insert the new entry at a particular index.- Added
shift_insertmethods onIndexMapandIndexSetto insert a new entry at a particular index, or else move an existing entry there.
Commits
406bbdbMerge pull request #312 from cuviper/release-2.2.33b79b87Release 2.2.38e6753cMerge pull request #310 from cuviper/shift_inserte3ff25bMerge pull request #311 from cuviper/test_debug2a33977Fully mask the"test_debug"code from normal builds8c206efTest shift_insert that moves5debe73IndexSet::swap_indices is O(1) too4572493AddIndexSet::shift_insertbased on map's method3b217caAddIndexMap::shift_insertbased onEntry209e3e1Document equivalence of move_index/swap_indices- Additional commits viewable in compare view
Updates is-terminal from 0.4.10 to 0.4.12
Commits
b11ccb2chore: Release is-terminal version 0.4.12281999fFix compilation on Rust 1.63. (#37)5b6308echore: Release is-terminal version 0.4.11a766d78Add a note about the switch to the libc implementation. (#35)f8835c9Port rust-lang/rust#119664 to is-terminal. (#34)8dafe57Make the implementation match std. (#33)3bb6d45Use 'libc' directly instead of through rustix (#26)- See full diff in compare view
Updates num-traits from 0.2.17 to 0.2.18
Changelog
Sourced from num-traits's changelog.
Release 0.2.18 (2024-02-07)
- The new
Euclid::div_rem_euclidandCheckedEuclid::checked_div_rem_euclidmethods compute and return the quotient and remainder at the same time.- The new
TotalOrdertrait implements the IEEE 754totalOrderpredicate.- The new
ConstZeroandConstOnetraits offered associated constants, extending the non-constZeroandOnetraits for types that have constant values.Contributors:
@andrewjradcliffe,@cuviper,@tarcieri,@tdelabro,@waywardmonkeys
Commits
eb20b40Merge pull request #309 from cuviper/release-0.2.185c2cc9bRelease 0.2.18a095b70Merge pull request #303 from tarcieri/constant-traits67d9e74AvoidSelfconstructor forWrapping6ab6de2Update src/identities.rse48ffe2Update src/identities.rsbc42b83Rename to ConstZero/ConstOne and re-export from toplevel536dcf2Remove blanket impls; add impls forWrapping06c0ee0AddZeroConstantandOneConstanttraits29c5b46Merge pull request #308 from cuviper/ci- Additional commits viewable in compare view
Updates strsim from 0.10.0 to 0.11.0
Release notes
Sourced from strsim's releases.
Release 0.11.0
Changed
improve OSA implementation
- reduce runtime
- reduce binary size by more than
25%reduce binary size of Levenshtein distance
improve Damerau-Levenshtein implementation
- reduce memory usage from
O(N*M)toO(N+M)- reduce runtime in our own benchmark by more than
70%- reduce binary size by more than
25%only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
Fixed
- Fix transposition counting in Jaro and Jaro-Winkler.
- Limit common prefix in Jaro-Winkler to 4 characters
Release 0.10.1
Changed
improve OSA implementation
- reduce runtime
- reduce binary size by more than
25%reduce binary size of Levenshtein distance
improve Damerau-Levenshtein implementation
- reduce memory usage from
O(N*M)toO(N+M)- reduce runtime in our own benchmark by more than
70%- reduce binary size by more than
25%only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
Fixed
- Fix transposition counting in Jaro and Jaro-Winkler.
- Limit common prefix in Jaro-Winkler to 4 characters
Changelog
Sourced from strsim's changelog.
[0.11.0] - (2024-01-07)
Changed
improve OSA implementation
- reduce runtime
- reduce binary size by more than
25%reduce binary size of Levenshtein distance
improve Damerau-Levenshtein implementation
- reduce memory usage from
O(N*M)toO(N+M)- reduce runtime in our own benchmark by more than
70%- reduce binary size by more than
25%only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
Fixed
- Fix transposition counting in Jaro and Jaro-Winkler.
- Limit common prefix in Jaro-Winkler to 4 characters
Commits
09fd5d9fix version numbere7a3b55Update the installation instructionsd9f10d5release version 0.10.1a5cc615add maintainer20e3bddonly boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7f6a7593limit common prefix in jaro-winkler15e1a03improve error message on test failure98fd0ecUpdate links to reference the rapidfuzz org82d13e9remove superfluous module around benchmarks (#66)1d92c1dfix or ignore all clippy warnings- Additional commits viewable in compare view
Updates thiserror-impl from 1.0.56 to 1.0.57
Commits
1d106b1Release 1.0.578a5c4d1Use write_str when args only consists of trailing commaf790beePhrase flag in terms of whether core::fmt machinery is requiredd43b759Ignore needless_raw_string_hashes pedantic clippy lint in testd09c418Touch up PR 286097251dMerge pull request #286 from nyurik/litstrcd79876optimize by avoiding second fmt.value() calld7e738eOptimize simple literals for Display::fmt0717de3Update ui test suite to nightly-2024-02-08c7c7547Update ui test suite to nightly-2024-01-31- See full diff in compare view
Updates toml from 0.8.9 to 0.8.10
Commits
7f3e276chore: Release07c8c2cdocs: Update changelog10392d5chore: Release4592fe4docs: Update changelogb7bd3a4Merge pull request #675 from epage/dotted-key89d1416fix(edit): Preserve previous line decor on leaf key4e89856fix(edit): Don't include decor in Key's Display35e5326Merge pull request #674 from epage/refactor0aca85brefactor(encode): Remove trait abstraction16c8353test(edit): Show dotted-key comment bug- Additional commits viewable in compare view
Updates toml_edit from 0.21.1 to 0.22.4
Commits
a20848dchore: Release916948aMerge branch 'main' into HEAD09338a4chore: Releasef345c8cMerge pull request #678 from epage/key069f404fix(edit): Support more types of tables for key fn8fa5a60chore: Release6a60576Merge pull request #677 from epage/keyaab7d33fix(edit): Make rest of key fn's pub582a1a8chore: Release404f017docs: Update changelog- Additional commits viewable in compare view
Updates winnow from 0.5.37 to 0.5.39
Changelog
Sourced from winnow's changelog.
[0.5.39] - 2024-02-06
Fixes
- Be consistent about inlining
slice_len[0.5.38] - 2024-02-06
Compatibility
- Deprecate
token::tagfortoken::literal- Deprecate
binary::bits::tagforbinary::bits::patternFeatures
- Allow a byte (
u8) to be a tagFixes
- Clarify name of
token::tagastoken::literal- Clarify name of
binary::bits::tagasbinary::bits::pattern
Commits
c88418dchore: Release9e9a943docs: Update changelogdf2fd11Merge pull request #458 from epage/idd5d00aperf(stream): Ensure u8::slice_len is inlined2d0d5e0chore: Release3f02a2cdocs: Update changelog0dc1aaeMerge pull request #455 from epage/backport6a083d4fix: Deprecate tag for literal, pattern2133900fix(bits): Rename tag to patternebaeeb7fix(token): Rename tag to literal- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Cannot merge this because some dependencies adopted a MSRV of 1.74.0 (we are currently using 1.73.0)
Looks like these dependencies are updatable in another way, so this is no longer needed.