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

fix(deps): update all non-major dependencies #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.1.7 -> v4.2.2
anyhow dependencies patch 1.0.86 -> 1.0.95
async-compression dependencies patch 0.4.11 -> 0.4.18
async-stream dependencies patch 0.3.5 -> 0.3.6
async-trait dependencies patch 0.1.80 -> 0.1.85
aws-config dependencies patch 1.5.0 -> 1.5.13
aws-sdk-s3 dependencies minor 1.32.0 -> 1.68.0
axum dependencies minor 0.7.5 -> 0.8.0
axum-macros dependencies minor 0.4.1 -> 0.5.0
bytes dependencies minor 1.6.0 -> 1.9.0
cc build-dependencies minor 1.1.13 -> 1.2.8
chrono dependencies patch 0.4.38 -> 0.4.39
clap dependencies patch 4.5.4 -> 4.5.26
clap_complete dependencies patch 4.5.2 -> 4.5.42
console-subscriber (source) dependencies minor 0.2.0 -> 0.4.0
const_format dependencies patch 0.2.32 -> 0.2.34
cxx (source) dependencies patch 1.0.122 -> 1.0.136
cxx-build (source) build-dependencies patch 1.0.122 -> 1.0.136
displaydoc dependencies patch 0.2.4 -> 0.2.5
enum-as-inner dependencies patch 0.6.0 -> 0.6.1
futures (source) dependencies patch 0.3.30 -> 0.3.31
http-body-util dependencies patch 0.1.1 -> 0.1.2
indexmap dependencies minor 2.2.6 -> 2.7.0
indicatif dependencies patch 0.17.8 -> 0.17.9
itoa dependencies patch =1.0.5 -> =1.0.14
jwt-simple dependencies minor 0.11.5 -> 0.12.0
lazy_static dependencies minor 1.4.0 -> 1.5.0
log dependencies patch 0.4.21 -> 0.4.22
pkg-config build-dependencies patch 0.3.30 -> 0.3.31
regex dependencies minor 1.10.4 -> 1.11.1
reqwest dependencies patch 0.12.4 -> 0.12.12
rsa dependencies patch 0.9.6 -> 0.9.7
serde (source) dependencies patch 1.0.203 -> 1.0.217
serde_json dependencies patch 1.0.117 -> 1.0.135
serde_json dev-dependencies patch 1.0.117 -> 1.0.135
serde_with dependencies minor 3.8.1 -> 3.12.0
tempfile (source) build-dependencies minor 3.10.1 -> 3.15.0
tempfile (source) dependencies minor 3.10.1 -> 3.15.0
tokio (source) dependencies minor 1.38.0 -> 1.43.0
tokio-util (source) dependencies patch 0.7.11 -> 0.7.13
toml dependencies patch 0.8.13 -> 0.8.19
tower-http dependencies minor 0.5.2 -> 0.6.0
tracing (source) dependencies patch 0.1.40 -> 0.1.41
tracing-error (source) dependencies patch 0.2.0 -> 0.2.1
tracing-subscriber (source) dependencies patch 0.3.18 -> 0.3.19
uuid dependencies minor 1.8.0 -> 1.11.1
wildmatch dependencies minor 2.3.4 -> 2.4.0

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

dtolnay/anyhow (anyhow)

v1.0.95

Compare Source

v1.0.94

Compare Source

  • Documentation improvements

v1.0.93

Compare Source

  • Update dev-dependencies to thiserror v2

v1.0.92

Compare Source

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#​390)

v1.0.91

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​388)

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)
Nullus157/async-compression (async-compression)

v0.4.18

Compare Source

Fixed
  • Adjust Level::Precise clamp range for flate2.

v0.4.17

Compare Source

Fixed
  • Fix occasional panics when consuming from pending buffers.

v0.4.16

Compare Source

Other
  • Implement pass-through AsyncBufRead on write-based encoders & decoders.

v0.4.15

Compare Source

Feature
  • Implement pass-through AsyncRead or AsyncWrite where appropriate.
  • Relax AsyncRead/AsyncWrite bounds on *::{get_ref, get_mut, get_pin_mut, into_inner}() methods.

v0.4.14

Compare Source

Fixed
  • In Tokio-based decoders, attempt to decode from internal state even if nothing was read.

v0.4.13

Compare Source

Feature
  • Update brotli dependency to to 7.

v0.4.12

Compare Source

Feature
  • Enable customizing Zstd decoding parameters.
tokio-rs/async-stream (async-stream)

v0.3.6

Compare Source

dtolnay/async-trait (async-trait)

v0.1.85

Compare Source

  • Omit Self: 'async_trait bound in impl when not needed by signature (#​284)

v0.1.84

