Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all other dependencies #194

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Update all other dependencies #194

merged 2 commits into from
Sep 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.71 -> 1.0.75
apache/skywalking-eyes action minor v0.4.0 -> v0.5.0
assert_cmd dev-dependencies patch 2.0.11 -> 2.0.12
bitflags dev-dependencies minor 2.3.3 -> 2.4.0
clap dependencies minor 4.3.11 -> 4.4.5
indoc dependencies patch 2.0.2 -> 2.0.4
insta (source) dev-dependencies minor 1.30.0 -> 1.32.0
log dependencies patch 0.4.19 -> 0.4.20
petgraph dependencies patch 0.6.3 -> 0.6.4
proc-macro2 dependencies patch 1.0.64 -> 1.0.67
serde_repr dependencies patch 0.1.14 -> 0.1.16

Release Notes

dtolnay/anyhow (anyhow)

v1.0.75

Compare Source

v1.0.74

Compare Source

v1.0.73

Compare Source

v1.0.72

Compare Source

  • Documentation improvements
apache/skywalking-eyes (apache/skywalking-eyes)

v0.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: apache/skywalking-eyes@v0.4.0...v0.5.0

assert-rs/assert_cmd (assert_cmd)

v2.0.12

Compare Source

Compatibility
  • MSRV is now 1.66.0
Fixes
  • Fix typo in failure output
bitflags/bitflags (bitflags)

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.3.3...2.4.0

clap-rs/clap (clap)

v4.4.5

Compare Source

Fixes
  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

Compare Source

Internal
  • Update terminal_size to 0.3

v4.4.3

Compare Source

Documentation
  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules

v4.4.2

Compare Source

Performance
  • Improve build times by removing once_cell dependency

v4.4.1

Compare Source

Features
  • Stabilize Command::styles

v4.4.0

Compare Source

Compatibility
  • Update MSRV to 1.70.0

v4.3.24

Compare Source

Fixes
  • Ensure column padding is preserved in --help with custom templates

v4.3.23

Compare Source

Fixes
  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

Compare Source

Features
  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors

v4.3.21

Compare Source

Features
  • Expose TryMapValueParser so the type can be named

v4.3.20

Compare Source

Features
  • Command::mut_args for modifying all arguments en masse

v4.3.19

Compare Source

Fixes
  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

v4.3.18

Compare Source

Fixes
  • (parse) Suggest -- in fewer places where it won't work

v4.3.17

Compare Source

Fixes
  • (help) Address a regression in wrapping PossibleValue descriptions in --help

v4.3.16

Compare Source

Fixes
  • Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

v4.3.15

Compare Source

Features
  • (unstable-styles) Re-export anstyle
Documentation
  • (unstable-styles) Provide more examples

v4.3.14

Compare Source

Features
  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display
Fixes
  • Skip [OPTIONS] in usage if a help or version ArgAction is used

v4.3.13

Compare Source

v4.3.12

Compare Source

Fixes
  • (derive) Don't error on enum variant field attributes
dtolnay/indoc (indoc)

v2.0.4

Compare Source

v2.0.3

Compare Source

  • Documentation improvements
mitsuhiko/insta (insta)

v1.32.0

Compare Source

  • Added --profile parameter support to cargo insta test.

v1.31.0

Compare Source

  • Fixed a bug that caused cargo insta test not to report test failures.
  • Suppress needless_raw_string_hashes clippy lint on inline snapshots. (#​390)
rust-lang/log (log)

v0.4.20

Compare Source

petgraph/petgraph (petgraph)

v0.6.4

Compare Source

==========================

  • Update indexmap to 2.0.0 (#568_)
  • Fix typos (#544_)

.. _#544: https://github.com/petgraph/petgraph/pull/544
.. _#568: https://github.com/petgraph/petgraph/pull/568

dtolnay/proc-macro2 (proc-macro2)

v1.0.67

Compare Source

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#​405)

v1.0.66

Compare Source

  • Raise required compiler from Rust 1.31 to 1.56

v1.0.65

Compare Source

  • Documentation improvements
dtolnay/serde-repr (serde_repr)

v0.1.16

Compare Source

  • Prevent non_camel_case_types warning from triggering in generated code (#​21, thanks @​HartS)

v0.1.15

Compare Source

  • Documentation improvements

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/other-dependencies branch 7 times, most recently from b293af7 to 14b8f0c Compare July 21, 2023 08:35
@renovate renovate bot force-pushed the renovate/other-dependencies branch 3 times, most recently from 847e2a8 to 64c73e0 Compare August 8, 2023 04:38
@renovate renovate bot force-pushed the renovate/other-dependencies branch 6 times, most recently from cab457f to 89666a1 Compare August 17, 2023 15:45
@renovate renovate bot force-pushed the renovate/other-dependencies branch 4 times, most recently from e5c0296 to 204c834 Compare August 24, 2023 17:20
@renovate renovate bot force-pushed the renovate/other-dependencies branch 2 times, most recently from 06771e4 to 0251aea Compare August 31, 2023 19:33
@renovate renovate bot force-pushed the renovate/other-dependencies branch 4 times, most recently from 279a991 to d33d94e Compare September 18, 2023 15:38
@renovate renovate bot force-pushed the renovate/other-dependencies branch 4 times, most recently from 15a9d73 to 914ac1a Compare September 26, 2023 11:31
@renovate renovate bot force-pushed the renovate/other-dependencies branch from 914ac1a to e84320b Compare September 26, 2023 11:40
@regexident regexident merged commit 691231d into main Sep 26, 2023
7 checks passed
@regexident regexident deleted the renovate/other-dependencies branch September 26, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant