gitu
gitu copied to clipboard
build(deps): bump the minor-patch group across 1 directory with 8 updates
Bumps the minor-patch group with 8 updates in the / directory:
Package | From | To |
---|---|---|
arboard | 3.4.0 |
3.4.1 |
clap | 4.5.16 |
4.5.19 |
serde | 1.0.209 |
1.0.210 |
regex | 1.10.6 |
1.11.0 |
pretty_assertions | 1.4.0 |
1.4.1 |
temp-dir | 0.1.13 |
0.1.14 |
insta | 1.39.0 |
1.40.0 |
unicode-width | 0.1.13 |
0.2.0 |
Updates arboard
from 3.4.0 to 3.4.1
Release notes
Sourced from arboard's releases.
v3.4.1
Added
- Added support for excluding macOS clipboard items from history.
- Note that macOS has no official history, so arboard's implementation uses a community standard instead.
New Contributors
@Hinton
made their first contribution in 1Password/arboard#159Full Changelog: https://github.com/1Password/arboard/compare/v3.4.0...v3.4.1
Changelog
Sourced from arboard's changelog.
3.4.1 on 2024-12-09
Added
- Added support for excluding macOS clipboard items from history.
- Note that macOS has no official history, so arboard's implementation uses a community standard instead.
Commits
6b45272
Release 3.4.1dd43f44
Add support for excluding macos clipboard items from history (#159)ee39c47
Fix new lints for CI- See full diff in compare view
Updates clap
from 4.5.16 to 4.5.19
Release notes
Sourced from clap's releases.
v4.5.19
[4.5.19] - 2024-10-01
Internal
- Update dependencies
v4.5.18
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_order
andCommand::get_display_order
v4.5.17
[4.5.17] - 2024-09-04
Fixes
- (help) Style required argument groups
- (derive) Improve error messages when unsupported fields are used
Changelog
Sourced from clap's changelog.
[4.5.19] - 2024-10-01
Internal
- Update dependencies
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_order
andCommand::get_display_order
[4.5.17] - 2024-09-04
Fixes
- (help) Style required argument groups
- (derive) Improve error messages when unsupported fields are used
Commits
1089073
chore: Releasec9b8c85
docs: Update changelog8b3de18
Merge pull request #5685 from epage/engineb38538d
fix(complete)!: Rename dynamic to engine232af62
Merge pull request #5684 from epage/endless0209a79
fix(complete): Don't cause endless completions for bash/zshd811585
chore: Releaseab948b3
docs: Update changelog82e599e
Merge pull request #5602 from shannmu/delimiter_values59bf26d
feat(clap_complete): Support delimiter values in native completions- Additional commits viewable in compare view
Updates serde
from 1.0.209 to 1.0.210
Release notes
Sourced from serde's releases.
v1.0.210
- Support serializing and deserializing
IpAddr
andSocketAddr
in no-std mode on Rust 1.77+ (#2816, thanks@MathiasKoch
)- Make
serde::ser::StdError
andserde::de::StdError
equivalent tocore::error::Error
on Rust 1.81+ (#2818)
Commits
89c4b02
Release 1.0.210eeb8e44
Merge pull request #2818 from dtolnay/coreerror785c2d9
Stabilize no-std StdError traitd549f04
Reformat parse_ip_impl definition and calls4c0dd63
Delete attr support from core::net deserialization macros26fb134
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614b
Merge pull request #2817 from dtolnay/corenetb1f899f
Delete doc(cfg) attribute from impls that are supported in no-stdb4f860e
Merge pull request #2816 from MathiasKoch/chore/core-netd940fe1
Reuse existing Buf wrapper as replacement for std::io::Write- Additional commits viewable in compare view
Updates regex
from 1.10.6 to 1.11.0
Changelog
Sourced from regex's changelog.
1.11.0 (2024-09-29)
This is a new minor release of
regex
that brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used byregex
internally to the version 16 release.New features:
- [FEATURE #1228](rust-lang/regex#1228): Add new
regex::SetMatches::matched_all
method.- [FEATURE #1229](rust-lang/regex#1229): Update to Unicode Character Database (UCD) version 16.
Commits
bcbe403
1.11.09e17e56
deps: bump regex-automata58e16f5
regex-automata-0.4.84bb1e3d
deps: bump regex-syntaxcba0fbc
regex-syntax-0.8.51533257
changelog: 1.11.09239e7e
data: update to UCD 167691e49
cli: include \w, \s and \d in Unicode data table generationb790aa5
api: add SetMatches::matched_alld3d3ff7
cli: remove some dead code- Additional commits viewable in compare view
Updates pretty_assertions
from 1.4.0 to 1.4.1
Release notes
Sourced from pretty_assertions's releases.
v1.4.1
Fixed
- Show feature-flagged code in documentation. Thanks to
@sandydoo
for the fix! (#130)Internal
- Bump
yansi
version to1.x
. Thanks to@SergioBenitez
for the update, and maintaining this library! (#121)
Changelog
Sourced from pretty_assertions's changelog.
v1.4.1
Fixed
- Show feature-flagged code in documentation. Thanks to
@sandydoo
for the fix! (#130)Internal
- Bump
yansi
version to1.x
. Thanks to@SergioBenitez
for the update, and maintaining this library! (#121)
Commits
f5c5b24
chore: prep 1.4.1 released34d524
chore: display feature-flagged docs on docs.rsfac4273
Merge pull request #131 from sandydoo/fix-yansi-deprecation1e51cce
chore: rename deprecated yansi methods4a0e5a3
Merge pull request #121 from SergioBenitez/yansi-update08838fe
internal: bump MSRV to 1.63.0 for yansi777387d
ci: bump runner to windows-202235c08fe
chore: update 'yansi' to 1.0.0-rc- See full diff in compare view
Updates temp-dir
from 0.1.13 to 0.1.14
Commits
b7d6617
temp-dir and temp-file: AsRef<Path>ce68fdf
dns-server: lint, release 0.2.4.0e67d83
Merge branch 'update-permit' into 'main'0a88c0d
dns-server: Updatepermit
to 0.26f99a63
build-data: Rename set_TARGET to set_TARGET_PLATFORM and add docs.72244d5
build-data: Update readme and dev deps.9e4cfb9
build-data: Addset_TARGET
. Resolves https://gitlab.com/leonhard-llc/ops/-...a70ef2c
build-data: Simplify caching code and tests. Lint.04fcae0
build-data: Simplify expressions.d804b3d
dns-server: Remove dependency on multimap to clean up geiger report.- Additional commits viewable in compare view
Updates insta
from 1.39.0 to 1.40.0
Release notes
Sourced from insta's releases.
1.40.0
Release Notes
cargo-insta
no longer panics when runningcargo test --accept --workspace
on a workspace with a default crate. #532MSRV for
insta
has been raised to 1.60, and forcargo-insta
to 1.64.Added support for compact debug snapshots (
assert_compact_debug_snapshot
). #514Deprecate
--no-force-pass
incargo-insta
. The--check
option covers the same functionality and has a clearer name. #513Inline snapshots now use the required number of
#
s to escape the snapshot value, rather than always using###
. This allows snapshotting values which themselves contain###
. If there are no existing#
characters in the snapshot value, a single#
will be used. #540Inline snapshots can now be updated with
--force-update-snapshots
. #569
cargo insta test
accepts multiple--exclude
flags. #520
test
runner
in insta's yaml config works. #544Print a warning when encountering old snapshot formats. #503
Group the options in
cargo insta --help
, upgrade toclap
fromstructopt
. #518No longer suggest running
cargo insta
message when runningcargo insta test --check
. #515Print a clearer error message when accepting a snapshot that was removed. #516
Mark
require-full-match
as experimental, given some corner-cases are currently difficult to manage. #497Add a new integration test approach for
cargo-insta
and a set of integration tests. #537Enable Filters to be created from
IntoIterator
types, rather than justVec
s. #570Implemented total sort order for an internal
Key
type correctly. This prevents potential crashes introduced by the new sort algorithm in Rust 1.81. #586Install cargo-insta 1.40.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.40.0/cargo-insta-installer.sh | sh
Install prebuilt binaries via powershell script
... (truncated)
Changelog
Sourced from insta's changelog.
1.40.0
cargo-insta
no longer panics when runningcargo insta test --accept --workspace
on a workspace with a default crate. #532MSRV for
insta
has been raised to 1.60, and forcargo-insta
to 1.64.Added support for compact debug snapshots (
assert_compact_debug_snapshot
). #514Deprecate
--no-force-pass
incargo-insta
. The--check
option covers the same functionality and has a clearer name. #513Inline snapshots now use the required number of
#
s to escape the snapshot value, rather than always using###
. This allows snapshotting values which themselves contain###
. If there are no existing#
characters in the snapshot value, a single#
will be used. #540Inline snapshots can now be updated with
--force-update-snapshots
. #569
cargo insta test
accepts multiple--exclude
flags. #520
test
runner
in insta's yaml config works. #544Print a warning when encountering old snapshot formats. #503
Group the options in
cargo insta --help
, upgrade toclap
fromstructopt
. #518No longer suggest running
cargo insta
message when runningcargo insta test --check
. #515Print a clearer error message when accepting a snapshot that was removed. #516
Mark
require-full-match
as experimental, given some corner-cases are currently difficult to manage. #497Add a new integration test approach for
cargo-insta
and a set of integration tests. #537Enable Filters to be created from
IntoIterator
types, rather than justVec
s. #570Implemented total sort order for an internal
Key
type correctly. This prevents potential crashes introduced by the new sort algorithm in Rust 1.81. #586
Commits
83f3365
1.40.08893db7
Implement total ord for Key (#586)a4231cc
Add test forfind_snapshot_macro
(#582)d609d7d
Add integration test for force updating (#580)02665ea
Mask insta env vars in integration tests (#579)ef7abb8
Use different tests for redactions (#578)597199d
Maketest_normalize_inline_snapshot
easier to read (#577)ca87b84
Fix latest clippy (#574)4bea0fb
Unify handling of file & inline snapshots (compat) (#528)c29db01
Enable inline snapshots to be force-updated (#569)- Additional commits viewable in compare view
Updates unicode-width
from 0.1.13 to 0.2.0
Commits
- See full diff 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 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 <dependency name> major version
will 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 version
will 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