Compare Source

  • Support impl Trait in return type (#​282)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)

v0.1.81

Compare Source

tokio-rs/axum (axum)

v0.8.0: axum v0.8.0

Compare Source

since rc.1
  • breaking: axum::extract::ws::Message now uses Bytes in place of Vec<u8>,
    and a new Utf8Bytes type in place of String, for its variants (#​3078)
  • breaking: Remove OptionalFromRequestParts impl for Query (#​3088)
  • changed: Upgraded tokio-tungstenite to 0.26 (#​3078)
  • changed: Query/Form: Use serde_path_to_error to report fields that failed to parse (#​3081)
full changelog

Note: there are further relevant changes in axum-core's changelog

  • breaking: Upgrade matchit to 0.8, changing the path parameter syntax from /:single and /*many to /{single} and /{*many}; the old syntax produces a panic to avoid silent change in behavior (#​2645)
  • breaking: Require Sync for all handlers and services added to Router and MethodRouter (#​2473)
  • breaking: The tuple and tuple_struct Path extractor deserializers now check that the number of parameters matches the tuple length exactly (#​2931)
  • breaking: Move Host extractor to axum-extra (#​2956)
  • breaking: Remove WebSocket::close. Users should explicitly send close messages themselves. (#​2974)
  • breaking: Make serve generic over the listener and IO types (#​2941)
  • breaking: Remove Serve::tcp_nodelay and WithGracefulShutdown::tcp_nodelay.
    See serve::ListenerExt for an API that let you set arbitrary TCP stream properties. (#​2941)
  • breaking: Option<Path<T>> no longer swallows all error conditions,
    instead rejecting the request in many cases; see its documentation for details (#​2475)
  • breaking: axum::extract::ws::Message now uses Bytes in place of Vec<u8>,
    and a new Utf8Bytes type in place of String, for its variants (#​3078)
  • fixed: Skip SSE incompatible chars of serde_json::RawValue in Event::json_data (#​2992)
  • fixed: Don't panic when array type is used for path segment (#​3039)
  • fixed: Avoid setting content-length before middleware.
    This allows middleware to add bodies to requests without needing to manually set content-length (#​2897)
  • change: Update minimum rust version to 1.75 (#​2943)
  • changed: Upgraded tokio-tungstenite to 0.26 (#​3078)
  • changed: Query/Form: Use serde_path_to_error to report fields that failed to parse (#​3081)
  • added: Add method_not_allowed_fallback to set a fallback when a path matches but there is no handler for the given HTTP method (#​2903)
  • added: Add NoContent as a self-described shortcut for StatusCode::NO_CONTENT (#​2978)
  • added: Add support for WebSockets over HTTP/2. They can be enabled by changing get(ws_endpoint) handlers to any(ws_endpoint) (#​2894)
  • added: Add MethodFilter::CONNECT, routing::connect[_service] and MethodRouter::connect[_service] (#​2961)
  • added: Extend FailedToDeserializePathParams::kind enum with (ErrorKind::DeserializeError). This new variant captures both key, value, and message from named path parameters parse errors, instead of only deserialization error message in ErrorKind::Message. (#​2720)

v0.7.9: axum - v0.7.9

Compare Source

  • fixed: Avoid setting content-length before middleware (#​3031)

v0.7.8: axum - v0.7.8

Compare Source

  • fixed: Skip SSE incompatible chars of serde_json::RawValue in Event::json_data (#​2992)
  • added: Add method_not_allowed_fallback to set a fallback when a path matches but there is no handler for the given HTTP method (#​2903)
  • added: Add MethodFilter::CONNECT, routing::connect[_service]
    and MethodRouter::connect[_service] (#​2961)
  • added: Add NoContent as a self-described shortcut for StatusCode::NO_CONTENT (#​2978)

v0.7.7: axum - v0.7.7

Compare Source

  • change: Remove manual tables of content from the documentation, since
    rustdoc now generates tables of content in the sidebar (#​2921)

v0.7.6: axum - v0.7.6

Compare Source

  • change: Avoid cloning Arc during deserialization of Path
  • added: axum::serve::Serve::tcp_nodelay and axum::serve::WithGracefulShutdown::tcp_nodelay (#​2653)
  • added: Router::has_routes function (#​2790)
  • change: Update tokio-tungstenite to 0.23 (#​2841)
  • added: Serve::local_addr and WithGracefulShutdown::local_addr functions (#​2881)
tokio-rs/bytes (bytes)

v1.9.0

Compare Source

Added
  • Add Bytes::from_owner to enable externally-allocated memory (#​742)
Documented
  • Fix typo in Buf::chunk() comment (#​744)
Internal changes
  • Replace BufMut::put with BufMut::put_slice in Writer impl (#​745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#​743)

v1.8.0

Compare Source

  • Guarantee address in split_off/split_to for empty slices (#​740)

v1.7.2

Compare Source

Fixed
  • Fix default impl of Buf::{get_int, get_int_le} (#​732)
Documented
  • Fix double spaces in comments and doc comments (#​731)
Internal changes
  • Ensure BytesMut::advance reduces capacity (#​728)

v1.7.1

Compare Source

This release reverts the following change due to a regression:

  • Reuse capacity when possible in <BytesMut as Buf>::advance impl (#​698)

The revert can be found at #​726.

v1.7.0

Compare Source

Added
  • Add conversion from Bytes to BytesMut (#​695, #​710)
  • Add reclaim method without additional allocation (#​686)
Documented
  • Clarify how BytesMut::zeroed works (#​714)
  • Clarify the behavior of Buf::chunk (#​717)
Changed
  • Change length condition of BytesMut::truncate
  • Reuse capacity when possible in <BytesMut as Buf>::advance impl (#​698)
  • Improve must_use suggestion of BytesMut::split (#​699)
Internal changes
  • Use ManuallyDrop instead of mem::forget (#​678)
  • Don't set len in BytesMut::reserve (#​682)
  • Optimize Bytes::copy_to_bytes (#​688)
  • Refactor BytesMut::truncate (#​694)
  • Refactor BytesMut::resize (#​696)
  • Reorder assertion in Bytes::split_to, Bytes::split_off (#​689, #​693)
  • Use offset_from in more places (#​705)
  • Correct the wrong usage of IntoIter (#​707)

v1.6.1

Compare Source

This release fixes a bug where Bytes::is_unique returns incorrect values when
the Bytes originates from a shared BytesMut. (#​718)

rust-lang/cc-rs (cc)

v1.2.8

Compare Source

Other
  • Add is_like_clang_cl() getter (#​1357)
  • Fix clippy error in lib.rs (#​1356)
  • Regenerate target info (#​1352)
  • Fix compiler family detection issue with clang-cl on macOS (#​1328)
  • Update windows-bindgen dependency (#​1347)
  • Fix clippy warnings (#​1346)

v1.2.7

Compare Source

Other
  • Regenerate target info (#​1342)
  • Document new supported architecture names in windows::find
  • Make is_flag_supported_inner take an &Tool (#​1337)
  • Fix is_flag_supported on msvc (#​1336)
  • Allow using Visual Studio target names in find_tool (#​1335)

v1.2.6

Compare Source

Other
  • Don't inherit the /Oy flag for 64-bit targets (#​1330)

v1.2.5

Compare Source

Other
  • Check linking when testing if compiler flags are supported (#​1322)

v1.2.4

Compare Source

Other
  • Add support for C/C++ compiler for Neutrino QNX: qcc (#​1319)
  • use -maix64 instead of -m64 (#​1307)

v1.2.3

Compare Source

Other
  • Improve detection of environment when compiling from msbuild or msvc (#​1310)
  • Better error message when failing on unknown targets (#​1313)
  • Optimize RustcCodegenFlags (#​1305)

v1.2.2

Compare Source

Other
  • Inherit flags from rustc (#​1279)
  • Add support for using sccache wrapper with cuda/nvcc (#​1304)
  • Fix msvc stdout not shown on error (#​1303)
  • Regenerate target info (#​1301)
  • Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#​1298)
  • Fetch target info from Cargo even if Build::target is manually set (#​1299)
  • Fix two files with different extensions having the same object name (#​1295)
  • Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#​1292)
  • Regenerate target info (#​1293)

v1.2.1

Compare Source

Other
  • When invoking cl -?, set stdin to null (#​1288)

v1.2.0

Compare Source

Added
  • add i686-pc-windows-gnullvm prefix detection (#​1283)
Other
  • Allow only specifying the architecture (#​1285)
  • Fix WASM vs. WASI options (#​1284)

v1.1.37

Compare Source

Other
  • Use relative directory for obj files hash (#​1270)
  • Regenerate target info (#​1280)

v1.1.36

Compare Source

Other
  • Fix CUDA build with clang++. (#​1273)

v1.1.35

Compare Source

Other
  • Remove support for FRC (#​1268)
  • Do not add -fPIC by default on UEFI targets (#​1263)
  • Use -windows-gnu for all UEFI targets (#​1264)

v1.1.34

Compare Source

Other

v1.1.33

Compare Source

Other
  • Reduce size of cc::Build and size of generated targets (#​1257)

v1.1.32

Compare Source

Other
  • Use rustc's knowledge of LLVM/Clang target triples (#​1252)
  • Use Cargo's target information when possible (#​1225)

v1.1.31

Compare Source

Other
  • Add comment explaining why cc does not rebuild on env PATH change (#​1247)

v1.1.30

Compare Source

Other
  • Don't pass -fPIC by default on wasm (#​1245)

v1.1.29

Compare Source

Other

v1.1.28

Compare Source

Other
  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#​1238)

v1.1.27

Compare Source

Other
  • Revert "Use debug version of MSVC runtime library on debug (#​1231)" (#​1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#​1234)

v1.1.26

Compare Source

Other
  • Use debug version of MSVC runtime library on debug (#​1231)

v1.1.25

Compare Source

Other
  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#​1228)

v1.1.24

Compare Source

Other
  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#​1221)
  • Reduce the need for the host target triple (#​1224)
  • Add auto cancellation for CI jobs (#​1222)

v1.1.23

Compare Source

Other
  • Update doc for detecting changes/upgrades of compilers (#​1218)

v1.1.22

Compare Source

Other
  • Don't rerun if PATH changes (#​1215)

v1.1.21

Compare Source

Other
  • disable pic for targets that end in -none (#​1212)

v1.1.20

Compare Source

Other
  • Add buildcache as known Rust and C/C++ compiler wrapper (#​1209)

v1.1.19

Compare Source

Other
  • Add support arm64e-apple-darwin (#​1207)

v1.1.18

Compare Source

Other
  • Fixed unsoundness in StderrForwarder::forward_available (#​1203)

v1.1.17

Compare Source

Fixed
  • fix finding toolchains when invoked by msbuild (#​1201)

v1.1.16

Compare Source

Other
  • Treat VxWorks wr-cc as a Gnu compiler (#​1198)

v1.1.15

Compare Source

Other
  • Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#​1194)

v1.1.14

Compare Source

Other
  • allow finding tools from path if VisualStudioDir is set
chronotope/chrono (chrono)

v0.4.39: 0.4.39

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.26

Compare Source

Fixes
  • (error) Reduce binary size with the suggestions feature

v4.5.25

Compare Source

Fixes
  • (help) Reduce binary size

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

Fixes
  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all
tokio-rs/console (console-subscriber)

v0.4.1

Compare Source

Added

v0.4.0

Compare Source

Breaking Changes
  • Upgrade tonic to 0.12 (#​571) (5f6faa2)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic, prost and
    prost-types dependency to a semver-incompatible version. This breaks
    compatibility with tonic 0.11.x as well as prost/prost-types
    0.12.x.
Added
Fixed
  • Remove unused AggregatorHandle and fix other lints (#​578) (c442063)
Updated

v0.3.0

Compare Source

console-subscriber-v0.3.0 - (2024-06-10)

Breaking Changes
  • Bump tonic to 0.11 (#​547) (ef6816c)
    This is a breaking change for users of console-api and
    console-subscriber, as it changes the public tonic dependency to a
    semver-incompatible version. This breaks compatibility with tonic
    0.10.x.
Added
Documented
Fixed
Updated
rodrimati1992/const_format_crates (const_format)

v0.2.34

Now all features that used to require nightly only require Rust 1.83.0

Added "rust_1_83" feature that enables "rust_1_64" feature

Changed "fmt" feature to enable "rust_1_83" feature

Made many macros forward compatible with inline const patterns(when the "rust_1_83" feature is enabled):

  • concatc
  • concatcp
  • formatc
  • formatcp
  • map_ascii_case
  • str_get
  • str_index
  • str_repeat
  • str_replace

Added these macros:

  • str_splice_out
  • str_split_alt

v0.2.33

Fixed Rust Analyzer style warning for assertion macros.

dtolnay/cxx (cxx)

v1.0.136

Compare Source

v1.0.135

Compare Source

v1.0.134

Compare Source

  • Mark all generated impl blocks with #[automatically_derived] to exclude from required test coverage (#​1412)

v1.0.133

Compare Source

  • Move cxxbridge-cmd from dependencies to build-dependencies (#​1409)

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 force-pushed the renovate/all-minor-patch branch 12 times, most recently from 25c93d5 to a52330d Compare November 17, 2024 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e569eea to 9cce1ed Compare November 26, 2024 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 55f2cd4 to 293bb9b Compare December 3, 2024 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8399f76 to aafae3e Compare December 18, 2024 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ce9894e to 697f5b2 Compare December 25, 2024 23:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 48793bf to ffccba5 Compare December 31, 2024 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ffccba5 to c3eb4f9 Compare January 7, 2025 11:46
Copy link
Contributor Author

renovate bot commented Jan 7, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path token/Cargo.toml --package [email protected] --precise 0.12.11
error: package ID specification `[email protected]` did not match any packages
Did you mean one of these?

  [email protected]

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f8a77d5 to e06f612 Compare January 11, 2025 02:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e06f612 to e5d7282 Compare January 12, 2025 01:11
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.

0 participants