Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

fix(deps): update patch updates - #54

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/patch-updates
Open

fix(deps): update patch updates#54
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/patch-updates

Conversation

@renovate

@renovate renovate Bot commented Feb 11, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
appleboy/ssh-action action patch v1.2.0 -> v1.2.2
chrono dependencies patch 0.4.39 -> 0.4.41
chrono-tz dependencies patch 0.10.1 -> 0.10.3
clap dependencies patch 4.5.28 -> 4.5.39
log dependencies patch 0.4.25 -> 0.4.27
reqwest dependencies patch 0.12.12 -> 0.12.18
reqwest-middleware dependencies patch 0.4.0 -> 0.4.2
serde (source) dependencies patch 1.0.217 -> 1.0.219
serde_json dependencies patch 1.0.138 -> 1.0.140

Release Notes

appleboy/ssh-action (appleboy/ssh-action)

v1.2.2

Compare Source

Changelog

Enhancements
Documentation updates

v1.2.1

Compare Source

Changelog

Features
Enhancements
Build process updates
Documentation updates
chronotope/chrono (chrono)

v0.4.41

Compare Source

What's Changed

v0.4.40: 0.4.40

Compare Source

What's Changed

chronotope/chrono-tz (chrono-tz)

v0.10.3: 0.10.3

Compare Source

What's Changed

v0.10.2: 0.10.2

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
rust-lang/log (log)

v0.4.27

Compare Source

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

v0.4.26

Compare Source

What's Changed

Full Changelog: rust-lang/log@0.4.25...0.4.26

seanmonstar/reqwest (reqwest)

v0.12.18

Compare Source

  • Fix compilation when socks enabled without TLS.

v0.12.17

Compare Source

  • Fix compilation on macOS.

v0.12.16

Compare Source

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

v0.12.15

Compare Source

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

v0.12.14

Compare Source

  • Fix missing fetch_mode_no_cors(), marking as deprecated when not on WASM.

v0.12.13

Compare Source

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.
TrueLayer/reqwest-middleware (reqwest-middleware)

v0.4.2

Added

  • Deprecated fetch_mode_no_cors as it's been deprecated in reqwest.
serde-rs/serde (serde)

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)

v1.0.218

Compare Source

  • Documentation improvements
serde-rs/json (serde_json)

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.29 fix(deps): update rust crate clap to v4.5.30 Feb 17, 2025
@renovate
renovate Bot force-pushed the renovate/patch-updates branch from c8fdc4a to 0788955 Compare February 17, 2025 19:37
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.30 fix(deps): update patch updates Feb 19, 2025
@renovate
renovate Bot force-pushed the renovate/patch-updates branch 5 times, most recently from 8eb5787 to 4c20680 Compare February 26, 2025 10:33
@renovate
renovate Bot force-pushed the renovate/patch-updates branch 4 times, most recently from 3283808 to 36ccb9d Compare March 9, 2025 21:24
@renovate
renovate Bot force-pushed the renovate/patch-updates branch 3 times, most recently from 5939981 to 2240f8c Compare March 12, 2025 14:35
@renovate
renovate Bot force-pushed the renovate/patch-updates branch 3 times, most recently from 5d089fd to a90bf49 Compare March 24, 2025 10:48
@renovate
renovate Bot force-pushed the renovate/patch-updates branch 4 times, most recently from 07dd9ca to 4f8b37d Compare April 1, 2025 19:52
@renovate
renovate Bot force-pushed the renovate/patch-updates branch 3 times, most recently from e9f6778 to b1a2db1 Compare April 11, 2025 21:51
@renovate
renovate Bot force-pushed the renovate/patch-updates branch from b1a2db1 to 83e9d83 Compare April 18, 2025 23:39
@renovate
renovate Bot force-pushed the renovate/patch-updates branch from 83e9d83 to 8a36209 Compare April 29, 2025 17:29
@renovate
renovate Bot force-pushed the renovate/patch-updates branch 2 times, most recently from f792c2b to 4f71539 Compare May 13, 2025 10:55
@renovate
renovate Bot force-pushed the renovate/patch-updates branch from 4f71539 to 846dc1c Compare May 27, 2025 23:04
@renovate
renovate Bot force-pushed the renovate/patch-updates branch from 846dc1c to 526c259 Compare May 28, 2025 15:00
@renovate
renovate Bot force-pushed the renovate/patch-updates branch from 526c259 to 679a061 Compare June 1, 2025 07:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants