fix(deps): update all dependencies #104

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.79 -> 1.0.93
blake3 dependencies patch 1.5.0 -> 1.5.4
clap dependencies minor 4.4.18 -> 4.5.21
dagger-sdk dependencies minor 0.9.8 -> 0.13.0
envconfig dependencies minor 0.10.0 -> 0.11.0
git2 dependencies minor 0.18.2 -> 0.19.0
inquire dependencies minor 0.6.2 -> 0.7.0
libz-sys dependencies patch 1.1.15 -> 1.1.20
log dependencies patch 0.4.20 -> 0.4.22
openssl dependencies patch 0.10.63 -> 0.10.68
reqwest dependencies minor 0.11 -> 0.12
rlua dependencies minor 0.19.8 -> 0.20.0
serde_json dependencies patch 1.0.113 -> 1.0.133
serde_yaml dependencies patch 0.9.31 -> 0.9.34
tempfile (source) dependencies minor 3.10.0 -> 3.14.0
tera (source) dependencies minor 1.19.1 -> 1.20.0
tokio (source) dependencies minor 1.36.0 -> 1.41.1
walkdir dependencies minor 2.4.0 -> 2.5.0

Release Notes

dtolnay/anyhow (anyhow)

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)

v1.0.86

Compare Source

  • Fix parse error in ensure! with non-literal after minus sign (#​373)

v1.0.85

Compare Source

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#​368, #​371)

v1.0.84

Compare Source

  • Disallow calling ensure! through a Not impl for a type that is not bool (#​367)

v1.0.83

Compare Source

  • Integrate compile-time checking of cfgs (#​363)

v1.0.82

Compare Source

  • Documentation improvements

v1.0.81

Compare Source

  • Make backtrace support available when using -Dwarnings (#​354)

v1.0.80

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
BLAKE3-team/BLAKE3 (blake3)

v1.5.4

Compare Source

version 1.5.4

Changes since 1.5.3:

  • Initial implementation of SIMD acceleration for the XOF (i.e.
    blake3::Hasher::finalize_xof). This brings long output performance
    into line with long input performance. Currently AVX-512-only and
    Unix-only.
  • Add build support for "gnullvm" targets (Clang on Windows).
  • The "zeroize" feature no longer depends on proc-macros and syn.

v1.5.3

Compare Source

version 1.5.3

Changes since 1.5.2:

  • Revert the serialization change. It was intended to be backwards
    compatible, but that didn't hold for non-self-describing serialization
    formats like bincode. See #​414.

v1.5.2

Compare Source

version 1.5.2

Changes since 1.5.1:

  • build.rs sets cc::Build::emit_rerun_if_env_changed(false) to
    prevent some unnecessary rebuilds, particularly when the PATH
    changes on Windows. See #​324.
  • Serializing a Hash produces a bytestring instead of an array in
    formats that support bytestrings (like CBOR). Deserialization is
    backwards-compatible with the array format.
  • Cleanup and edge case fixes in the C and CMake builds.

v1.5.1

Compare Source

version 1.5.1

Changes since 1.5.0:

  • The Rust crate is now compatible with Miri.
  • ~1% performance improvement on Arm NEON contributed by @​divinity76 (#​384).
  • Various fixes and improvements in the CMake build.
  • The MSRV of b3sum is now 1.74.1. (The MSRV of the library crate is
    unchanged, 1.66.1.)
clap-rs/clap (clap)

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

v4.5.4

Compare Source

Fixes
  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

Compare Source

Internal
  • (derive) Update heck

v4.5.2

Compare Source

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

v4.5.1

Compare Source

Internal
  • Update dependencies

v4.5.0

Compare Source

Compatibility
  • Update MSRV to 1.74
dagger/dagger (dagger-sdk)

v0.13.7

Added
Changed
  • Updated default cache policies to avoid consuming too much disk by @​jedevc in https://github.com/dagger/dagger/pull/8725
    The new policies attempt to co-operate with other applications using the disk
    and will adjust its cache usage accordingly.
  • cli: limit printing objects to state by @​helderco in https://github.com/dagger/dagger/pull/8788
    Previously, when a function chain in dagger call ended in an object, we'd
    print all functions that return a simple value and don't have any arguments.
    Now, only object fields will be included, not all functions.
Fixed
What to do next?

v0.11.9

Compare Source

Fixed
What to do next?
greyblake/envconfig-rs (envconfig)

v0.11.0

Compare Source

  • breaking] Nested config fields now needs to be marked with #\[envconfig(nested)]
    
  • Environment variable can be automatically derived from a field name (e.g. db_host will be tried to loaded from DB_HOST env var)
  • Add install step in README
  • Update syn dependency to 2.x.x
rust-lang/git2-rs (git2)

v0.19.0

Compare Source

0.18.3...0.19.0

Added
  • Added opts functions to control server timeouts (get_server_connect_timeout_in_milliseconds, set_server_connect_timeout_in_milliseconds, get_server_timeout_in_milliseconds, set_server_timeout_in_milliseconds), and add ErrorCode::Timeout.
    #​1052
Changed
Fixed
  • Fixed some callbacks to relay the error from the callback to libgit2.
    #​1043

v0.18.3

Compare Source

0.18.2...0.18.3

Added
  • Added opts:: functions to get / set libgit2 mwindow options
    #​1035
Changed
  • Updated examples to use clap instead of structopt
    #​1007
mikaelmello/inquire (inquire)

v0.7.5

Compare Source

  • Fix user-provided ANSI escape codes from being removed when rendering.
    • Introduced on 0.7.0, this regression was making it impossible to have colorised text inside the prompt.
    • Now ANSI escape codes are properly emitted when rendering the prompt in the terminal.

v0.7.4

Compare Source

  • Fix unexpected behaviors of keep_filter option in MultiSelect prompts:
    • Filter input is now correcly getting reset only when keep_filter == false.
    • When the filter input is reset, the list of options is now correctly reset as well. Thanks @​Swivelgames for reporting #​238.

v0.7.3

Compare Source

  • Fix cursor occasionally blinking in unexpected places.

v0.7.2

Compare Source

  • Pressing Ctrl+D now cancels the prompt. Thanks @​mikecvet for the PR!
  • Add support for h and l bindings when vim_mode is enabled on MultiSelect prompts, clearing or selecting all options respectively. Thanks @​afh for the PR!
  • Fix render issue #​233 where cursor positioning at the end of a prompt was incorrect. Thanks @​msrd0 and @​Sydonian for reporting!

v0.7.1

Compare Source

  • Fix render issue #​228 when using console crate as the terminal backend. Thanks @​maospr for reporting.

v0.7.0

Compare Source

Breaking Changes
  • The Select and Multiselect Filter now scores input and is now expected to return an Option<i64>, making it possible to order/rank the list of options. #​176
    None: Will not be displayed in the list of options.
    Some(score): score determines the order of options, higher score, higher on the list of options.
  • Improved user experience on Password prompts. When there is a validation error, the input is cleared if the password is rendered using the Hidden display mode, matching the user expectation of having to write the password from scratch again. Thanks to @​CM-IV for the questions on #​149!
  • Allow lifetime customization of RenderConfig. #​101. Thanks to @​arturfast for the suggestion #​95.
  • Implement fuzzy search as default on Select and MultiSelect prompts. #​176
  • Revamped keybindings for DateSelect.
Features
  • Add one-liner helpers for quick scripts. #​144.
  • Add new option on MultiSelect prompts to set all options to be selected by default. Thanks to @​conikeec for the suggestion (#​151)!
  • Add new option on Select/MultiSelect prompts allowing to reset selection to the first item on filter-input changes. #​176
  • Emacs-like keybindings added where applicable:
    • Ctrl-p/Ctrl-n for up/down
    • Ctrl-b/Ctrl-f for left/right
    • Ctrl-j/Ctrl-g for enter/cancel
  • Vim keybindings are always supported in DateSelect prompts.
  • Added 'with_starting_filter_input' to both Select and MultiSelect, which allows for setting an initial value to the filter section of the prompt.
  • Added starting_input for CustomType. #​194
  • Added 'without_filtering' to both Select and MultiSelect, useful when you want to simplify the UX if the filter does not add any value, such as when the list is already short.
  • Added 'with_answered_prompt_prefix' to RenderConfig to allow customization of answered prompt prefix.
  • Improved rendering, with optimizations on incremental rendering and terminal resizing.
Fixes
  • Fixed typos in the code's comments.
  • Fixed issue where inquire, using termion, would crash when receiving piped inputs.
Dependency changes (some breaking)
  • Upgraded underlying termion crate from v1.5 to v2.0.
  • Upgraded underlying bitflags from v1 to v2, which affects the Attributes and KeyModifiers crates. If you use any of bitflag's methods directly, you might be affected, refer to the bitflags changelog for more information.
  • Removed thiserror dependency in favor of implementing InquireError by hand. #​146
  • Raised MSRV to 1.66 due to requirements in downstream dependencies.
  • MSRV is now explicitly set in the package definition.
  • Replaced lazy_static with once_cell as once_cell::sync::Lazy is being standardized and lazy_static is not actively maintained anymore.
  • Added fuzzy-matcher as an optional dependency for fuzzy filtering in Select and MultiSelect prompts #​176
rust-lang/libz-sys (libz-sys)

v1.1.20

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.19...1.1.20

v1.1.19: - s390 is back

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.18...1.1.19

v1.1.18

Compare Source

What's Changed

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.17...1.1.18

v1.1.17: - Use zlib-ng without cmake

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.16...1.1.17

v1.1.16: build-script improvements

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.15-libz...1.1.16

rust-lang/log (log)

v0.4.22

Compare Source

v0.4.21

Compare Source

sfackler/rust-openssl (openssl)

v0.10.68

Compare Source

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.68

v0.10.67

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67

v0.10.66

Compare Source

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66

v0.10.65

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65

v0.10.64

Compare Source

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64

seanmonstar/reqwest (reqwest)

v0.12.9

Compare Source

  • Add tls::CertificateRevocationLists support.
  • Add crate features to enable webpki roots without selecting a rustls provider.
  • Fix connection_verbose() to output read logs.
  • Fix multipart::Part::file() to automatically include content-length.
  • Fix proxy to internally no longer cache system proxy settings.

v0.12.8

Compare Source

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.

v0.12.7

Compare Source

  • Revert adding impl Service<http::Request<_>> for Client.

v0.12.6

Compare Source

  • Add support for danger_accept_invalid_hostnames for rustls.
  • Add impl Service<http::Request<Body>> for Client and &'_ Client.
  • Add support for !Sync bodies in Body::wrap_stream().
  • Enable happy eyeballs when hickory-dns is used.
  • Fix Proxy so that HTTP(S)_PROXY values take precendence over ALL_PROXY.
  • Fix blocking::RequestBuilder::header() from unsetting sensitive on passed header values.

v0.12.5

Compare Source

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

v0.12.4

Compare Source

  • Add zstd support, enabled with zstd Cargo feature.
  • Add ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.

v0.12.3

Compare Source

  • Add FromStr for dns::Name.
  • Add ClientBuilder::built_in_webpki_certs(bool) to enable them separately.
  • Add ClientBuilder::built_in_native_certs(bool) to enable them separately.
  • Fix sending content-length: 0 for GET requests.
  • Fix response body content_length() to return value when timeout is configured.
  • Fix ClientBuilder::resolve() to use lowercase domain names.

v0.12.2

Compare Source

  • Fix missing ALPN when connecting to socks5 proxy with rustls.
  • Fix TLS version limits with rustls.
  • Fix not detected ALPN h2 from server with native-tls.

v0.12.1

Compare Source

  • Fix ClientBuilder::interface() when no TLS is enabled.
  • Fix TlsInfo::peer_certificate() being truncated with rustls.
  • Fix panic if http2 feature disabled but TLS negotiated h2 in ALPN.
  • Fix Display for Error to not include its source error.

v0.12.0

Compare Source

  • Upgrade to hyper, http, and http-body v1.
  • Add better support for converting to and from http::Request and http::Response.
  • Add http2 optional cargo feature, default on.
  • Add charset optional cargo feature, default on.
  • Add macos-system-configuration cargo feature, default on.
  • Change all optional dependencies to no longer be exposed as implicit features.
  • Add ClientBuilder::interface(str) to specify the local interface to bind to.
  • Experimental: disables the http3 feature temporarily.

v0.11.27

  • Add hickory-dns feature, deprecating trust-dns.
  • (wasm) Fix Form::text() to not set octet-stream for plain text fields.

v0.11.26

  • Revert system-configuration upgrade, which broke MSRV on macOS.

v0.11.25

  • Fix Certificate::from_pem_bundle() parsing.
  • Fix Apple linker errors from detecting system proxies.

v0.11.24

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.

v0.11.23

  • Add Proxy::custom_http_auth(val) for setting the raw Proxy-Authorization header when connecting to proxies.
  • Fix redirect to reject locations that are not http:// or https://.
  • Fix setting nodelay when TLS is enabled but URL is HTTP.
  • (wasm) Add ClientBuilder::user_agent(val).
  • (wasm) add multipart::Form::headers(headers).

v0.11.22

  • Fix compilation on Windows when trust-dns is enabled.

v0.11.21

  • Add automatically detecting macOS proxy settings.
  • Add ClientBuilder::tls_info(bool), which will put tls::TlsInfo into the response extensions.
  • Fix trust-dns resolver from possible hangs.
  • Fix connect timeout to be split among multiple IP addresses.

v0.11.20

  • Fix deflate decompression back to using zlib, as outlined in the spec.

v0.11.19

  • Add ClientBuilder::http1_ignore_invalid_headers_in_responses() option.
  • Add ClientBuilder::http1_allow_spaces_after_header_name_in_responses() option.
  • Add support for ALL_PROXY environment variable.
  • Add support for use_preconfigured_tls when combined with HTTP/3.
  • Fix deflate decompression from using the zlib decoder.
  • Fix Response::{text, text_with_charset}() to strip BOM characters.
  • Fix a panic when HTTP/3 is used if UDP isn't able to connect.
  • Fix some dependencies for HTTP/3.
  • Increase MSRV to 1.63.

v0.11.18

  • Fix RequestBuilder::json() method from overriding a previously set content-type header. An existing value will be left in place.
  • Upgrade internal dependencies for rustls and compression.

v0.11.17

  • Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
  • (wasm) Fix blob url support

v0.11.16

  • Chore: set MSRV in Cargo.toml.
  • Docs: fix build on docs.rs

v0.11.15

  • Add RequestBuilder methods to split and reconstruct from its parts.
  • Add experimental HTTP/3 support.
  • Fix connection_verbose to log write_vectored calls.
  • (wasm) Make requests actually cancel if the future is dropped.

v0.11.14

  • Adds Proxy::no_proxy(url) that works like the NO_PROXY environment variable.
  • Adds multipart::Part::headers(headers) method to add custom headers.
  • (wasm) Add Response::bytes_stream().
  • Perf: several internal optimizations reducing copies and memory allocations.

v0.11.13

  • Add ClientBuilder::dns_resolver() option for custom DNS resolvers.
  • Add ClientBuilder::tls_sni(bool) option to enable or disable TLS Server Name Indication.
  • Add Identity::from_pkcs8_pem() constructor when using native-tls.
  • Fix redirect::Policy::limited(0) from following any redirects.

v0.11.12

  • Add ClientBuilder::resolve_to_addrs() which allows a slice of IP addresses to be specified for a single host.
  • Add Response::upgrade() to await whether the server agrees to an HTTP upgrade.

v0.11.11

  • Add HTTP/2 keep-alive configuration methods on ClientBuilder.
  • Add ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses().
  • Add impl Service<Request> for Client and &'_ Client.
  • (wasm) Add RequestBuilder::basic_auth().
  • Fix RequestBuilder::header to not override sensitive if user explicitly set on a HeaderValue.
  • Fix rustls parsing of elliptic curve private keys.
  • Fix Proxy URL parsing of some invalid targets.

v0.11.10

  • Add Error::url() to access the URL of an error.
  • Add Response::extensions() to access the http::Extensions of a response.
  • Fix rustls-native-certs to log an error instead of panicking when loading an invalid system certificate.
  • Fix passing Basic Authorization header to proxies.

v0.11.9

  • Add ClientBuilder::http09_responses(bool) option to allow receiving HTTP/0.9 responses.
  • Fix HTTP/2 to retry requests interrupted by an HTTP/2 graceful shutdown.
  • Fix proxy loading from environment variables to ignore empty values.

v0.11.8

  • Update internal webpki-roots dependency.

v0.11.7

  • Add blocking::ClientBuilder::resolve() option, matching the async builder.
  • Implement From<tokio::fs::File> for Body.
  • Fix blocking request-scoped timeout applying to bodies as well.
  • (wasm) Fix request bodies using multipart vs formdata.
  • Update internal rustls to 0.20.

v0.11.6

  • (wasm) Fix request bodies more.

v0.11.5

  • Add ClientBuilder::http1_only() method.
  • Add tls::Version type, and ClientBuilder::min_tls_version() and ClientBuilder::max_tls_version() methods.
  • Implement TryFrom<Request> for http::Request.
  • Implement Clone for Identity.
  • Fix NO_PROXYenvironment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and * is allowed to match everything.
  • Fix redirection to respect https_only option.
  • (wasm) Add Body::as_bytes() method.
  • (wasm) Fix sometimes wrong conversation of bytes into a JsValue.
  • (wasm) Avoid dependency on serde-serialize feature.

v0.11.4

  • Add ClientBuilder::resolve() option to override DNS resolution for specific domains.
  • Add native-tls-alpn Cargo feature to use ALPN with the native-tls backend.
  • Add ClientBuilder::deflate() option and deflate Cargo feature to support decoding response bodies using deflate.
  • Add RequestBuilder::version() to allow setting the HTTP version of a request.
  • Fix allowing "invalid" certificates with the rustls-tls backend, when the server uses TLS v1.2 or v1.3.
  • (wasm) Add try_clone to Request and RequestBuilder

v0.11.3

  • Add impl From<hyper::Body> for reqwest::Body.
  • (wasm) Add credentials mode methods to RequestBuilder.

v0.11.2

  • Add CookieStore trait to customize the type that stores and retrieves cookies for a session.
  • Add cookie::Jar as a default CookieStore, easing creating some session cookies before creating the Client.
  • Add ClientBuilder::http2_adaptive_window() option to configure an adaptive HTTP2 flow control behavior.
  • Add ClientBuilder::http2_max_frame_size() option to adjust the maximum HTTP2 frame size that can be received.
  • Implement IntoUrl for String, making it more convenient to create requests with format!.

v0.11.1

  • Add ClientBuilder::tls_built_in_root_certs() option to disable built-in root certificates.
  • Fix rustls-tls glue to more often support ALPN to upgrade to HTTP/2.
  • Fix proxy parsing to assume http:// if no scheme is found.
  • Fix connection pool idle reaping by enabling hyper's runtime feature.
  • (wasm) Add Request::new() constructor.

v0.11.27

Compare Source

  • Add hickory-dns feature, deprecating trust-dns.
  • (wasm) Fix Form::text() to not set octet-stream for plain text fields.

v0.11.26

Compare Source

  • Revert system-configuration upgrade, which broke MSRV on macOS.

v0.11.25

Compare Source

  • Fix Certificate::from_pem_bundle() parsing.
  • Fix Apple linker errors from detecting system proxies.

v0.11.24

Compare Source

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.
mlua-rs/rlua (rlua)

v0.20.1

Compare Source

  • Add "deprecated" badge

v0.20.0

Compare Source

  • Switch to being a wrapper around mlua
serde-rs/json (serde_json)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
dtolnay/serde-yaml (serde_yaml)

v0.9.34

Compare Source

As of this release, I am not planning to publish further versions of serde_yaml as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.

v0.9.33

Compare Source

v0.9.32

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
Stebalien/tempfile (tempfile)

v3.14.0

Compare Source

  • Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). #​305.
  • Allow older windows-sys versions #​304.

v3.13.0

Compare Source

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).

v3.12.0

Compare Source

  • Add a keep(keep: bool) function to builder that suppresses delete-on-drop behavior (thanks to @​RalfJung).
  • Update windows-sys from 0.52 to 0.59.

v3.11.0

Compare Source

  • Add the ability to override the default temporary directory. This API shouldn't be used in general, but there are some cases where it's unavoidable.

v3.10.1

Compare Source

  • Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²).
  • Handle a theoretical 32-bit overflow when generating a temporary file name larger than 4GiB. Now it'll panic (on allocation failure) rather than silently succeeding due to wraparound.

Thanks to @​stoeckmann for finding and fixing both of these issues.

Keats/tera (tera)

v1.20.0

Compare Source

  • Support parenthesis in if statemetns
  • Allow escaped newline and tab join separator
tokio-rs/tokio (tokio)

v1.41.1: Tokio v1.41.1

Compare Source

1.41.1 (Nov 7th, 2024)

Fixed
  • metrics: fix bug with wrong number of buckets for the histogram (#​6957)
  • net: display net requirement for net::UdpSocket in docs (#​6938)
  • net: fix typo in TcpStream internal comment (#​6944)

v1.41.0: Tokio v1.41.0

Compare Source

1.41.0 (Oct 22th, 2024)

Added
Added (unstable)
  • metrics: add H2 Histogram option to improve histogram granularity (#​6897)
  • metrics: rename some histogram apis (#​6924)
  • runtime: add LocalRuntime (#​6808)
Changed
  • runtime: box futures larger than 16k on release mode (#​6826)
  • sync: add #[must_use] to Notified (#​6828)
  • sync: make watch cooperative (#​6846)
  • sync: make broadcast::Receiver cooperative (#​6870)
  • task: add task size to tracing instrumentation (#​6881)
  • wasm: enable cfg_fs for wasi target (#​6822)
Fixed
  • net: fix regression of abstract socket path in unix socket (#​6838)
Documented
  • io: recommend OwnedFd with AsyncFd (#​6821)
  • io: document cancel safety of AsyncFd methods (#​6890)
  • macros: render more comprehensible documentation for join and try_join (#​6814, #​6841)
  • net: fix swapped examples for TcpSocket::set_nodelay and TcpSocket::nodelay (#​6840)
  • sync: document runtime compatibility (#​6833)

v1.40.0: Tokio v1.40.0

Compare Source

1.40.0 (August 30th, 2024)

Added
  • io: add util::SimplexStream (#​6589)
  • process: stabilize Command::process_group (#​6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#​6755)
  • task: add JoinSet::join_all (#​6784)
Added (unstable)
  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#​6742)
Changed
  • io: use vectored io for write_all_buf when possible (#​6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#​6744)
  • sync: mark mpsc types as UnwindSafe (#​6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#​6727)
  • task: use NonZeroU64 for task::Id (#​6733)
  • task: include panic message when printing JoinError (#​6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#​6762)
  • time: eliminate timer wheel allocations (#​6779)
Documented
  • docs: clarify that [build] section doesn't go in Cargo.toml (#​6728)
  • io: clarify zero remaining capacity case (#​6790)
  • macros: improve documentation for select! (#​6774)
  • sync: document mpsc channel allocation behavior (#​6773)

v1.39.3: Tokio v1.39.3

Compare Source

1.39.3 (August 17th, 2024)

This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#​6772)

v1.39.2: Tokio v1.39.2

Compare Source

1.39.2 (July 27th, 2024)

This release fixes a regression where the select! macro stopped accepting expressions that make use of temporary lifetime extension. (#​6722)

v1.39.1: Tokio v1.39.1

Compare Source

1.39.1 (July 23rd, 2024)

This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#​6715)

v1.39.0: Tokio v1.39.0

Compare Source

1.39.0 (July 23rd, 2024)

  • This release bumps the MSRV to 1.70. (#​6645)
  • This release upgrades to mio v1. (#​6635)
  • This release upgrades to windows-sys v0.52 (#​6154)
Added
  • io: implement AsyncSeek for Empty (#​6663)
  • metrics: stabilize num_alive_tasks (#​6619, #​6667)
  • process: add Command::as_std_mut (#​6608)
  • sync: add watch::Sender::same_channel (#​6637)
  • sync: add {Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count} (#​6661)
  • sync: implement Default for watch::Sender (#​6626)
  • task: implement Clone for AbortHandle (#​6621)
  • task: stabilize consume_budget (#​6622)
Changed
  • io: improve panic message of ReadBuf::put_slice() (#​6629)
  • io: read during write in copy_bidirectional and copy (#​6532)
  • runtime: replace num_cpus with available_parallelism (#​6709)
  • task: avoid stack overflow when passing large future to block_on (#​6692)
  • time: avoid traversing entries in the time wheel twice (#​6584)
  • time: support IntoFuture with timeout (#​6666)
  • macros: support IntoFuture with join! and select! (#​6710)
Fixed
  • docs: fix docsrs builds with the fs feature enabled (#​6585)
  • io: only use short-read optimization on known-to-be-compatible platforms (#​6668)
  • time: fix overflow panic when using large durations with Interval (#​6612)
Added (unstable)
  • macros: allow unhandled_panic behavior for #[tokio::main] and #[tokio::test] (#​6593)
  • metrics: add spawned_tasks_count (#​6114)
  • metrics: add worker_park_unpark_count (#​6696)
  • metrics: add worker thread id (#​6695)
Documented
  • io: update tokio::io::stdout documentation (#​6674)
  • macros: typo fix in join.rs and try_join.rs (#​6641)
  • runtime: fix typo in unhandled_panic (#​6660)
  • task: document behavior of JoinSet::try_join_next when all tasks are running (#​6671)

v1.38.1: Tokio v1.38.1

Compare Source

1.38.1 (July 16th, 2024)

This release fixes the bug identified as (#​6682), which caused timers not
to fire when they should.

Fixed
  • time: update wake_up while holding all the locks of sharded time wheels (#​6683)

v1.38.0: Tokio v1.38.0

Compare Source

This release marks the beginning of stabilization for runtime metrics. It
stabilizes RuntimeMetrics::worker_count. Future releases will continue to
stabilize more metrics.

Added
  • fs: add File::create_new (#​6573)
  • io: add copy_bidirectional_with_sizes (#​6500)
  • io: implement AsyncBufRead for Join (#​6449)
  • net: add Apple visionOS support (#​6465)
  • net: implement Clone for NamedPipeInfo (#​6586)
  • net: support QNX OS (#​6421)
  • sync: add Notify::notify_last (#​6520)
  • sync: add mpsc::Receiver::{capacity,max_capacity} (#​6511)
  • sync: add split method to the semaphore permit (#​6472, #​6478)
  • task: add tokio::task::join_set::Builder::spawn_blocking (#​6578)
  • wasm: support rt-multi-thread with wasm32-wasi-preview1-threads (#​6510)
Changed
  • macros: make #[tokio::test] append #[test] at the end of the attribute list (#​6497)
  • metrics: fix blocking_threads count (#​6551)
  • metrics: stabilize RuntimeMetrics::worker_count (#​6556)
  • runtime: move task out of the lifo_slot in block_in_place (#​6596)
  • runtime: panic if global_queue_interval is zero (#​6445)
  • sync: always drop message in destructor for oneshot receiver (#​6558)
  • sync: instrument Semaphore for task dumps (#​6499)
  • sync: use FIFO ordering when waking batches of wakers (#​6521)
  • task: make LocalKey::get work with Clone types (#​6433)
  • tests: update nix and mio-aio dev-dependencies (#​6552)
  • time: clean up implementation (#​6517)
  • time: lazily init timers on first poll (#​6512)
  • time: remove the true_when field in TimerShared (#​6563)
  • time: use sharding for timer implementation (#​6534)
Fixed
  • taskdump: allow building taskdump docs on non-unix machines (#​6564)
  • time: check for overflow in Interval::poll_tick (#​6487)
  • sync: fix incorrect is_empty on mpsc block boundaries (#​6603)
Documented
  • fs: rewrite file system docs (#​6467)
  • io: fix stdin documentation (#​6581)
  • io: fix obsolete reference in ReadHalf::unsplit() documentation (#​6498)
  • macros: render more comprehensible documentation for select! (#​6468)
  • net: add missing types to module docs (#​6482)
  • net: fix misleading NamedPipeServer example (#​6590)
  • sync: add examples for SemaphorePermit, OwnedSemaphorePermit (#​6477)
  • sync: document that Barrier::wait is not cancel safe (#​6494)
  • sync: explain relation between watch::Sender::{subscribe,closed} (#​6490)
  • task: clarify that you can't abort spawn_blocking tasks (#​6571)
  • task: fix a typo in doc of LocalSet::run_until (#​6599)
  • time: fix test-util requirement for pause and resume in docs (#​6503)

v1.37.0: Tokio v1.37.0

Compare Source

1.37.0 (March 28th, 2024)

Added
  • fs: add set_max_buf_size to tokio::fs::File (#​6411)
  • io: add try_new and try_with_interest to AsyncFd (#​6345)
  • sync: add forget_permits method to semaphore (#​6331)
  • sync: add is_closed, is_empty, and len to mpsc receivers (#​6348)
  • sync: add a rwlock() method to owned RwLock guards (#​6418)
  • sync: expose strong and weak counts of mpsc sender handles (#​6405)
  • sync: implement Clone for watch::Sender (#​6388)
  • task: add TaskLocalFuture::take_value (#​6340)
  • task: implement FromIterator for JoinSet (#​6300)
Changed
  • io: make io::split use a mutex instead of a spinlock (#​6403)
Fixed
  • docs: fix docsrs build without net feature (#​6360)
  • macros: allow select with only else branch (#​6339)
  • runtime: fix leaking registration entries when os registration fails (#​6329)
Documented
  • io: document cancel safety of AsyncBufReadExt::fill_buf (#​6431)
  • io: document cancel safety of AsyncReadExt's primitive read functions (#​6337)
  • runtime: add doc link from Runtime to #[tokio::main] (#​6366)
  • runtime: make the enter example deterministic (#​6351)
  • sync: add Semaphore example for limiting the number of outgoing requests (#​6419)
  • sync: fix missing period in broadcast docs (#​6377)
  • sync: mark mpsc::Sender::downgrade with #[must_use] (#​6326)
  • sync: reorder const_new before new_with (#​6392)
  • sync: update watch channel docs (#​6395)
  • task: fix documentation links (#​6336)
Changed (unstable)
  • runtime: include task Id in taskdumps (#​6328)
  • runtime: panic if unhandled_panic is enabled when not supported (#​6410)
BurntSushi/walkdir (walkdir)

v2.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://github.com/dtolnay/anyhow) | dependencies | patch | `1.0.79` -> `1.0.93` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | dependencies | patch | `1.5.0` -> `1.5.4` | | [clap](https://github.com/clap-rs/clap) | dependencies | minor | `4.4.18` -> `4.5.21` | | [dagger-sdk](https://github.com/dagger/dagger) | dependencies | minor | `0.9.8` -> `0.13.0` | | [envconfig](https://github.com/greyblake/envconfig-rs) | dependencies | minor | `0.10.0` -> `0.11.0` | | [git2](https://github.com/rust-lang/git2-rs) | dependencies | minor | `0.18.2` -> `0.19.0` | | [inquire](https://github.com/mikaelmello/inquire) | dependencies | minor | `0.6.2` -> `0.7.0` | | [libz-sys](https://github.com/rust-lang/libz-sys) | dependencies | patch | `1.1.15` -> `1.1.20` | | [log](https://github.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.22` | | [openssl](https://github.com/sfackler/rust-openssl) | dependencies | patch | `0.10.63` -> `0.10.68` | | [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | minor | `0.11` -> `0.12` | | [rlua](https://github.com/mlua-rs/rlua) | dependencies | minor | `0.19.8` -> `0.20.0` | | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.113` -> `1.0.133` | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | dependencies | patch | `0.9.31` -> `0.9.34` | | [tempfile](https://stebalien.com/projects/tempfile-rs/) ([source](https://github.com/Stebalien/tempfile)) | dependencies | minor | `3.10.0` -> `3.14.0` | | [tera](https://keats.github.io/tera/) ([source](https://github.com/Keats/tera)) | dependencies | minor | `1.19.1` -> `1.20.0` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | minor | `1.36.0` -> `1.41.1` | | [walkdir](https://github.com/BurntSushi/walkdir) | dependencies | minor | `2.4.0` -> `2.5.0` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.93`](https://github.com/dtolnay/anyhow/releases/tag/1.0.93) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93) - Update dev-dependencies to `thiserror` v2 ### [`v1.0.92`](https://github.com/dtolnay/anyhow/releases/tag/1.0.92) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.91...1.0.92) - Support Rust 1.82's `&raw const` and `&raw mut` syntax inside `ensure!` ([#&#8203;390](https://github.com/dtolnay/anyhow/issues/390)) ### [`v1.0.91`](https://github.com/dtolnay/anyhow/releases/tag/1.0.91) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.90...1.0.91) - Ensure OUT_DIR is left with deterministic contents after build script execution ([#&#8203;388](https://github.com/dtolnay/anyhow/issues/388)) ### [`v1.0.90`](https://github.com/dtolnay/anyhow/releases/tag/1.0.90) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.90) - Documentation improvements ### [`v1.0.89`](https://github.com/dtolnay/anyhow/releases/tag/1.0.89) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) - Make anyhow::Error's `UnwindSafe` and `RefUnwindSafe` impl consistently available between versions of Rust newer and older than 1.72 ([#&#8203;386](https://github.com/dtolnay/anyhow/issues/386)) ### [`v1.0.88`](https://github.com/dtolnay/anyhow/releases/tag/1.0.88) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) - Documentation improvements ### [`v1.0.87`](https://github.com/dtolnay/anyhow/releases/tag/1.0.87) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.87) - Support more APIs, including `Error::new` and `Error::chain`, in no-std mode on Rust 1.81+ ([#&#8203;383](https://github.com/dtolnay/anyhow/issues/383)) ### [`v1.0.86`](https://github.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://github.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://github.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://github.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://github.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://github.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://github.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://github.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://github.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://github.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://github.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://github.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://github.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 </details> <details> <summary>BLAKE3-team/BLAKE3 (blake3)</summary> ### [`v1.5.4`](https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.4) [Compare Source](https://github.com/BLAKE3-team/BLAKE3/compare/1.5.3...1.5.4) version 1.5.4 Changes since 1.5.3: - Initial implementation of SIMD acceleration for the XOF (i.e. blake3::Hasher::finalize_xof). This brings long output performance into line with long input performance. Currently AVX-512-only and Unix-only. - Add build support for "gnullvm" targets (Clang on Windows). - The "zeroize" feature no longer depends on proc-macros and syn. ### [`v1.5.3`](https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.3) [Compare Source](https://github.com/BLAKE3-team/BLAKE3/compare/1.5.2...1.5.3) version 1.5.3 Changes since 1.5.2: - Revert the serialization change. It was intended to be backwards compatible, but that didn't hold for non-self-describing serialization formats like bincode. See [#&#8203;414](https://github.com/BLAKE3-team/BLAKE3/issues/414). ### [`v1.5.2`](https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.2) [Compare Source](https://github.com/BLAKE3-team/BLAKE3/compare/1.5.1...1.5.2) version 1.5.2 Changes since 1.5.1: - `build.rs` sets `cc::Build::emit_rerun_if_env_changed(false)` to prevent some unnecessary rebuilds, particularly when the `PATH` changes on Windows. See [#&#8203;324](https://github.com/BLAKE3-team/BLAKE3/issues/324). - Serializing a `Hash` produces a bytestring instead of an array in formats that support bytestrings (like CBOR). Deserialization is backwards-compatible with the array format. - Cleanup and edge case fixes in the C and CMake builds. ### [`v1.5.1`](https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.1) [Compare Source](https://github.com/BLAKE3-team/BLAKE3/compare/1.5.0...1.5.1) version 1.5.1 Changes since 1.5.0: - The Rust crate is now compatible with Miri. - \~1% performance improvement on Arm NEON contributed by [@&#8203;divinity76](https://github.com/divinity76) ([#&#8203;384](https://github.com/BLAKE3-team/BLAKE3/issues/384)). - Various fixes and improvements in the CMake build. - The MSRV of b3sum is now 1.74.1. (The MSRV of the library crate is unchanged, 1.66.1.) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.21`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.20...v4.5.21) ##### Fixes - *(parser)* Ensure defaults are filled in on error with `ignore_errors(true)` ### [`v4.5.20`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4520---2024-10-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.19...v4.5.20) ##### Features - *(unstable)* Add `CommandExt` ### [`v4.5.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.18...v4.5.19) ##### Internal - Update dependencies ### [`v4.5.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4518---2024-09-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18) ##### Features - *(builder)* Expose `Arg::get_display_order` and `Command::get_display_order` ### [`v4.5.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4517---2024-09-04) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.16...v4.5.17) ##### Fixes - *(help)* Style required argument groups - *(derive)* Improve error messages when unsupported fields are used ### [`v4.5.16`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4516---2024-08-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.15...v4.5.16) ##### Fixes - *(derive)* Improve error messages when `derive` feature is missing ### [`v4.5.15`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4515---2024-08-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.14...v4.5.15) ##### Compatiblity - *(unstable-ext)* `Arg::remove` changed return types ##### Fixes - *(unstable-ext)* Make `Arg::remove` return the removed item ### [`v4.5.14`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4514---2024-08-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.14) ##### Features - *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it ### [`v4.5.13`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4513---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.12...v4.5.13) ##### Fixes - *(derive)* Improve error message when `#[flatten]`ing an optional `#[group(skip)]` - *(help)* Properly wrap long subcommand descriptions in help ### [`v4.5.12`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4512---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.11...v4.5.12) ### [`v4.5.11`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4511---2024-07-25) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.10...v4.5.11) ### [`v4.5.10`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4510---2024-07-23) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10) ### [`v4.5.9`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#459---2024-07-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9) ##### Fixes - *(error)* When defining a custom help flag, be sure to suggest it like we do the built-in one ### [`v4.5.8`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` ### [`v4.5.4`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#454---2024-03-25) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.3...v4.5.4) ##### Fixes - *(derive)* Allow non-literal `#[arg(id)]` attributes again ### [`v4.5.3`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#453---2024-03-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.2...v4.5.3) ##### Internal - *(derive)* Update `heck` ### [`v4.5.2`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.1...v4.5.2) ##### Fixes - *(parser)* Ensure defaults are filled in on error with `ignore_errors(true)` ### [`v4.5.1`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.0...v4.5.1) ##### Internal - Update dependencies ### [`v4.5.0`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#450---2024-02-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.4.18...v4.5.0) ##### Compatibility - Update MSRV to 1.74 </details> <details> <summary>dagger/dagger (dagger-sdk)</summary> ### [`v0.13.7`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0137---2024-10-31) ##### Added - New `expect` arg for `Container.withExec` by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/8466 \ This enum arg allows specifying valid return statuses for which the command can return without failing immediately. - New `Container.exitCode` field to get the exit code of the last `withExec` by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/8466 ##### Changed - Updated default cache policies to avoid consuming too much disk by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/8725 \ The new policies attempt to co-operate with other applications using the disk and will adjust its cache usage accordingly. - cli: limit printing objects to state by [@&#8203;helderco](https://github.com/helderco) in https://github.com/dagger/dagger/pull/8788 \ Previously, when a function chain in `dagger call` ended in an object, we'd print all functions that return a simple value and don't have any arguments. Now, only object fields will be included, not all functions. ##### Fixed - Fix excessive cache invalidation of `withExec`s using the `ExperimentalPrivilegedNesting` flag by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/8776 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.11.9`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0119---2024-06-24) [Compare Source](https://github.com/dagger/dagger/compare/v0.9.8...v0.11.9) ##### Fixed - Fix engine local disk cache growing indefinitely by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/7738 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> <details> <summary>greyblake/envconfig-rs (envconfig)</summary> ### [`v0.11.0`](https://github.com/greyblake/envconfig-rs/blob/HEAD/CHANGELOG.md#v0110---2024-09-07) [Compare Source](https://github.com/greyblake/envconfig-rs/compare/v0.10.0...v0.11.0) - \[breaking] Nested config fields now needs to be marked with #\[envconfig(nested)] - Environment variable can be automatically derived from a field name (e.g. `db_host` will be tried to loaded from `DB_HOST` env var) - Add install step in README - Update `syn` dependency to 2.x.x </details> <details> <summary>rust-lang/git2-rs (git2)</summary> ### [`v0.19.0`](https://github.com/rust-lang/git2-rs/blob/HEAD/CHANGELOG.md#0190---2024-06-13) [Compare Source](https://github.com/rust-lang/git2-rs/compare/git2-0.18.3...git2-0.19.0) [0.18.3...0.19.0](https://github.com/rust-lang/git2-rs/compare/git2-0.18.3...git2-0.19.0) ##### Added - Added `opts` functions to control server timeouts (`get_server_connect_timeout_in_milliseconds`, `set_server_connect_timeout_in_milliseconds`, `get_server_timeout_in_milliseconds`, `set_server_timeout_in_milliseconds`), and add `ErrorCode::Timeout`. [#&#8203;1052](https://github.com/rust-lang/git2-rs/pull/1052) ##### Changed - ❗ Updated to libgit2 [1.8.1](https://github.com/libgit2/libgit2/releases/tag/v1.8.1) [#&#8203;1032](https://github.com/rust-lang/git2-rs/pull/1032) - Reduced size of the `Error` struct. [#&#8203;1053](https://github.com/rust-lang/git2-rs/pull/1053) ##### Fixed - Fixed some callbacks to relay the error from the callback to libgit2. [#&#8203;1043](https://github.com/rust-lang/git2-rs/pull/1043) ### [`v0.18.3`](https://github.com/rust-lang/git2-rs/blob/HEAD/CHANGELOG.md#0183---2024-03-18) [Compare Source](https://github.com/rust-lang/git2-rs/compare/git2-0.18.2...git2-0.18.3) [0.18.2...0.18.3](https://github.com/rust-lang/git2-rs/compare/git2-0.18.2...git2-0.18.3) ##### Added - Added `opts::` functions to get / set libgit2 mwindow options [#&#8203;1035](https://github.com/rust-lang/git2-rs/pull/1035) ##### Changed - Updated examples to use clap instead of structopt [#&#8203;1007](https://github.com/rust-lang/git2-rs/pull/1007) </details> <details> <summary>mikaelmello/inquire (inquire)</summary> ### [`v0.7.5`](https://github.com/mikaelmello/inquire/blob/HEAD/CHANGELOG.md#075---2024-04-23) [Compare Source](https://github.com/mikaelmello/inquire/compare/v0.7.4...v0.7.5) - Fix user-provided ANSI escape codes from being removed when rendering. - Introduced on 0.7.0, this regression was making it impossible to have colorised text inside the prompt. - Now ANSI escape codes are properly emitted when rendering the prompt in the terminal. ### [`v0.7.4`](https://github.com/mikaelmello/inquire/blob/HEAD/CHANGELOG.md#074---2024-03-25) [Compare Source](https://github.com/mikaelmello/inquire/compare/v0.7.3...v0.7.4) - Fix unexpected behaviors of `keep_filter` option in MultiSelect prompts: - Filter input is now correcly getting reset **only when** `keep_filter == false`. - When the filter input is reset, the list of options is now correctly reset as well. Thanks [@&#8203;Swivelgames](https://github.com/Swivelgames) for reporting [#&#8203;238](https://github.com/mikaelmello/inquire/issues/238). ### [`v0.7.3`](https://github.com/mikaelmello/inquire/blob/HEAD/CHANGELOG.md#073---2024-03-21) [Compare Source](https://github.com/mikaelmello/inquire/compare/v0.7.2...v0.7.3) - Fix cursor occasionally blinking in unexpected places. ### [`v0.7.2`](https://github.com/mikaelmello/inquire/blob/HEAD/CHANGELOG.md#072---2024-03-17) [Compare Source](https://github.com/mikaelmello/inquire/compare/v0.7.1...v0.7.2) - Pressing Ctrl+D now cancels the prompt. Thanks [@&#8203;mikecvet](https://github.com/mikecvet) for the PR! - Add support for `h` and `l` bindings when vim_mode is enabled on MultiSelect prompts, clearing or selecting all options respectively. Thanks [@&#8203;afh](https://github.com/afh) for the PR! - Fix render issue [#&#8203;233](https://github.com/mikaelmello/inquire/issues/233) where cursor positioning at the end of a prompt was incorrect. Thanks [@&#8203;msrd0](https://github.com/msrd0) and [@&#8203;Sydonian](https://github.com/Sydonian) for reporting! ### [`v0.7.1`](https://github.com/mikaelmello/inquire/blob/HEAD/CHANGELOG.md#071---2024-03-10) [Compare Source](https://github.com/mikaelmello/inquire/compare/v0.7.0...v0.7.1) - Fix render issue [#&#8203;228](https://github.com/mikaelmello/inquire/pull/228) when using `console` crate as the terminal backend. Thanks [@&#8203;maospr](https://github.com/maospr) for reporting. ### [`v0.7.0`](https://github.com/mikaelmello/inquire/blob/HEAD/CHANGELOG.md#070---2024-02-24) [Compare Source](https://github.com/mikaelmello/inquire/compare/v0.6.2...v0.7.0) ##### Breaking Changes - The Select and Multiselect Filter now scores input and is now expected to return an `Option<i64>`, making it possible to order/rank the list of options. [#&#8203;176](https://github.com/mikaelmello/inquire/pull/176) `None`: Will not be displayed in the list of options. `Some(score)`: score determines the order of options, higher score, higher on the list of options. - Improved user experience on Password prompts. When there is a validation error, the input is cleared if the password is rendered using the `Hidden` display mode, matching the user expectation of having to write the password from scratch again. Thanks to [@&#8203;CM-IV](https://github.com/CM-IV) for the questions on [#&#8203;149](https://github.com/mikaelmello/inquire/issues/149)! - Allow lifetime customization of RenderConfig. [#&#8203;101](https://github.com/mikaelmello/inquire/pull/101). Thanks to [@&#8203;arturfast](https://github.com/arturfast) for the suggestion [#&#8203;95](https://github.com/mikaelmello/inquire/issues/95). - Implement fuzzy search as default on Select and MultiSelect prompts. [#&#8203;176](https://github.com/mikaelmello/inquire/pull/176) - Revamped keybindings for DateSelect. ##### Features - Add one-liner helpers for quick scripts. [#&#8203;144](https://github.com/mikaelmello/inquire/pull/144). - Add new option on MultiSelect prompts to set all options to be selected by default. Thanks to [@&#8203;conikeec](https://github.com/conikeec) for the suggestion ([#&#8203;151](https://github.com/mikaelmello/inquire/issues/151))! - Add new option on Select/MultiSelect prompts allowing to reset selection to the first item on filter-input changes. [#&#8203;176](https://github.com/mikaelmello/inquire/pull/176) - Emacs-like keybindings added where applicable: - Ctrl-p/Ctrl-n for up/down - Ctrl-b/Ctrl-f for left/right - Ctrl-j/Ctrl-g for enter/cancel - Vim keybindings are always supported in DateSelect prompts. - Added 'with_starting_filter_input' to both Select and MultiSelect, which allows for setting an initial value to the filter section of the prompt. - Added starting_input for CustomType. [#&#8203;194](https://github.com/mikaelmello/inquire/pull/194) - Added 'without_filtering' to both Select and MultiSelect, useful when you want to simplify the UX if the filter does not add any value, such as when the list is already short. - Added 'with_answered_prompt_prefix' to RenderConfig to allow customization of answered prompt prefix. - Improved rendering, with optimizations on incremental rendering and terminal resizing. ##### Fixes - Fixed typos in the code's comments. - Fixed issue where inquire, using termion, would crash when receiving piped inputs. ##### Dependency changes (some breaking) - Upgraded underlying `termion` crate from v1.5 to v2.0. - Upgraded underlying `bitflags` from v1 to v2, which affects the `Attributes` and `KeyModifiers` crates. If you use any of bitflag's methods directly, you might be affected, refer to the [bitflags changelog](https://github.com/bitflags/bitflags/releases/tag/2.0.0) for more information. - Removed `thiserror` dependency in favor of implementing `InquireError` by hand. [#&#8203;146](https://github.com/mikaelmello/inquire/issues/146) - Raised MSRV to 1.66 due to requirements in downstream dependencies. - MSRV is now explicitly set in the package definition. - Replaced `lazy_static` with `once_cell` as `once_cell::sync::Lazy` is being standardized and `lazy_static` is not actively maintained anymore. - Added `fuzzy-matcher` as an optional dependency for fuzzy filtering in Select and MultiSelect prompts [#&#8203;176](https://github.com/mikaelmello/inquire/pull/176) </details> <details> <summary>rust-lang/libz-sys (libz-sys)</summary> ### [`v1.1.20`](https://github.com/rust-lang/libz-sys/releases/tag/1.1.20) [Compare Source](https://github.com/rust-lang/libz-sys/compare/1.1.19...1.1.20) #### What's Changed - Fix unknown-cfg warning in libz-ng by [@&#8203;NobodyXu](https://github.com/NobodyXu) in https://github.com/rust-lang/libz-sys/pull/208 - Add minimal-versions CI by [@&#8203;NobodyXu](https://github.com/NobodyXu) in https://github.com/rust-lang/libz-sys/pull/207 #### New Contributors - [@&#8203;NobodyXu](https://github.com/NobodyXu) made their first contribution in https://github.com/rust-lang/libz-sys/pull/208 **Full Changelog**: https://github.com/rust-lang/libz-sys/compare/1.1.19...1.1.20 ### [`v1.1.19`](https://github.com/rust-lang/libz-sys/releases/tag/1.1.19): - s390 is back [Compare Source](https://github.com/rust-lang/libz-sys/compare/1.1.18...1.1.19) #### What's Changed - cc: Only enable ARM_NEON when in target_feature by [@&#8203;wcampbell0x2a](https://github.com/wcampbell0x2a) in https://github.com/rust-lang/libz-sys/pull/196 - Set DEP_Z_INCLUDE if zlib from vcpkg by [@&#8203;sagudev](https://github.com/sagudev) in https://github.com/rust-lang/libz-sys/pull/198 - Do not check pkg-config when cross-compiling for android by [@&#8203;sagudev](https://github.com/sagudev) in https://github.com/rust-lang/libz-sys/pull/199 - Group Dependabot version updates by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/rust-lang/libz-sys/pull/202 - Bump the github-actions group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/rust-lang/libz-sys/pull/203 - fix typo in the s390/s390x inclusion by [@&#8203;folkertdev](https://github.com/folkertdev) in https://github.com/rust-lang/libz-sys/pull/205 #### New Contributors - [@&#8203;wcampbell0x2a](https://github.com/wcampbell0x2a) made their first contribution in https://github.com/rust-lang/libz-sys/pull/196 - [@&#8203;EliahKagan](https://github.com/EliahKagan) made their first contribution in https://github.com/rust-lang/libz-sys/pull/202 **Full Changelog**: https://github.com/rust-lang/libz-sys/compare/1.1.18...1.1.19 ### [`v1.1.18`](https://github.com/rust-lang/libz-sys/releases/tag/1.1.18) [Compare Source](https://github.com/rust-lang/libz-sys/compare/1.1.17...1.1.18) #### What's Changed - Add missing package files by [@&#8203;Jake-Shadle](https://github.com/Jake-Shadle) in https://github.com/rust-lang/libz-sys/pull/195 **Full Changelog**: https://github.com/rust-lang/libz-sys/compare/1.1.17...1.1.18 ### [`v1.1.17`](https://github.com/rust-lang/libz-sys/releases/tag/1.1.17): - Use zlib-ng without cmake [Compare Source](https://github.com/rust-lang/libz-sys/compare/1.1.16...1.1.17) #### What's Changed - Only include files used by the crate by [@&#8203;kornelski](https://github.com/kornelski) in https://github.com/rust-lang/libz-sys/pull/190 - Support `cc` as an optional alternative to `cmake` by [@&#8203;Jake-Shadle](https://github.com/Jake-Shadle) in https://github.com/rust-lang/libz-sys/pull/174 - Bump version to 1.1.17 by [@&#8203;Jake-Shadle](https://github.com/Jake-Shadle) in https://github.com/rust-lang/libz-sys/pull/193 #### New Contributors - [@&#8203;Jake-Shadle](https://github.com/Jake-Shadle) made their first contribution in https://github.com/rust-lang/libz-sys/pull/174 **Full Changelog**: https://github.com/rust-lang/libz-sys/compare/1.1.16...1.1.17 ### [`v1.1.16`](https://github.com/rust-lang/libz-sys/releases/tag/1.1.16): build-script improvements [Compare Source](https://github.com/rust-lang/libz-sys/compare/1.1.15...1.1.16) #### What's Changed - Format line as TOML by [@&#8203;atouchet](https://github.com/atouchet) in https://github.com/rust-lang/libz-sys/pull/179 - Really try dylib when compiling for Apple platforms by [@&#8203;glandium](https://github.com/glandium) in https://github.com/rust-lang/libz-sys/pull/181 - Correct README typo for libz-ng-sys by [@&#8203;mistydemeo](https://github.com/mistydemeo) in https://github.com/rust-lang/libz-sys/pull/187 - Also emit DEP_Z_INCLUDE when using pkg-config by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/rust-lang/libz-sys/pull/188 - Bump to 1.1.16 by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/rust-lang/libz-sys/pull/189 #### New Contributors - [@&#8203;mistydemeo](https://github.com/mistydemeo) made their first contribution in https://github.com/rust-lang/libz-sys/pull/187 - [@&#8203;sfackler](https://github.com/sfackler) made their first contribution in https://github.com/rust-lang/libz-sys/pull/188 **Full Changelog**: https://github.com/rust-lang/libz-sys/compare/1.1.15-libz...1.1.16 </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://github.com/rust-lang/log/compare/0.4.21...0.4.22) ### [`v0.4.21`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>sfackler/rust-openssl (openssl)</summary> ### [`v0.10.68`](https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.68) [Compare Source](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.68) #### What's Changed - fixes [#&#8203;2317](https://github.com/sfackler/rust-openssl/issues/2317) -- restore compatibility with our MSRV and release openssl 0.9.68 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2318 **Full Changelog**: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.68 ### [`v0.10.67`](https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.67) [Compare Source](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67) #### What's Changed - Added a utility function to ensure we never have an issue with 0-length slices from pointers again by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2268 - Fix CI for the latest rustc by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2271 - Add binding for EVP_DigestSqueeze by [@&#8203;initsecret](https://github.com/initsecret) in https://github.com/sfackler/rust-openssl/pull/2270 - libressl 4.0: const correctness for X509\_LOOKUP_METHOD by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2276 - Bump hex dev-dependency version by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2277 - Raise bindgen version by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2278 - Ensure Rsa::check_key doesn't leave errors on the stack by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2279 - Update some docs to use the corresponds macro by [@&#8203;rushilmehra](https://github.com/rushilmehra) in https://github.com/sfackler/rust-openssl/pull/2282 - Don't leave errors on the stack in `MdCtxRef::digest_verify_final` by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2283 - Adjustments for LibreSSL 4 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2287 - Explicit rustfmt config by [@&#8203;kornelski](https://github.com/kornelski) in https://github.com/sfackler/rust-openssl/pull/2285 - add basic EVP_KDF bindings by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2289 - add ossl3 thread pool bindings by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2293 - add argon2id support for ossl 3.2+ by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2290 - fix 3.2.0 thread support and simplify by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2294 - add libctx arg to argon2id by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2295 - support using threads in argon2id by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2296 - Ensure beginning and end of the error output is readable by [@&#8203;kornelski](https://github.com/kornelski) in https://github.com/sfackler/rust-openssl/pull/2284 - Test against 3.4.0-alpha1 by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2302 - Resolve clippy warnings from nightly by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2310 - fixes [#&#8203;2311](https://github.com/sfackler/rust-openssl/issues/2311) -- silencer resolver warnings by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2312 - Bump to 3.4.0-beta1 by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2313 - LibreSSL 4.0.0 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2315 - Release openssl v0.10.67 and openssl-sys v0.9.104 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2316 #### New Contributors - [@&#8203;initsecret](https://github.com/initsecret) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2270 - [@&#8203;rushilmehra](https://github.com/rushilmehra) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2282 - [@&#8203;kornelski](https://github.com/kornelski) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2285 **Full Changelog**: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67 ### [`v0.10.66`](https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.66) [Compare Source](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66) #### What's Changed - Fixed invariant violation in `MemBio::get_buf` with empty results by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2266 - Release openssl v0.10.66 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2267 **Full Changelog**: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66 ### [`v0.10.65`](https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.65) [Compare Source](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65) #### What's Changed - don't emit rerun-if-changed when vendoring by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2177 - Prepare for openssl-sys 0.9.101 release by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2182 - don't emit rerun-if-changed unless the path exists and is readable by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2187 - Added support for LibreSSL 3.9.0 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2202 - Support stable LibreSSL 3.9.x by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2209 - openssl-sys 0.9.102 release by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2210 - Add repository field to openssl-macros crate by [@&#8203;paolobarbolini](https://github.com/paolobarbolini) in https://github.com/sfackler/rust-openssl/pull/2211 - Add missing openssl-sys dependency by [@&#8203;pieterdd](https://github.com/pieterdd) in https://github.com/sfackler/rust-openssl/pull/2212 - Test OpenSSL 3.3.0-beta1 by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2216 - test against 3.3.0 final by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2218 - fix min-versions in CI by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2228 - Make X509\_VAL opaque for LibreSSL 4.0.0 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2227 - Use the newer names for STACK_OF(T) functions with BoringSSL by [@&#8203;davidben](https://github.com/davidben) in https://github.com/sfackler/rust-openssl/pull/2231 - Only declare OpensslCallbacks in bindgen builds by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2234 - Fix building with latest BoringSSL by [@&#8203;davidben](https://github.com/davidben) in https://github.com/sfackler/rust-openssl/pull/2230 - Emit rustc-check-cfg for nightly by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2235 - Configure OpenSSL data dir on vendored builds. by [@&#8203;DanielSidhion](https://github.com/DanielSidhion) in https://github.com/sfackler/rust-openssl/pull/2122 - Add boringssl keylog callback support by [@&#8203;mspublic](https://github.com/mspublic) in https://github.com/sfackler/rust-openssl/pull/2237 - Correct the name of the `pkgconf` package on some distros by [@&#8203;JonathanBrouwer](https://github.com/JonathanBrouwer) in https://github.com/sfackler/rust-openssl/pull/2253 - Add some OpenSSL 3 QUIC raw bindings by [@&#8203;bdbai](https://github.com/bdbai) in https://github.com/sfackler/rust-openssl/pull/2257 - Initialize OpenSSL in MD constructors by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/2258 - Switch Pkey::from\_ to use set1 functions by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2262 - Release openssl v0.10.65 and openssl-sys v0.9.103 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2265 #### New Contributors - [@&#8203;paolobarbolini](https://github.com/paolobarbolini) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2211 - [@&#8203;pieterdd](https://github.com/pieterdd) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2212 - [@&#8203;DanielSidhion](https://github.com/DanielSidhion) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2122 - [@&#8203;mspublic](https://github.com/mspublic) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2237 - [@&#8203;JonathanBrouwer](https://github.com/JonathanBrouwer) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2253 - [@&#8203;bdbai](https://github.com/bdbai) made their first contribution in https://github.com/sfackler/rust-openssl/pull/2257 **Full Changelog**: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65 ### [`v0.10.64`](https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.64) [Compare Source](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64) #### What's Changed - Make \_STACK opaque for LibreSSL >= 3.9.0 by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2153 - enable x509 verify and groups list for boringssl by [@&#8203;zh-jq](https://github.com/zh-jq) in https://github.com/sfackler/rust-openssl/pull/2155 - Cleanup some not-required Path::new invocations by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2158 - fixed a clippy (nightly) warning by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2161 - Bump actions versions by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2162 - Add support for setting the nonce type and digest on a PKEY_CTX by [@&#8203;facutuesca](https://github.com/facutuesca) in https://github.com/sfackler/rust-openssl/pull/2144 - rebuild openssl-sys if the underlying openssl has changed by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2157 - Added binding for EVP_default_properties_enable_fips by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2168 - LibreSSL 3.9: fix CRYPTO_malloc/free signatures by [@&#8203;botovq](https://github.com/botovq) in https://github.com/sfackler/rust-openssl/pull/2170 - Expose alias on X509 structs by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/2167 - bump openssl and openssl-sys + changelogs by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/2175 **Full Changelog**: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64 </details> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.9`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0129) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9) - Add `tls::CertificateRevocationLists` support. - Add crate features to enable webpki roots without selecting a rustls provider. - Fix `connection_verbose()` to output read logs. - Fix `multipart::Part::file()` to automatically include content-length. - Fix proxy to internally no longer cache system proxy settings. ### [`v0.12.8`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0128) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8) - Add support for SOCKS4 proxies. - Add `multipart::Form::file()` method for adding files easily. - Add `Body::wrap()` to wrap any `http_body::Body` type. - Fix the pool configuration to use a timer to remove expired connections. ### [`v0.12.7`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0127) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7) - Revert adding `impl Service<http::Request<_>>` for `Client`. ### [`v0.12.6`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0126) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6) - Add support for `danger_accept_invalid_hostnames` for `rustls`. - Add `impl Service<http::Request<Body>>` for `Client` and `&'_ Client`. - Add support for `!Sync` bodies in `Body::wrap_stream()`. - Enable happy eyeballs when `hickory-dns` is used. - Fix `Proxy` so that `HTTP(S)_PROXY` values take precendence over `ALL_PROXY`. - Fix `blocking::RequestBuilder::header()` from unsetting `sensitive` on passed header values. ### [`v0.12.5`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0125) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5) - Add `blocking::ClientBuilder::dns_resolver()` method to change DNS resolver in blocking client. - Add `http3` feature back, still requiring `reqwest_unstable`. - Add `rustls-tls-no-provider` Cargo feature to use rustls without a crypto provider. - Fix `Accept-Encoding` header combinations. - Fix http3 resolving IPv6 addresses. - Internal: upgrade to rustls 0.23. ### [`v0.12.4`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0124) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.3...v0.12.4) - Add `zstd` support, enabled with `zstd` Cargo feature. - Add `ClientBuilder::read_timeout(Duration)`, which applies the duration for each read operation. The timeout resets after a successful read. ### [`v0.12.3`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0123) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3) - Add `FromStr` for `dns::Name`. - Add `ClientBuilder::built_in_webpki_certs(bool)` to enable them separately. - Add `ClientBuilder::built_in_native_certs(bool)` to enable them separately. - Fix sending `content-length: 0` for GET requests. - Fix response body `content_length()` to return value when timeout is configured. - Fix `ClientBuilder::resolve()` to use lowercase domain names. ### [`v0.12.2`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0122) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.1...v0.12.2) - Fix missing ALPN when connecting to socks5 proxy with rustls. - Fix TLS version limits with rustls. - Fix not detected ALPN h2 from server with native-tls. ### [`v0.12.1`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0121) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.12.1) - Fix `ClientBuilder::interface()` when no TLS is enabled. - Fix `TlsInfo::peer_certificate()` being truncated with rustls. - Fix panic if `http2` feature disabled but TLS negotiated h2 in ALPN. - Fix `Display` for `Error` to not include its source error. ### [`v0.12.0`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0120) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.11.27...v0.12.0) - Upgrade to `hyper`, `http`, and `http-body` v1. - Add better support for converting to and from `http::Request` and `http::Response`. - Add `http2` optional cargo feature, default on. - Add `charset` optional cargo feature, default on. - Add `macos-system-configuration` cargo feature, default on. - Change all optional dependencies to no longer be exposed as implicit features. - Add `ClientBuilder::interface(str)` to specify the local interface to bind to. - Experimental: disables the `http3` feature temporarily. #### v0.11.27 - Add `hickory-dns` feature, deprecating `trust-dns`. - (wasm) Fix `Form::text()` to not set octet-stream for plain text fields. #### v0.11.26 - Revert `system-configuration` upgrade, which broke MSRV on macOS. #### v0.11.25 - Fix `Certificate::from_pem_bundle()` parsing. - Fix Apple linker errors from detecting system proxies. #### v0.11.24 - Add `Certificate::from_pem_bundle()` to add a bundle. - Add `http3_prior_knowledge()` to blocking client builder. - Remove `Sync` bounds requirement for `Body::wrap_stream()`. - Fix HTTP/2 to retry `REFUSED_STREAM` requests. - Fix instances of converting `Url` to `Uri` that could panic. #### v0.11.23 - Add `Proxy::custom_http_auth(val)` for setting the raw `Proxy-Authorization` header when connecting to proxies. - Fix redirect to reject locations that are not `http://` or `https://`. - Fix setting `nodelay` when TLS is enabled but URL is HTTP. - (wasm) Add `ClientBuilder::user_agent(val)`. - (wasm) add `multipart::Form::headers(headers)`. #### v0.11.22 - Fix compilation on Windows when `trust-dns` is enabled. #### v0.11.21 - Add automatically detecting macOS proxy settings. - Add `ClientBuilder::tls_info(bool)`, which will put `tls::TlsInfo` into the response extensions. - Fix trust-dns resolver from possible hangs. - Fix connect timeout to be split among multiple IP addresses. #### v0.11.20 - Fix `deflate` decompression back to using zlib, as outlined in the spec. #### v0.11.19 - Add `ClientBuilder::http1_ignore_invalid_headers_in_responses()` option. - Add `ClientBuilder::http1_allow_spaces_after_header_name_in_responses()` option. - Add support for `ALL_PROXY` environment variable. - Add support for `use_preconfigured_tls` when combined with HTTP/3. - Fix `deflate` decompression from using the zlib decoder. - Fix `Response::{text, text_with_charset}()` to strip BOM characters. - Fix a panic when HTTP/3 is used if UDP isn't able to connect. - Fix some dependencies for HTTP/3. - Increase MSRV to 1.63. #### v0.11.18 - Fix `RequestBuilder::json()` method from overriding a previously set `content-type` header. An existing value will be left in place. - Upgrade internal dependencies for rustls and compression. #### v0.11.17 - Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9 - (wasm) Fix blob url support #### v0.11.16 - Chore: set MSRV in `Cargo.toml`. - Docs: fix build on docs.rs #### v0.11.15 - Add `RequestBuilder` methods to split and reconstruct from its parts. - Add experimental HTTP/3 support. - Fix `connection_verbose` to log `write_vectored` calls. - (wasm) Make requests actually cancel if the future is dropped. #### v0.11.14 - Adds `Proxy::no_proxy(url)` that works like the NO_PROXY environment variable. - Adds `multipart::Part::headers(headers)` method to add custom headers. - (wasm) Add `Response::bytes_stream()`. - Perf: several internal optimizations reducing copies and memory allocations. #### v0.11.13 - Add `ClientBuilder::dns_resolver()` option for custom DNS resolvers. - Add `ClientBuilder::tls_sni(bool)` option to enable or disable TLS Server Name Indication. - Add `Identity::from_pkcs8_pem()` constructor when using `native-tls`. - Fix `redirect::Policy::limited(0)` from following any redirects. #### v0.11.12 - Add `ClientBuilder::resolve_to_addrs()` which allows a slice of IP addresses to be specified for a single host. - Add `Response::upgrade()` to await whether the server agrees to an HTTP upgrade. #### v0.11.11 - Add HTTP/2 keep-alive configuration methods on `ClientBuilder`. - Add `ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses()`. - Add `impl Service<Request>` for `Client` and `&'_ Client`. - (wasm) Add `RequestBuilder::basic_auth()`. - Fix `RequestBuilder::header` to not override `sensitive` if user explicitly set on a `HeaderValue`. - Fix rustls parsing of elliptic curve private keys. - Fix Proxy URL parsing of some invalid targets. #### v0.11.10 - Add `Error::url()` to access the URL of an error. - Add `Response::extensions()` to access the `http::Extensions` of a response. - Fix `rustls-native-certs` to log an error instead of panicking when loading an invalid system certificate. - Fix passing Basic Authorization header to proxies. #### v0.11.9 - Add `ClientBuilder::http09_responses(bool)` option to allow receiving HTTP/0.9 responses. - Fix HTTP/2 to retry requests interrupted by an HTTP/2 graceful shutdown. - Fix proxy loading from environment variables to ignore empty values. #### v0.11.8 - Update internal webpki-roots dependency. #### v0.11.7 - Add `blocking::ClientBuilder::resolve()` option, matching the async builder. - Implement `From<tokio::fs::File>` for `Body`. - Fix `blocking` request-scoped timeout applying to bodies as well. - (wasm) Fix request bodies using multipart vs formdata. - Update internal `rustls` to 0.20. #### v0.11.6 - (wasm) Fix request bodies more. #### v0.11.5 - Add `ClientBuilder::http1_only()` method. - Add `tls::Version` type, and `ClientBuilder::min_tls_version()` and `ClientBuilder::max_tls_version()` methods. - Implement `TryFrom<Request>` for `http::Request`. - Implement `Clone` for `Identity`. - Fix `NO_PROXY`environment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and `*` is allowed to match everything. - Fix redirection to respect `https_only` option. - (wasm) Add `Body::as_bytes()` method. - (wasm) Fix sometimes wrong conversation of bytes into a `JsValue`. - (wasm) Avoid dependency on serde-serialize feature. #### v0.11.4 - Add `ClientBuilder::resolve()` option to override DNS resolution for specific domains. - Add `native-tls-alpn` Cargo feature to use ALPN with the native-tls backend. - Add `ClientBuilder::deflate()` option and `deflate` Cargo feature to support decoding response bodies using deflate. - Add `RequestBuilder::version()` to allow setting the HTTP version of a request. - Fix allowing "invalid" certificates with the `rustls-tls` backend, when the server uses TLS v1.2 or v1.3. - (wasm) Add `try_clone` to `Request` and `RequestBuilder` #### v0.11.3 - Add `impl From<hyper::Body> for reqwest::Body`. - (wasm) Add credentials mode methods to `RequestBuilder`. #### v0.11.2 - Add `CookieStore` trait to customize the type that stores and retrieves cookies for a session. - Add `cookie::Jar` as a default `CookieStore`, easing creating some session cookies before creating the `Client`. - Add `ClientBuilder::http2_adaptive_window()` option to configure an adaptive HTTP2 flow control behavior. - Add `ClientBuilder::http2_max_frame_size()` option to adjust the maximum HTTP2 frame size that can be received. - Implement `IntoUrl` for `String`, making it more convenient to create requests with `format!`. #### v0.11.1 - Add `ClientBuilder::tls_built_in_root_certs()` option to disable built-in root certificates. - Fix `rustls-tls` glue to more often support ALPN to upgrade to HTTP/2. - Fix proxy parsing to assume `http://` if no scheme is found. - Fix connection pool idle reaping by enabling hyper's `runtime` feature. - (wasm) Add `Request::new()` constructor. ### [`v0.11.27`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01127) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27) - Add `hickory-dns` feature, deprecating `trust-dns`. - (wasm) Fix `Form::text()` to not set octet-stream for plain text fields. ### [`v0.11.26`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01126) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.11.25...v0.11.26) - Revert `system-configuration` upgrade, which broke MSRV on macOS. ### [`v0.11.25`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01125) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.11.25) - Fix `Certificate::from_pem_bundle()` parsing. - Fix Apple linker errors from detecting system proxies. ### [`v0.11.24`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01124) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24) - Add `Certificate::from_pem_bundle()` to add a bundle. - Add `http3_prior_knowledge()` to blocking client builder. - Remove `Sync` bounds requirement for `Body::wrap_stream()`. - Fix HTTP/2 to retry `REFUSED_STREAM` requests. - Fix instances of converting `Url` to `Uri` that could panic. </details> <details> <summary>mlua-rs/rlua (rlua)</summary> ### [`v0.20.1`](https://github.com/mlua-rs/rlua/blob/HEAD/CHANGELOG.md#0201) [Compare Source](https://github.com/mlua-rs/rlua/compare/v0.20.0...0.20.1) - Add "deprecated" badge ### [`v0.20.0`](https://github.com/mlua-rs/rlua/blob/HEAD/CHANGELOG.md#0200) [Compare Source](https://github.com/mlua-rs/rlua/compare/v0.19.8...v0.20.0) - Switch to being a wrapper around mlua </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.133`](https://github.com/serde-rs/json/releases/tag/v1.0.133) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) - Implement From<\[T; N]> for serde_json::Value ([#&#8203;1215](https://github.com/serde-rs/json/issues/1215)) ### [`v1.0.132`](https://github.com/serde-rs/json/releases/tag/v1.0.132) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.131...v1.0.132) - Improve binary size and compile time for JSON array and JSON object deserialization by about 50% ([#&#8203;1205](https://github.com/serde-rs/json/issues/1205)) - Improve performance of JSON array and JSON object deserialization by about 8% ([#&#8203;1206](https://github.com/serde-rs/json/issues/1206)) ### [`v1.0.131`](https://github.com/serde-rs/json/releases/tag/v1.0.131) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.130...v1.0.131) - Implement Deserializer and IntoDeserializer for `Map<String, Value>` and `&Map<String, Value>` ([#&#8203;1135](https://github.com/serde-rs/json/issues/1135), thanks [@&#8203;swlynch99](https://github.com/swlynch99)) ### [`v1.0.130`](https://github.com/serde-rs/json/releases/tag/v1.0.130) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.129...v1.0.130) - Support converting and deserializing `Number` from i128 and u128 ([#&#8203;1141](https://github.com/serde-rs/json/issues/1141), thanks [@&#8203;druide](https://github.com/druide)) ### [`v1.0.129`](https://github.com/serde-rs/json/releases/tag/v1.0.129) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.128...v1.0.129) - Add [`serde_json::Map::sort_keys`](https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys) and [`serde_json::Value::sort_all_objects`](https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects) ([#&#8203;1199](https://github.com/serde-rs/json/issues/1199)) ### [`v1.0.128`](https://github.com/serde-rs/json/releases/tag/v1.0.128) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.127...v1.0.128) - Support serializing maps containing 128-bit integer keys to serde_json::Value ([#&#8203;1188](https://github.com/serde-rs/json/issues/1188), thanks [@&#8203;Mrreadiness](https://github.com/Mrreadiness)) ### [`v1.0.127`](https://github.com/serde-rs/json/releases/tag/v1.0.127) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.126...v1.0.127) - Add more removal methods to OccupiedEntry ([#&#8203;1179](https://github.com/serde-rs/json/issues/1179), thanks [@&#8203;GREsau](https://github.com/GREsau)) ### [`v1.0.126`](https://github.com/serde-rs/json/releases/tag/v1.0.126) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.125...v1.0.126) - Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86\_64-unknown-linux-gnux32 ([#&#8203;1182](https://github.com/serde-rs/json/issues/1182), thanks [@&#8203;CryZe](https://github.com/CryZe)) ### [`v1.0.125`](https://github.com/serde-rs/json/releases/tag/v1.0.125) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.124...v1.0.125) - Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes ([#&#8203;1172](https://github.com/serde-rs/json/issues/1172), [#&#8203;1175](https://github.com/serde-rs/json/issues/1175), thanks [@&#8203;purplesyringa](https://github.com/purplesyringa)) ### [`v1.0.124`](https://github.com/serde-rs/json/releases/tag/v1.0.124) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.123...v1.0.124) - Fix a bug in processing string escapes in big-endian architectures ([#&#8203;1173](https://github.com/serde-rs/json/issues/1173), thanks [@&#8203;purplesyringa](https://github.com/purplesyringa)) ### [`v1.0.123`](https://github.com/serde-rs/json/releases/tag/v1.0.123) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.122...v1.0.123) - Optimize string parsing by applying SIMD-within-a-register: 30.3% improvement on [twitter.json](https://github.com/miloyip/nativejson-benchmark/blob/v1.0.0/data/twitter.json) from 613 MB/s to 799 MB/s ([#&#8203;1161](https://github.com/serde-rs/json/issues/1161), thanks [@&#8203;purplesyringa](https://github.com/purplesyringa)) ### [`v1.0.122`](https://github.com/serde-rs/json/releases/tag/v1.0.122) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122) - Support using `json!` in no-std crates ([#&#8203;1166](https://github.com/serde-rs/json/issues/1166)) ### [`v1.0.121`](https://github.com/serde-rs/json/releases/tag/v1.0.121) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121) - Optimize position search in error path ([#&#8203;1160](https://github.com/serde-rs/json/issues/1160), thanks [@&#8203;purplesyringa](https://github.com/purplesyringa)) ### [`v1.0.120`](https://github.com/serde-rs/json/releases/tag/v1.0.120) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.119...v1.0.120) - Correctly specify required version of `indexmap` dependency ([#&#8203;1152](https://github.com/serde-rs/json/issues/1152), thanks [@&#8203;cforycki](https://github.com/cforycki)) ### [`v1.0.119`](https://github.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://github.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://github.com/joshka)) ### [`v1.0.118`](https://github.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://github.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://github.com/edwardycl)) ### [`v1.0.117`](https://github.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://github.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://github.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://github.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://github.com/mleonhard)) ### [`v1.0.115`](https://github.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://github.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 </details> <details> <summary>dtolnay/serde-yaml (serde_yaml)</summary> ### [`v0.9.34`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.33...0.9.34) As of this release, I am not planning to publish further versions of `serde_yaml` as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml\&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available. ### [`v0.9.33`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.33) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.32...0.9.33) - Fix quadratic parse time for YAML containing deeply nested flow collections (https://github.com/dtolnay/unsafe-libyaml/issues/26) ### [`v0.9.32`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.32) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.31...0.9.32) - Fix unused_imports warnings when compiled by rustc 1.78 </details> <details> <summary>Stebalien/tempfile (tempfile)</summary> ### [`v3.14.0`](https://github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3140) [Compare Source](https://github.com/Stebalien/tempfile/compare/v3.13.0...v3.14.0) - Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). [#&#8203;305](https://github.com/Stebalien/tempfile/pull/305). - Allow older windows-sys versions [#&#8203;304](https://github.com/Stebalien/tempfile/pull/304). ### [`v3.13.0`](https://github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3130) [Compare Source](https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0) - Add `with_suffix` constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to [@&#8203;Borgerr](https://github.com/Borgerr). - Update dependencies (fastrand & rustix). ### [`v3.12.0`](https://github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3120) [Compare Source](https://github.com/Stebalien/tempfile/compare/v3.11.0...v3.12.0) - Add a `keep(keep: bool)` function to builder that suppresses delete-on-drop behavior (thanks to [@&#8203;RalfJung](https://github.com/RalfJung)). - Update `windows-sys` from 0.52 to 0.59. ### [`v3.11.0`](https://github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3110) [Compare Source](https://github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.0) - Add the ability to override the default temporary directory. This API shouldn't be used in general, but there are some cases where it's unavoidable. ### [`v3.10.1`](https://github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3101) [Compare Source](https://github.com/Stebalien/tempfile/compare/v3.10.0...v3.10.1) - Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²). - Handle a theoretical 32-bit overflow when generating a temporary file name larger than 4GiB. Now it'll panic (on allocation failure) rather than silently succeeding due to wraparound. Thanks to [@&#8203;stoeckmann](https://github.com/stoeckmann) for finding and fixing both of these issues. </details> <details> <summary>Keats/tera (tera)</summary> ### [`v1.20.0`](https://github.com/Keats/tera/blob/HEAD/CHANGELOG.md#1200-2024-05-27) [Compare Source](https://github.com/Keats/tera/compare/v1.19.1...v1.20.0) - Support parenthesis in if statemetns - Allow escaped newline and tab join separator </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.41.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.41.1): Tokio v1.41.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) ### 1.41.1 (Nov 7th, 2024) ##### Fixed - metrics: fix bug with wrong number of buckets for the histogram ([#&#8203;6957]) - net: display `net` requirement for `net::UdpSocket` in docs ([#&#8203;6938]) - net: fix typo in `TcpStream` internal comment ([#&#8203;6944]) [#&#8203;6957]: https://github.com/tokio-rs/tokio/pull/6957 [#&#8203;6938]: https://github.com/tokio-rs/tokio/pull/6938 [#&#8203;6944]: https://github.com/tokio-rs/tokio/pull/6944 ### [`v1.41.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.41.0): Tokio v1.41.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0) ### 1.41.0 (Oct 22th, 2024) ##### Added - metrics: stabilize `global_queue_depth` ([#&#8203;6854], [#&#8203;6918]) - net: add conversions for unix `SocketAddr` ([#&#8203;6868]) - sync: add `watch::Sender::sender_count` ([#&#8203;6836]) - sync: add `mpsc::Receiver::blocking_recv_many` ([#&#8203;6867]) - task: stabilize `Id` apis ([#&#8203;6793], [#&#8203;6891]) ##### Added (unstable) - metrics: add H2 Histogram option to improve histogram granularity ([#&#8203;6897]) - metrics: rename some histogram apis ([#&#8203;6924]) - runtime: add `LocalRuntime` ([#&#8203;6808]) ##### Changed - runtime: box futures larger than 16k on release mode ([#&#8203;6826]) - sync: add `#[must_use]` to `Notified` ([#&#8203;6828]) - sync: make `watch` cooperative ([#&#8203;6846]) - sync: make `broadcast::Receiver` cooperative ([#&#8203;6870]) - task: add task size to tracing instrumentation ([#&#8203;6881]) - wasm: enable `cfg_fs` for `wasi` target ([#&#8203;6822]) ##### Fixed - net: fix regression of abstract socket path in unix socket ([#&#8203;6838]) ##### Documented - io: recommend `OwnedFd` with `AsyncFd` ([#&#8203;6821]) - io: document cancel safety of `AsyncFd` methods ([#&#8203;6890]) - macros: render more comprehensible documentation for `join` and `try_join` ([#&#8203;6814], [#&#8203;6841]) - net: fix swapped examples for `TcpSocket::set_nodelay` and `TcpSocket::nodelay` ([#&#8203;6840]) - sync: document runtime compatibility ([#&#8203;6833]) [#&#8203;6793]: https://github.com/tokio-rs/tokio/pull/6793 [#&#8203;6808]: https://github.com/tokio-rs/tokio/pull/6808 [#&#8203;6810]: https://github.com/tokio-rs/tokio/pull/6810 [#&#8203;6814]: https://github.com/tokio-rs/tokio/pull/6814 [#&#8203;6821]: https://github.com/tokio-rs/tokio/pull/6821 [#&#8203;6822]: https://github.com/tokio-rs/tokio/pull/6822 [#&#8203;6826]: https://github.com/tokio-rs/tokio/pull/6826 [#&#8203;6828]: https://github.com/tokio-rs/tokio/pull/6828 [#&#8203;6833]: https://github.com/tokio-rs/tokio/pull/6833 [#&#8203;6836]: https://github.com/tokio-rs/tokio/pull/6836 [#&#8203;6838]: https://github.com/tokio-rs/tokio/pull/6838 [#&#8203;6840]: https://github.com/tokio-rs/tokio/pull/6840 [#&#8203;6841]: https://github.com/tokio-rs/tokio/pull/6841 [#&#8203;6846]: https://github.com/tokio-rs/tokio/pull/6846 [#&#8203;6854]: https://github.com/tokio-rs/tokio/pull/6854 [#&#8203;6867]: https://github.com/tokio-rs/tokio/pull/6867 [#&#8203;6868]: https://github.com/tokio-rs/tokio/pull/6868 [#&#8203;6870]: https://github.com/tokio-rs/tokio/pull/6870 [#&#8203;6881]: https://github.com/tokio-rs/tokio/pull/6881 [#&#8203;6890]: https://github.com/tokio-rs/tokio/pull/6890 [#&#8203;6891]: https://github.com/tokio-rs/tokio/pull/6891 [#&#8203;6897]: https://github.com/tokio-rs/tokio/pull/6897 [#&#8203;6918]: https://github.com/tokio-rs/tokio/pull/6918 [#&#8203;6924]: https://github.com/tokio-rs/tokio/pull/6924 ### [`v1.40.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.40.0): Tokio v1.40.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) ### 1.40.0 (August 30th, 2024) ##### Added - io: add `util::SimplexStream` ([#&#8203;6589]) - process: stabilize `Command::process_group` ([#&#8203;6731]) - sync: add `{TrySendError,SendTimeoutError}::into_inner` ([#&#8203;6755]) - task: add `JoinSet::join_all` ([#&#8203;6784]) ##### Added (unstable) - runtime: add `Builder::{on_task_spawn, on_task_terminate}` ([#&#8203;6742]) ##### Changed - io: use vectored io for `write_all_buf` when possible ([#&#8203;6724]) - runtime: prevent niche-optimization to avoid triggering miri ([#&#8203;6744]) - sync: mark mpsc types as `UnwindSafe` ([#&#8203;6783]) - sync,time: make `Sleep` and `BatchSemaphore` instrumentation explicit roots ([#&#8203;6727]) - task: use `NonZeroU64` for `task::Id` ([#&#8203;6733]) - task: include panic message when printing `JoinError` ([#&#8203;6753]) - task: add `#[must_use]` to `JoinHandle::abort_handle` ([#&#8203;6762]) - time: eliminate timer wheel allocations ([#&#8203;6779]) ##### Documented - docs: clarify that `[build]` section doesn't go in Cargo.toml ([#&#8203;6728]) - io: clarify zero remaining capacity case ([#&#8203;6790]) - macros: improve documentation for `select!` ([#&#8203;6774]) - sync: document mpsc channel allocation behavior ([#&#8203;6773]) [#&#8203;6589]: https://github.com/tokio-rs/tokio/pull/6589 [#&#8203;6724]: https://github.com/tokio-rs/tokio/pull/6724 [#&#8203;6727]: https://github.com/tokio-rs/tokio/pull/6727 [#&#8203;6728]: https://github.com/tokio-rs/tokio/pull/6728 [#&#8203;6731]: https://github.com/tokio-rs/tokio/pull/6731 [#&#8203;6733]: https://github.com/tokio-rs/tokio/pull/6733 [#&#8203;6742]: https://github.com/tokio-rs/tokio/pull/6742 [#&#8203;6744]: https://github.com/tokio-rs/tokio/pull/6744 [#&#8203;6753]: https://github.com/tokio-rs/tokio/pull/6753 [#&#8203;6755]: https://github.com/tokio-rs/tokio/pull/6755 [#&#8203;6762]: https://github.com/tokio-rs/tokio/pull/6762 [#&#8203;6773]: https://github.com/tokio-rs/tokio/pull/6773 [#&#8203;6774]: https://github.com/tokio-rs/tokio/pull/6774 [#&#8203;6779]: https://github.com/tokio-rs/tokio/pull/6779 [#&#8203;6783]: https://github.com/tokio-rs/tokio/pull/6783 [#&#8203;6784]: https://github.com/tokio-rs/tokio/pull/6784 [#&#8203;6790]: https://github.com/tokio-rs/tokio/pull/6790 ### [`v1.39.3`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.39.3): Tokio v1.39.3 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3) ### 1.39.3 (August 17th, 2024) This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. ([#&#8203;6772]) [#&#8203;6772]: https://github.com/tokio-rs/tokio/pull/6772 ### [`v1.39.2`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.39.2): Tokio v1.39.2 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.39.1...tokio-1.39.2) ### 1.39.2 (July 27th, 2024) This release fixes a regression where the `select!` macro stopped accepting expressions that make use of temporary lifetime extension. ([#&#8203;6722]) [#&#8203;6722]: https://github.com/tokio-rs/tokio/pull/6722 ### [`v1.39.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.39.1): Tokio v1.39.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.39.0...tokio-1.39.1) ### 1.39.1 (July 23rd, 2024) This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. ([#&#8203;6715]) [#&#8203;6715]: https://github.com/tokio-rs/tokio/pull/6715 ### [`v1.39.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.39.0): Tokio v1.39.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.39.0) ### 1.39.0 (July 23rd, 2024) - This release bumps the MSRV to 1.70. ([#&#8203;6645]) - This release upgrades to mio v1. ([#&#8203;6635]) - This release upgrades to windows-sys v0.52 ([#&#8203;6154]) ##### Added - io: implement `AsyncSeek` for `Empty` ([#&#8203;6663]) - metrics: stabilize `num_alive_tasks` ([#&#8203;6619], [#&#8203;6667]) - process: add `Command::as_std_mut` ([#&#8203;6608]) - sync: add `watch::Sender::same_channel` ([#&#8203;6637]) - sync: add `{Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count}` ([#&#8203;6661]) - sync: implement `Default` for `watch::Sender` ([#&#8203;6626]) - task: implement `Clone` for `AbortHandle` ([#&#8203;6621]) - task: stabilize `consume_budget` ([#&#8203;6622]) ##### Changed - io: improve panic message of `ReadBuf::put_slice()` ([#&#8203;6629]) - io: read during write in `copy_bidirectional` and `copy` ([#&#8203;6532]) - runtime: replace `num_cpus` with `available_parallelism` ([#&#8203;6709]) - task: avoid stack overflow when passing large future to `block_on` ([#&#8203;6692]) - time: avoid traversing entries in the time wheel twice ([#&#8203;6584]) - time: support `IntoFuture` with `timeout` ([#&#8203;6666]) - macros: support `IntoFuture` with `join!` and `select!` ([#&#8203;6710]) ##### Fixed - docs: fix docsrs builds with the fs feature enabled ([#&#8203;6585]) - io: only use short-read optimization on known-to-be-compatible platforms ([#&#8203;6668]) - time: fix overflow panic when using large durations with `Interval` ([#&#8203;6612]) ##### Added (unstable) - macros: allow `unhandled_panic` behavior for `#[tokio::main]` and `#[tokio::test]` ([#&#8203;6593]) - metrics: add `spawned_tasks_count` ([#&#8203;6114]) - metrics: add `worker_park_unpark_count` ([#&#8203;6696]) - metrics: add worker thread id ([#&#8203;6695]) ##### Documented - io: update `tokio::io::stdout` documentation ([#&#8203;6674]) - macros: typo fix in `join.rs` and `try_join.rs` ([#&#8203;6641]) - runtime: fix typo in `unhandled_panic` ([#&#8203;6660]) - task: document behavior of `JoinSet::try_join_next` when all tasks are running ([#&#8203;6671]) [#&#8203;6114]: https://github.com/tokio-rs/tokio/pull/6114 [#&#8203;6154]: https://github.com/tokio-rs/tokio/pull/6154 [#&#8203;6532]: https://github.com/tokio-rs/tokio/pull/6532 [#&#8203;6584]: https://github.com/tokio-rs/tokio/pull/6584 [#&#8203;6585]: https://github.com/tokio-rs/tokio/pull/6585 [#&#8203;6593]: https://github.com/tokio-rs/tokio/pull/6593 [#&#8203;6608]: https://github.com/tokio-rs/tokio/pull/6608 [#&#8203;6612]: https://github.com/tokio-rs/tokio/pull/6612 [#&#8203;6619]: https://github.com/tokio-rs/tokio/pull/6619 [#&#8203;6621]: https://github.com/tokio-rs/tokio/pull/6621 [#&#8203;6622]: https://github.com/tokio-rs/tokio/pull/6622 [#&#8203;6626]: https://github.com/tokio-rs/tokio/pull/6626 [#&#8203;6629]: https://github.com/tokio-rs/tokio/pull/6629 [#&#8203;6635]: https://github.com/tokio-rs/tokio/pull/6635 [#&#8203;6637]: https://github.com/tokio-rs/tokio/pull/6637 [#&#8203;6641]: https://github.com/tokio-rs/tokio/pull/6641 [#&#8203;6645]: https://github.com/tokio-rs/tokio/pull/6645 [#&#8203;6660]: https://github.com/tokio-rs/tokio/pull/6660 [#&#8203;6661]: https://github.com/tokio-rs/tokio/pull/6661 [#&#8203;6663]: https://github.com/tokio-rs/tokio/pull/6663 [#&#8203;6666]: https://github.com/tokio-rs/tokio/pull/6666 [#&#8203;6667]: https://github.com/tokio-rs/tokio/pull/6667 [#&#8203;6668]: https://github.com/tokio-rs/tokio/pull/6668 [#&#8203;6671]: https://github.com/tokio-rs/tokio/pull/6671 [#&#8203;6674]: https://github.com/tokio-rs/tokio/pull/6674 [#&#8203;6692]: https://github.com/tokio-rs/tokio/pull/6692 [#&#8203;6695]: https://github.com/tokio-rs/tokio/pull/6695 [#&#8203;6696]: https://github.com/tokio-rs/tokio/pull/6696 [#&#8203;6709]: https://github.com/tokio-rs/tokio/pull/6709 [#&#8203;6710]: https://github.com/tokio-rs/tokio/pull/6710 ### [`v1.38.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.38.1): Tokio v1.38.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1) ### 1.38.1 (July 16th, 2024) This release fixes the bug identified as ([#&#8203;6682]), which caused timers not to fire when they should. ##### Fixed - time: update `wake_up` while holding all the locks of sharded time wheels ([#&#8203;6683]) [#&#8203;6682]: https://github.com/tokio-rs/tokio/pull/6682 [#&#8203;6683]: https://github.com/tokio-rs/tokio/pull/6683 ### [`v1.38.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.38.0): Tokio v1.38.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0) This release marks the beginning of stabilization for runtime metrics. It stabilizes `RuntimeMetrics::worker_count`. Future releases will continue to stabilize more metrics. ##### Added - fs: add `File::create_new` ([#&#8203;6573]) - io: add `copy_bidirectional_with_sizes` ([#&#8203;6500]) - io: implement `AsyncBufRead` for `Join` ([#&#8203;6449]) - net: add Apple visionOS support ([#&#8203;6465]) - net: implement `Clone` for `NamedPipeInfo` ([#&#8203;6586]) - net: support QNX OS ([#&#8203;6421]) - sync: add `Notify::notify_last` ([#&#8203;6520]) - sync: add `mpsc::Receiver::{capacity,max_capacity}` ([#&#8203;6511]) - sync: add `split` method to the semaphore permit ([#&#8203;6472], [#&#8203;6478]) - task: add `tokio::task::join_set::Builder::spawn_blocking` ([#&#8203;6578]) - wasm: support rt-multi-thread with wasm32-wasi-preview1-threads ([#&#8203;6510]) ##### Changed - macros: make `#[tokio::test]` append `#[test]` at the end of the attribute list ([#&#8203;6497]) - metrics: fix `blocking_threads` count ([#&#8203;6551]) - metrics: stabilize `RuntimeMetrics::worker_count` ([#&#8203;6556]) - runtime: move task out of the `lifo_slot` in `block_in_place` ([#&#8203;6596]) - runtime: panic if `global_queue_interval` is zero ([#&#8203;6445]) - sync: always drop message in destructor for oneshot receiver ([#&#8203;6558]) - sync: instrument `Semaphore` for task dumps ([#&#8203;6499]) - sync: use FIFO ordering when waking batches of wakers ([#&#8203;6521]) - task: make `LocalKey::get` work with Clone types ([#&#8203;6433]) - tests: update nix and mio-aio dev-dependencies ([#&#8203;6552]) - time: clean up implementation ([#&#8203;6517]) - time: lazily init timers on first poll ([#&#8203;6512]) - time: remove the `true_when` field in `TimerShared` ([#&#8203;6563]) - time: use sharding for timer implementation ([#&#8203;6534]) ##### Fixed - taskdump: allow building taskdump docs on non-unix machines ([#&#8203;6564]) - time: check for overflow in `Interval::poll_tick` ([#&#8203;6487]) - sync: fix incorrect `is_empty` on mpsc block boundaries ([#&#8203;6603]) ##### Documented - fs: rewrite file system docs ([#&#8203;6467]) - io: fix `stdin` documentation ([#&#8203;6581]) - io: fix obsolete reference in `ReadHalf::unsplit()` documentation ([#&#8203;6498]) - macros: render more comprehensible documentation for `select!` ([#&#8203;6468]) - net: add missing types to module docs ([#&#8203;6482]) - net: fix misleading `NamedPipeServer` example ([#&#8203;6590]) - sync: add examples for `SemaphorePermit`, `OwnedSemaphorePermit` ([#&#8203;6477]) - sync: document that `Barrier::wait` is not cancel safe ([#&#8203;6494]) - sync: explain relation between `watch::Sender::{subscribe,closed}` ([#&#8203;6490]) - task: clarify that you can't abort `spawn_blocking` tasks ([#&#8203;6571]) - task: fix a typo in doc of `LocalSet::run_until` ([#&#8203;6599]) - time: fix test-util requirement for pause and resume in docs ([#&#8203;6503]) [#&#8203;6421]: https://github.com/tokio-rs/tokio/pull/6421 [#&#8203;6433]: https://github.com/tokio-rs/tokio/pull/6433 [#&#8203;6445]: https://github.com/tokio-rs/tokio/pull/6445 [#&#8203;6449]: https://github.com/tokio-rs/tokio/pull/6449 [#&#8203;6465]: https://github.com/tokio-rs/tokio/pull/6465 [#&#8203;6467]: https://github.com/tokio-rs/tokio/pull/6467 [#&#8203;6468]: https://github.com/tokio-rs/tokio/pull/6468 [#&#8203;6472]: https://github.com/tokio-rs/tokio/pull/6472 [#&#8203;6477]: https://github.com/tokio-rs/tokio/pull/6477 [#&#8203;6478]: https://github.com/tokio-rs/tokio/pull/6478 [#&#8203;6482]: https://github.com/tokio-rs/tokio/pull/6482 [#&#8203;6487]: https://github.com/tokio-rs/tokio/pull/6487 [#&#8203;6490]: https://github.com/tokio-rs/tokio/pull/6490 [#&#8203;6494]: https://github.com/tokio-rs/tokio/pull/6494 [#&#8203;6497]: https://github.com/tokio-rs/tokio/pull/6497 [#&#8203;6498]: https://github.com/tokio-rs/tokio/pull/6498 [#&#8203;6499]: https://github.com/tokio-rs/tokio/pull/6499 [#&#8203;6500]: https://github.com/tokio-rs/tokio/pull/6500 [#&#8203;6503]: https://github.com/tokio-rs/tokio/pull/6503 [#&#8203;6510]: https://github.com/tokio-rs/tokio/pull/6510 [#&#8203;6511]: https://github.com/tokio-rs/tokio/pull/6511 [#&#8203;6512]: https://github.com/tokio-rs/tokio/pull/6512 [#&#8203;6517]: https://github.com/tokio-rs/tokio/pull/6517 [#&#8203;6520]: https://github.com/tokio-rs/tokio/pull/6520 [#&#8203;6521]: https://github.com/tokio-rs/tokio/pull/6521 [#&#8203;6534]: https://github.com/tokio-rs/tokio/pull/6534 [#&#8203;6551]: https://github.com/tokio-rs/tokio/pull/6551 [#&#8203;6552]: https://github.com/tokio-rs/tokio/pull/6552 [#&#8203;6556]: https://github.com/tokio-rs/tokio/pull/6556 [#&#8203;6558]: https://github.com/tokio-rs/tokio/pull/6558 [#&#8203;6563]: https://github.com/tokio-rs/tokio/pull/6563 [#&#8203;6564]: https://github.com/tokio-rs/tokio/pull/6564 [#&#8203;6571]: https://github.com/tokio-rs/tokio/pull/6571 [#&#8203;6573]: https://github.com/tokio-rs/tokio/pull/6573 [#&#8203;6578]: https://github.com/tokio-rs/tokio/pull/6578 [#&#8203;6581]: https://github.com/tokio-rs/tokio/pull/6581 [#&#8203;6586]: https://github.com/tokio-rs/tokio/pull/6586 [#&#8203;6590]: https://github.com/tokio-rs/tokio/pull/6590 [#&#8203;6596]: https://github.com/tokio-rs/tokio/pull/6596 [#&#8203;6599]: https://github.com/tokio-rs/tokio/pull/6599 [#&#8203;6603]: https://github.com/tokio-rs/tokio/pull/6603 ### [`v1.37.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.37.0): Tokio v1.37.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.0) ### 1.37.0 (March 28th, 2024) ##### Added - fs: add `set_max_buf_size` to `tokio::fs::File` ([#&#8203;6411]) - io: add `try_new` and `try_with_interest` to `AsyncFd` ([#&#8203;6345]) - sync: add `forget_permits` method to semaphore ([#&#8203;6331]) - sync: add `is_closed`, `is_empty`, and `len` to mpsc receivers ([#&#8203;6348]) - sync: add a `rwlock()` method to owned `RwLock` guards ([#&#8203;6418]) - sync: expose strong and weak counts of mpsc sender handles ([#&#8203;6405]) - sync: implement `Clone` for `watch::Sender` ([#&#8203;6388]) - task: add `TaskLocalFuture::take_value` ([#&#8203;6340]) - task: implement `FromIterator` for `JoinSet` ([#&#8203;6300]) ##### Changed - io: make `io::split` use a mutex instead of a spinlock ([#&#8203;6403]) ##### Fixed - docs: fix docsrs build without net feature ([#&#8203;6360]) - macros: allow select with only else branch ([#&#8203;6339]) - runtime: fix leaking registration entries when os registration fails ([#&#8203;6329]) ##### Documented - io: document cancel safety of `AsyncBufReadExt::fill_buf` ([#&#8203;6431]) - io: document cancel safety of `AsyncReadExt`'s primitive read functions ([#&#8203;6337]) - runtime: add doc link from `Runtime` to `#[tokio::main]` ([#&#8203;6366]) - runtime: make the `enter` example deterministic ([#&#8203;6351]) - sync: add Semaphore example for limiting the number of outgoing requests ([#&#8203;6419]) - sync: fix missing period in broadcast docs ([#&#8203;6377]) - sync: mark `mpsc::Sender::downgrade` with `#[must_use]` ([#&#8203;6326]) - sync: reorder `const_new` before `new_with` ([#&#8203;6392]) - sync: update watch channel docs ([#&#8203;6395]) - task: fix documentation links ([#&#8203;6336]) ##### Changed (unstable) - runtime: include task `Id` in taskdumps ([#&#8203;6328]) - runtime: panic if `unhandled_panic` is enabled when not supported ([#&#8203;6410]) [#&#8203;6300]: https://github.com/tokio-rs/tokio/pull/6300 [#&#8203;6326]: https://github.com/tokio-rs/tokio/pull/6326 [#&#8203;6328]: https://github.com/tokio-rs/tokio/pull/6328 [#&#8203;6329]: https://github.com/tokio-rs/tokio/pull/6329 [#&#8203;6331]: https://github.com/tokio-rs/tokio/pull/6331 [#&#8203;6336]: https://github.com/tokio-rs/tokio/pull/6336 [#&#8203;6337]: https://github.com/tokio-rs/tokio/pull/6337 [#&#8203;6339]: https://github.com/tokio-rs/tokio/pull/6339 [#&#8203;6340]: https://github.com/tokio-rs/tokio/pull/6340 [#&#8203;6345]: https://github.com/tokio-rs/tokio/pull/6345 [#&#8203;6348]: https://github.com/tokio-rs/tokio/pull/6348 [#&#8203;6351]: https://github.com/tokio-rs/tokio/pull/6351 [#&#8203;6360]: https://github.com/tokio-rs/tokio/pull/6360 [#&#8203;6366]: https://github.com/tokio-rs/tokio/pull/6366 [#&#8203;6377]: https://github.com/tokio-rs/tokio/pull/6377 [#&#8203;6388]: https://github.com/tokio-rs/tokio/pull/6388 [#&#8203;6392]: https://github.com/tokio-rs/tokio/pull/6392 [#&#8203;6395]: https://github.com/tokio-rs/tokio/pull/6395 [#&#8203;6403]: https://github.com/tokio-rs/tokio/pull/6403 [#&#8203;6405]: https://github.com/tokio-rs/tokio/pull/6405 [#&#8203;6410]: https://github.com/tokio-rs/tokio/pull/6410 [#&#8203;6411]: https://github.com/tokio-rs/tokio/pull/6411 [#&#8203;6418]: https://github.com/tokio-rs/tokio/pull/6418 [#&#8203;6419]: https://github.com/tokio-rs/tokio/pull/6419 [#&#8203;6431]: https://github.com/tokio-rs/tokio/pull/6431 </details> <details> <summary>BurntSushi/walkdir (walkdir)</summary> ### [`v2.5.0`](https://github.com/BurntSushi/walkdir/compare/2.4.0...2.5.0) [Compare Source](https://github.com/BurntSushi/walkdir/compare/2.4.0...2.5.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kjuulh added 1 commit 2024-02-07 08:33:31 +01:00
fix(deps): update rust crate rlua to 0.20.0
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
72a44d2f82
kjuulh force-pushed renovate/all from 72a44d2f82 to d091a5cc88 2024-02-08 19:12:43 +01:00 Compare
kjuulh changed title from fix(deps): update rust crate rlua to 0.20.0 to fix(deps): update all dependencies 2024-02-08 19:12:43 +01:00
kjuulh force-pushed renovate/all from d091a5cc88 to e0fcdaa569 2024-02-16 15:06:11 +01:00 Compare
kjuulh force-pushed renovate/all from e0fcdaa569 to 8f5891b6ef 2024-02-19 06:16:06 +01:00 Compare
kjuulh force-pushed renovate/all from 8f5891b6ef to fff1f0ee50 2024-02-19 07:37:45 +01:00 Compare
kjuulh force-pushed renovate/all from fff1f0ee50 to 3adff2b20d 2024-02-19 22:39:53 +01:00 Compare
kjuulh force-pushed renovate/all from 3adff2b20d to 2e28aa7657 2024-02-20 02:43:34 +01:00 Compare
kjuulh force-pushed renovate/all from 2e28aa7657 to 97eb5d75d7 2024-02-24 07:32:36 +01:00 Compare
kjuulh force-pushed renovate/all from 97eb5d75d7 to a2901b8967 2024-02-26 23:56:47 +01:00 Compare
kjuulh force-pushed renovate/all from a2901b8967 to bd4a331ae4 2024-02-28 22:28:09 +01:00 Compare
kjuulh force-pushed renovate/all from bd4a331ae4 to ea26cdf7a2 2024-03-01 19:04:14 +01:00 Compare
kjuulh force-pushed renovate/all from ea26cdf7a2 to 16d319552d 2024-03-06 18:16:49 +01:00 Compare
kjuulh force-pushed renovate/all from 16d319552d to dc628304e6 2024-03-09 21:15:29 +01:00 Compare
kjuulh force-pushed renovate/all from dc628304e6 to bcd1a95f38 2024-03-11 00:55:00 +01:00 Compare
kjuulh force-pushed renovate/all from bcd1a95f38 to 306d83471f 2024-03-12 04:14:33 +01:00 Compare
kjuulh force-pushed renovate/all from 306d83471f to a201d404c9 2024-03-12 09:22:31 +01:00 Compare
kjuulh force-pushed renovate/all from a201d404c9 to 8f13396c41 2024-03-15 14:30:40 +01:00 Compare
kjuulh force-pushed renovate/all from 8f13396c41 to bf425a5309 2024-03-17 07:43:35 +01:00 Compare
kjuulh force-pushed renovate/all from bf425a5309 to 6ea0c5d991 2024-03-17 16:27:58 +01:00 Compare
kjuulh force-pushed renovate/all from 6ea0c5d991 to 28572bc264 2024-03-19 17:10:28 +01:00 Compare
kjuulh force-pushed renovate/all from 28572bc264 to 558a551a1e 2024-03-20 17:46:52 +01:00 Compare
kjuulh force-pushed renovate/all from 558a551a1e to f2f7c731c7 2024-03-21 16:16:44 +01:00 Compare
kjuulh force-pushed renovate/all from f2f7c731c7 to 3bc1a1f0ab 2024-03-21 21:15:48 +01:00 Compare
kjuulh force-pushed renovate/all from 3bc1a1f0ab to a999b8068f 2024-03-25 01:59:24 +01:00 Compare
kjuulh force-pushed renovate/all from a999b8068f to e770a19da4 2024-03-25 06:12:58 +01:00 Compare
kjuulh force-pushed renovate/all from e770a19da4 to 7cadb99222 2024-03-25 22:45:04 +01:00 Compare
kjuulh force-pushed renovate/all from 7cadb99222 to ec5e5ac899 2024-03-26 07:36:22 +01:00 Compare
kjuulh force-pushed renovate/all from ec5e5ac899 to 6bd3a95b60 2024-03-28 18:28:50 +01:00 Compare
kjuulh force-pushed renovate/all from 6bd3a95b60 to ac9cdf7e60 2024-04-10 06:35:59 +02:00 Compare
kjuulh force-pushed renovate/all from ac9cdf7e60 to 2ba6f4457e 2024-04-16 08:15:23 +02:00 Compare
kjuulh force-pushed renovate/all from 2ba6f4457e to a0de23c953 2024-04-17 00:07:39 +02:00 Compare
kjuulh force-pushed renovate/all from a0de23c953 to 15405bdef7 2024-04-23 06:21:09 +02:00 Compare
kjuulh force-pushed renovate/all from 15405bdef7 to 4c1125be95 2024-04-27 07:11:44 +02:00 Compare
kjuulh force-pushed renovate/all from 4c1125be95 to a657cfc99c 2024-05-01 18:43:10 +02:00 Compare
kjuulh force-pushed renovate/all from a657cfc99c to 3beec5794e 2024-05-04 20:35:14 +02:00 Compare
kjuulh force-pushed renovate/all from 3beec5794e to e6efe4e9a4 2024-05-06 20:26:01 +02:00 Compare
kjuulh force-pushed renovate/all from e6efe4e9a4 to 37edc65f73 2024-05-08 02:47:28 +02:00 Compare
kjuulh force-pushed renovate/all from 37edc65f73 to 52b0901047 2024-05-15 10:01:15 +02:00 Compare
kjuulh force-pushed renovate/all from 52b0901047 to 89222384d8 2024-05-17 08:25:42 +02:00 Compare
kjuulh force-pushed renovate/all from 89222384d8 to 31f316117a 2024-05-17 11:22:52 +02:00 Compare
kjuulh force-pushed renovate/all from 31f316117a to 759b61d3e0 2024-05-17 20:24:31 +02:00 Compare
kjuulh force-pushed renovate/all from 759b61d3e0 to c7671875ec 2024-05-18 00:47:51 +02:00 Compare
kjuulh force-pushed renovate/all from c7671875ec to d6ec5b88da 2024-05-18 14:32:31 +02:00 Compare
kjuulh force-pushed renovate/all from d6ec5b88da to d4ea46cfb5 2024-05-23 22:01:49 +02:00 Compare
kjuulh force-pushed renovate/all from d4ea46cfb5 to be7e081004 2024-05-24 17:38:22 +02:00 Compare
kjuulh force-pushed renovate/all from be7e081004 to c359048af0 2024-05-24 20:41:04 +02:00 Compare
kjuulh force-pushed renovate/all from c359048af0 to f58faa286d 2024-05-25 21:09:44 +02:00 Compare
kjuulh force-pushed renovate/all from f58faa286d to 1f60873e21 2024-05-25 21:42:20 +02:00 Compare
kjuulh force-pushed renovate/all from 1f60873e21 to df4def0807 2024-07-06 15:30:04 +02:00 Compare
kjuulh force-pushed renovate/all from df4def0807 to d840db869b 2024-08-21 22:48:01 +02:00 Compare
Author
Owner

⚠️ 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 cuddle/Cargo.toml --package reqwest@0.11.23 --precise 0.12.9
    Updating crates.io index
error: failed to select a version for the requirement `reqwest = "^0.11.23"`
candidate versions found which didn't match: 0.12.9
location searched: crates.io index
required by package `dagger-sdk v0.9.8`
    ... which satisfies dependency `dagger-sdk = "^0.9.8"` (locked to 0.9.8) of package `ci v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle/ci)`

### ⚠️ 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 cuddle/Cargo.toml --package reqwest@0.11.23 --precise 0.12.9 Updating crates.io index error: failed to select a version for the requirement `reqwest = "^0.11.23"` candidate versions found which didn't match: 0.12.9 location searched: crates.io index required by package `dagger-sdk v0.9.8` ... which satisfies dependency `dagger-sdk = "^0.9.8"` (locked to 0.9.8) of package `ci v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/cuddle/ci)` ```
kjuulh force-pushed renovate/all from d840db869b to 1b954c2c4f 2024-08-22 00:21:45 +02:00 Compare
kjuulh force-pushed renovate/all from 1b954c2c4f to 6405436e0b 2024-08-22 01:23:06 +02:00 Compare
kjuulh force-pushed renovate/all from 6405436e0b to 471ef46ba2 2024-08-22 02:01:40 +02:00 Compare
kjuulh force-pushed renovate/all from 471ef46ba2 to 473b8f6188 2024-08-22 02:40:21 +02:00 Compare
kjuulh force-pushed renovate/all from 473b8f6188 to 4a4118da3b 2024-08-22 03:16:15 +02:00 Compare
kjuulh force-pushed renovate/all from 4a4118da3b to 3d1227f4a6 2024-08-22 03:47:17 +02:00 Compare
kjuulh force-pushed renovate/all from 3d1227f4a6 to 7c4b01992a 2024-08-22 04:16:29 +02:00 Compare
kjuulh force-pushed renovate/all from 7c4b01992a to 347abffb29 2024-08-22 04:47:00 +02:00 Compare
kjuulh force-pushed renovate/all from 347abffb29 to 492c9c9f37 2024-08-22 05:18:25 +02:00 Compare
kjuulh force-pushed renovate/all from 492c9c9f37 to 958cf25f2b 2024-08-22 05:49:27 +02:00 Compare
kjuulh force-pushed renovate/all from 958cf25f2b to e5732a9659 2024-08-22 06:18:53 +02:00 Compare
kjuulh force-pushed renovate/all from e5732a9659 to e36847a5cd 2024-08-22 06:58:05 +02:00 Compare
kjuulh force-pushed renovate/all from e36847a5cd to f0a98f7445 2024-08-22 07:28:14 +02:00 Compare
kjuulh force-pushed renovate/all from f0a98f7445 to 07c5b358b5 2024-08-22 07:59:11 +02:00 Compare
kjuulh force-pushed renovate/all from 07c5b358b5 to 3997c510a3 2024-08-22 08:30:18 +02:00 Compare
kjuulh force-pushed renovate/all from 3997c510a3 to a5518015b0 2024-08-22 09:10:06 +02:00 Compare
kjuulh force-pushed renovate/all from a5518015b0 to c7f13ad038 2024-08-22 09:51:41 +02:00 Compare
kjuulh force-pushed renovate/all from c7f13ad038 to 0d9e98a22a 2024-08-22 10:35:38 +02:00 Compare
kjuulh force-pushed renovate/all from 0d9e98a22a to d224a24112 2024-08-22 11:21:32 +02:00 Compare
kjuulh force-pushed renovate/all from d224a24112 to a679feca4e 2024-08-22 12:19:46 +02:00 Compare
kjuulh force-pushed renovate/all from a679feca4e to b2bcd71c25 2024-08-22 13:13:16 +02:00 Compare
kjuulh force-pushed renovate/all from b2bcd71c25 to 50ad723f5b 2024-08-22 13:43:22 +02:00 Compare
kjuulh force-pushed renovate/all from 50ad723f5b to ce2974c24a 2024-08-22 14:22:22 +02:00 Compare
kjuulh force-pushed renovate/all from ce2974c24a to 1793fd62f8 2024-08-22 15:03:16 +02:00 Compare
kjuulh force-pushed renovate/all from 1793fd62f8 to e524738843 2024-08-22 15:46:32 +02:00 Compare
kjuulh force-pushed renovate/all from e524738843 to 43e49ec386 2024-08-22 16:28:42 +02:00 Compare
kjuulh force-pushed renovate/all from 43e49ec386 to 3e013ee73e 2024-08-22 17:13:39 +02:00 Compare
kjuulh force-pushed renovate/all from 3e013ee73e to 947bc81bb8 2024-08-22 17:49:41 +02:00 Compare
kjuulh force-pushed renovate/all from 947bc81bb8 to 5c5dac5800 2024-08-22 18:17:22 +02:00 Compare
kjuulh force-pushed renovate/all from 5c5dac5800 to 2e8bd95cc1 2024-08-22 19:02:29 +02:00 Compare
kjuulh force-pushed renovate/all from 2e8bd95cc1 to 2754c33d54 2024-08-22 19:41:04 +02:00 Compare
kjuulh force-pushed renovate/all from 2754c33d54 to 8f287b2bfb 2024-08-22 20:18:15 +02:00 Compare
kjuulh force-pushed renovate/all from 8f287b2bfb to 3e1af1bfc8 2024-08-22 20:52:12 +02:00 Compare
kjuulh force-pushed renovate/all from 3e1af1bfc8 to f1bb8e33ed 2024-08-22 21:27:10 +02:00 Compare
kjuulh force-pushed renovate/all from f1bb8e33ed to d96fb0a627 2024-08-22 22:02:42 +02:00 Compare
kjuulh force-pushed renovate/all from d96fb0a627 to fe1ee3b764 2024-08-22 22:37:44 +02:00 Compare
kjuulh force-pushed renovate/all from fe1ee3b764 to 4564323d2c 2024-08-22 23:12:24 +02:00 Compare
kjuulh force-pushed renovate/all from 4564323d2c to db03e25614 2024-08-22 23:47:04 +02:00 Compare
kjuulh force-pushed renovate/all from db03e25614 to 66ff4f3c4d 2024-08-23 00:18:19 +02:00 Compare
kjuulh force-pushed renovate/all from 66ff4f3c4d to 88f822f0a2 2024-08-23 01:07:15 +02:00 Compare
kjuulh force-pushed renovate/all from 88f822f0a2 to bde6abbbff 2024-08-23 01:41:33 +02:00 Compare
kjuulh force-pushed renovate/all from bde6abbbff to be61ddfc65 2024-08-23 02:16:40 +02:00 Compare
kjuulh force-pushed renovate/all from be61ddfc65 to 2e18ca355c 2024-08-23 02:50:54 +02:00 Compare
kjuulh force-pushed renovate/all from 2e18ca355c to 5b1420cdfe 2024-08-23 03:26:15 +02:00 Compare
kjuulh force-pushed renovate/all from 5b1420cdfe to bd3140469a 2024-08-23 03:58:54 +02:00 Compare
kjuulh force-pushed renovate/all from bd3140469a to 1bf3b3f0b0 2024-08-23 04:32:59 +02:00 Compare
kjuulh force-pushed renovate/all from 1bf3b3f0b0 to 5aa5ccda50 2024-08-23 05:07:32 +02:00 Compare
kjuulh force-pushed renovate/all from 5aa5ccda50 to ffc3be541a 2024-08-23 05:42:33 +02:00 Compare
kjuulh force-pushed renovate/all from ffc3be541a to c398b2cbb9 2024-08-23 06:18:04 +02:00 Compare
kjuulh force-pushed renovate/all from c398b2cbb9 to b8e5bed497 2024-08-23 07:01:54 +02:00 Compare
kjuulh force-pushed renovate/all from b8e5bed497 to 0b0225b169 2024-08-23 07:36:27 +02:00 Compare
kjuulh force-pushed renovate/all from 0b0225b169 to e79f190673 2024-08-23 08:11:25 +02:00 Compare
kjuulh force-pushed renovate/all from e79f190673 to 774f99fe35 2024-08-23 08:45:36 +02:00 Compare
kjuulh force-pushed renovate/all from 774f99fe35 to f5a2b19912 2024-08-23 09:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from f5a2b19912 to b59602a55e 2024-08-23 09:55:10 +02:00 Compare
kjuulh force-pushed renovate/all from b59602a55e to 138f83877e 2024-08-23 10:29:08 +02:00 Compare
kjuulh force-pushed renovate/all from 138f83877e to f920ec0869 2024-08-23 11:02:46 +02:00 Compare
kjuulh force-pushed renovate/all from f920ec0869 to 7600f0a8b0 2024-08-23 11:36:45 +02:00 Compare
kjuulh force-pushed renovate/all from 7600f0a8b0 to 512eba6bbf 2024-08-23 12:16:57 +02:00 Compare
kjuulh force-pushed renovate/all from 512eba6bbf to 2da1dba686 2024-08-23 12:58:36 +02:00 Compare
kjuulh force-pushed renovate/all from 2da1dba686 to c75d30d93d 2024-08-23 13:32:19 +02:00 Compare
kjuulh force-pushed renovate/all from c75d30d93d to 9deb62d1df 2024-08-23 14:07:11 +02:00 Compare
kjuulh force-pushed renovate/all from 9deb62d1df to cf2c550c89 2024-08-23 14:40:45 +02:00 Compare
kjuulh force-pushed renovate/all from cf2c550c89 to cd07ce6484 2024-08-23 15:14:46 +02:00 Compare
kjuulh force-pushed renovate/all from cd07ce6484 to d33b4f44e4 2024-08-23 15:48:36 +02:00 Compare
kjuulh force-pushed renovate/all from d33b4f44e4 to 6015326cfe 2024-08-23 16:23:28 +02:00 Compare
kjuulh force-pushed renovate/all from 6015326cfe to cfba1c712b 2024-08-23 16:57:48 +02:00 Compare
kjuulh force-pushed renovate/all from cfba1c712b to 06e43d9a4d 2024-08-23 17:33:19 +02:00 Compare
kjuulh force-pushed renovate/all from 06e43d9a4d to 7b34695818 2024-08-23 18:17:19 +02:00 Compare
kjuulh force-pushed renovate/all from 7b34695818 to baa01390f5 2024-08-23 19:00:37 +02:00 Compare
kjuulh force-pushed renovate/all from baa01390f5 to db2b169e74 2024-08-23 19:35:25 +02:00 Compare
kjuulh force-pushed renovate/all from db2b169e74 to 048dd8f813 2024-08-23 20:10:13 +02:00 Compare
kjuulh force-pushed renovate/all from 048dd8f813 to ec3465b8bd 2024-08-23 20:44:49 +02:00 Compare
kjuulh force-pushed renovate/all from ec3465b8bd to c869d17938 2024-08-23 21:20:14 +02:00 Compare
kjuulh force-pushed renovate/all from c869d17938 to d57e074ef6 2024-08-23 21:54:55 +02:00 Compare
kjuulh force-pushed renovate/all from d57e074ef6 to d9fc5ed5dc 2024-08-23 22:33:08 +02:00 Compare
kjuulh force-pushed renovate/all from d9fc5ed5dc to 56caf48965 2024-08-23 23:12:22 +02:00 Compare
kjuulh force-pushed renovate/all from 56caf48965 to 8957f57ec6 2024-08-23 23:50:15 +02:00 Compare
kjuulh force-pushed renovate/all from 8957f57ec6 to d1b53237ee 2024-08-24 00:18:12 +02:00 Compare
kjuulh force-pushed renovate/all from d1b53237ee to 720dbbf355 2024-08-24 01:02:41 +02:00 Compare
kjuulh force-pushed renovate/all from 720dbbf355 to 56ba591d0d 2024-08-24 01:37:44 +02:00 Compare
kjuulh force-pushed renovate/all from 56ba591d0d to 653eed94b4 2024-08-24 02:13:44 +02:00 Compare
kjuulh force-pushed renovate/all from 653eed94b4 to 1cbf28db42 2024-08-24 02:48:17 +02:00 Compare
kjuulh force-pushed renovate/all from 1cbf28db42 to c55e569400 2024-08-24 03:24:24 +02:00 Compare
kjuulh force-pushed renovate/all from c55e569400 to 300b6bc39b 2024-08-24 03:57:08 +02:00 Compare
kjuulh force-pushed renovate/all from 300b6bc39b to 31d1784274 2024-08-24 04:33:30 +02:00 Compare
kjuulh force-pushed renovate/all from 31d1784274 to b82b8a54f3 2024-08-24 05:09:34 +02:00 Compare
kjuulh force-pushed renovate/all from b82b8a54f3 to d5d6baea16 2024-08-24 05:46:39 +02:00 Compare
kjuulh force-pushed renovate/all from d5d6baea16 to ef085d425e 2024-08-24 06:18:08 +02:00 Compare
kjuulh force-pushed renovate/all from ef085d425e to 7e17578841 2024-08-24 06:18:40 +02:00 Compare
kjuulh force-pushed renovate/all from 7e17578841 to 16fef5fb4f 2024-08-24 07:05:26 +02:00 Compare
kjuulh force-pushed renovate/all from 16fef5fb4f to 0c3d77c3aa 2024-08-24 07:41:06 +02:00 Compare
kjuulh force-pushed renovate/all from 0c3d77c3aa to fb2e8ddaff 2024-08-24 08:16:24 +02:00 Compare
kjuulh force-pushed renovate/all from fb2e8ddaff to a980875ce2 2024-08-24 08:51:25 +02:00 Compare
kjuulh force-pushed renovate/all from a980875ce2 to 7eb924e80f 2024-08-24 09:26:42 +02:00 Compare
kjuulh force-pushed renovate/all from 7eb924e80f to cac9f1a243 2024-08-24 10:01:38 +02:00 Compare
kjuulh force-pushed renovate/all from cac9f1a243 to ff782b047b 2024-08-24 10:37:51 +02:00 Compare
kjuulh force-pushed renovate/all from ff782b047b to 1c18bf5736 2024-08-24 11:13:21 +02:00 Compare
kjuulh force-pushed renovate/all from 1c18bf5736 to f31dd7b23e 2024-08-24 11:48:23 +02:00 Compare
kjuulh force-pushed renovate/all from f31dd7b23e to efd18a7771 2024-08-24 12:17:12 +02:00 Compare
kjuulh force-pushed renovate/all from efd18a7771 to 826610b3b7 2024-08-24 13:01:10 +02:00 Compare
kjuulh force-pushed renovate/all from 826610b3b7 to d702e1cc49 2024-08-24 13:36:50 +02:00 Compare
kjuulh force-pushed renovate/all from d702e1cc49 to 2e1733bfeb 2024-08-24 14:12:50 +02:00 Compare
kjuulh force-pushed renovate/all from 2e1733bfeb to 77804bde9f 2024-08-24 14:47:57 +02:00 Compare
kjuulh force-pushed renovate/all from 77804bde9f to d7cb430b8a 2024-08-24 15:23:48 +02:00 Compare
kjuulh force-pushed renovate/all from d7cb430b8a to 488a562090 2024-08-24 15:58:43 +02:00 Compare
kjuulh force-pushed renovate/all from 488a562090 to 53ee601796 2024-08-24 16:34:41 +02:00 Compare
kjuulh force-pushed renovate/all from 53ee601796 to 4cd4a7415b 2024-08-24 17:10:00 +02:00 Compare
kjuulh force-pushed renovate/all from 4cd4a7415b to 7ff9002040 2024-08-24 17:45:39 +02:00 Compare
kjuulh force-pushed renovate/all from 7ff9002040 to 57f227382f 2024-08-24 18:17:28 +02:00 Compare
kjuulh force-pushed renovate/all from 57f227382f to 7c33490f78 2024-08-24 19:01:41 +02:00 Compare
kjuulh force-pushed renovate/all from 7c33490f78 to 484509580a 2024-08-24 19:37:10 +02:00 Compare
kjuulh force-pushed renovate/all from 484509580a to 8afdba79f0 2024-08-24 20:13:08 +02:00 Compare
kjuulh force-pushed renovate/all from 8afdba79f0 to 155acaba8c 2024-08-24 20:48:27 +02:00 Compare
kjuulh force-pushed renovate/all from 155acaba8c to 63b2a2f28f 2024-08-24 21:24:32 +02:00 Compare
kjuulh force-pushed renovate/all from 63b2a2f28f to f7e68f654f 2024-08-24 22:01:16 +02:00 Compare
kjuulh force-pushed renovate/all from f7e68f654f to 4a18726d55 2024-08-24 22:37:08 +02:00 Compare
kjuulh force-pushed renovate/all from 4a18726d55 to 0a26d0761f 2024-08-24 23:13:03 +02:00 Compare
kjuulh force-pushed renovate/all from 0a26d0761f to d3be12c8aa 2024-08-24 23:48:12 +02:00 Compare
kjuulh force-pushed renovate/all from d3be12c8aa to 664f38a16a 2024-08-25 00:18:10 +02:00 Compare
kjuulh force-pushed renovate/all from 664f38a16a to 5c689114d0 2024-08-25 01:03:51 +02:00 Compare
kjuulh force-pushed renovate/all from 5c689114d0 to 8431c4b141 2024-08-25 01:39:44 +02:00 Compare
kjuulh force-pushed renovate/all from 8431c4b141 to 7c6474de15 2024-08-25 02:16:00 +02:00 Compare
kjuulh force-pushed renovate/all from 7c6474de15 to 08c93cc098 2024-08-25 02:51:12 +02:00 Compare
kjuulh force-pushed renovate/all from 08c93cc098 to 193b45d280 2024-08-25 03:27:22 +02:00 Compare
kjuulh force-pushed renovate/all from 193b45d280 to f18988a5ed 2024-08-25 04:01:07 +02:00 Compare
kjuulh force-pushed renovate/all from f18988a5ed to 1115175e62 2024-08-25 04:35:48 +02:00 Compare
kjuulh force-pushed renovate/all from 1115175e62 to 8d0e82d40b 2024-08-25 05:11:28 +02:00 Compare
kjuulh force-pushed renovate/all from 8d0e82d40b to 1fd6398075 2024-08-25 05:47:45 +02:00 Compare
kjuulh force-pushed renovate/all from 1fd6398075 to 8094dfb4a1 2024-08-25 06:17:28 +02:00 Compare
kjuulh force-pushed renovate/all from 8094dfb4a1 to 7397a019ea 2024-08-25 07:02:19 +02:00 Compare
kjuulh force-pushed renovate/all from 7397a019ea to 94fc28af81 2024-08-25 07:37:57 +02:00 Compare
kjuulh force-pushed renovate/all from 94fc28af81 to 9bac30a74f 2024-08-25 08:13:19 +02:00 Compare
kjuulh force-pushed renovate/all from 9bac30a74f to b6cac40e1c 2024-08-25 08:48:28 +02:00 Compare
kjuulh force-pushed renovate/all from b6cac40e1c to 7488ffc8b3 2024-08-25 09:24:38 +02:00 Compare
kjuulh force-pushed renovate/all from 7488ffc8b3 to 9bfaadea68 2024-08-25 09:59:59 +02:00 Compare
kjuulh force-pushed renovate/all from 9bfaadea68 to 9946714744 2024-08-25 10:35:20 +02:00 Compare
kjuulh force-pushed renovate/all from 9946714744 to adc52d92d1 2024-08-25 11:10:36 +02:00 Compare
kjuulh force-pushed renovate/all from adc52d92d1 to 5756ab2983 2024-08-25 11:45:46 +02:00 Compare
kjuulh force-pushed renovate/all from 5756ab2983 to a84a9e8366 2024-08-25 12:17:10 +02:00 Compare
kjuulh force-pushed renovate/all from a84a9e8366 to 9732b56b94 2024-08-25 13:01:36 +02:00 Compare
kjuulh force-pushed renovate/all from 9732b56b94 to eebed4db88 2024-08-25 13:36:35 +02:00 Compare
kjuulh force-pushed renovate/all from eebed4db88 to 9c7d44606c 2024-08-25 14:12:41 +02:00 Compare
kjuulh force-pushed renovate/all from 9c7d44606c to f6c659362c 2024-08-25 14:47:52 +02:00 Compare
kjuulh force-pushed renovate/all from f6c659362c to 29889022f5 2024-08-25 15:24:08 +02:00 Compare
kjuulh force-pushed renovate/all from 29889022f5 to 2dac6209d9 2024-08-25 15:59:42 +02:00 Compare
kjuulh force-pushed renovate/all from 2dac6209d9 to 7444707ab7 2024-08-25 16:36:18 +02:00 Compare
kjuulh force-pushed renovate/all from 7444707ab7 to deaa063f4a 2024-08-25 17:11:55 +02:00 Compare
kjuulh force-pushed renovate/all from deaa063f4a to a1a32c0f78 2024-08-25 17:47:04 +02:00 Compare
kjuulh force-pushed renovate/all from a1a32c0f78 to a9c47b69ca 2024-08-25 18:17:17 +02:00 Compare
kjuulh force-pushed renovate/all from a9c47b69ca to c51543de60 2024-08-25 19:01:38 +02:00 Compare
kjuulh force-pushed renovate/all from c51543de60 to 044b9f5a80 2024-08-25 19:37:21 +02:00 Compare
kjuulh force-pushed renovate/all from 044b9f5a80 to 399c24d132 2024-08-25 20:13:02 +02:00 Compare
kjuulh force-pushed renovate/all from 399c24d132 to edeac0a66f 2024-08-25 20:47:44 +02:00 Compare
kjuulh force-pushed renovate/all from edeac0a66f to 7b758a2798 2024-08-25 21:23:21 +02:00 Compare
kjuulh force-pushed renovate/all from 7b758a2798 to f3744a4164 2024-08-25 21:58:35 +02:00 Compare
kjuulh force-pushed renovate/all from f3744a4164 to 91eebfe1be 2024-08-25 22:34:40 +02:00 Compare
kjuulh force-pushed renovate/all from 91eebfe1be to 73e08a36d9 2024-08-25 23:09:42 +02:00 Compare
kjuulh force-pushed renovate/all from 73e08a36d9 to 7529bce0bf 2024-08-25 23:45:17 +02:00 Compare
kjuulh force-pushed renovate/all from 7529bce0bf to ca931069dc 2024-08-26 00:18:13 +02:00 Compare
kjuulh force-pushed renovate/all from ca931069dc to 1c04c910cb 2024-08-26 01:03:02 +02:00 Compare
kjuulh force-pushed renovate/all from 1c04c910cb to b1415eb756 2024-08-26 01:39:14 +02:00 Compare
kjuulh force-pushed renovate/all from b1415eb756 to e7c3493aef 2024-08-26 02:15:56 +02:00 Compare
kjuulh force-pushed renovate/all from e7c3493aef to 48c4f8ece6 2024-08-26 02:51:30 +02:00 Compare
kjuulh force-pushed renovate/all from 48c4f8ece6 to 057f392914 2024-08-26 03:27:44 +02:00 Compare
kjuulh force-pushed renovate/all from 057f392914 to 608010ee71 2024-08-26 04:03:26 +02:00 Compare
kjuulh force-pushed renovate/all from 608010ee71 to 946603fa60 2024-08-26 04:39:27 +02:00 Compare
kjuulh force-pushed renovate/all from 946603fa60 to 61d17dcd9f 2024-08-26 05:16:21 +02:00 Compare
kjuulh force-pushed renovate/all from 61d17dcd9f to 6b73d888b7 2024-08-26 05:52:57 +02:00 Compare
kjuulh force-pushed renovate/all from 6b73d888b7 to a0d646948a 2024-08-26 06:17:50 +02:00 Compare
kjuulh force-pushed renovate/all from a0d646948a to fb6de437da 2024-08-26 07:03:40 +02:00 Compare
kjuulh force-pushed renovate/all from fb6de437da to 15f6d40492 2024-08-26 07:38:44 +02:00 Compare
kjuulh force-pushed renovate/all from 15f6d40492 to cc4df02805 2024-08-26 08:15:52 +02:00 Compare
kjuulh force-pushed renovate/all from cc4df02805 to a47d161640 2024-08-26 08:52:28 +02:00 Compare
kjuulh force-pushed renovate/all from a47d161640 to 9ac6a49b03 2024-08-26 09:29:19 +02:00 Compare
kjuulh force-pushed renovate/all from 9ac6a49b03 to 7520d06dc9 2024-08-26 10:05:30 +02:00 Compare
kjuulh force-pushed renovate/all from 7520d06dc9 to ef4c8a50d0 2024-08-26 10:41:44 +02:00 Compare
kjuulh force-pushed renovate/all from ef4c8a50d0 to 07e5e96571 2024-08-26 11:18:09 +02:00 Compare
kjuulh force-pushed renovate/all from 07e5e96571 to 57631631c0 2024-08-26 11:55:13 +02:00 Compare
kjuulh force-pushed renovate/all from 57631631c0 to 967426a844 2024-08-26 12:17:38 +02:00 Compare
kjuulh force-pushed renovate/all from 967426a844 to be07b15d79 2024-08-26 13:03:08 +02:00 Compare
kjuulh force-pushed renovate/all from be07b15d79 to 7692ac16ab 2024-08-26 13:38:59 +02:00 Compare
kjuulh force-pushed renovate/all from 7692ac16ab to 75f0cd696a 2024-08-26 14:16:55 +02:00 Compare
kjuulh force-pushed renovate/all from 75f0cd696a to 9b1d497fa3 2024-08-26 14:54:01 +02:00 Compare
kjuulh force-pushed renovate/all from 9b1d497fa3 to 7164055df0 2024-08-26 15:31:26 +02:00 Compare
kjuulh force-pushed renovate/all from 7164055df0 to acfa74ff17 2024-08-26 16:09:01 +02:00 Compare
kjuulh force-pushed renovate/all from acfa74ff17 to d212f444b4 2024-08-26 16:46:12 +02:00 Compare
kjuulh force-pushed renovate/all from d212f444b4 to c87bca0e83 2024-08-26 17:23:49 +02:00 Compare
kjuulh force-pushed renovate/all from c87bca0e83 to 0556f5b521 2024-08-26 18:17:17 +02:00 Compare
kjuulh force-pushed renovate/all from 0556f5b521 to a6f68f9129 2024-08-26 19:01:32 +02:00 Compare
kjuulh force-pushed renovate/all from a6f68f9129 to 58b38d484d 2024-08-26 19:36:56 +02:00 Compare
kjuulh force-pushed renovate/all from 58b38d484d to 7c31dc7d89 2024-08-26 20:13:19 +02:00 Compare
kjuulh force-pushed renovate/all from 7c31dc7d89 to 32a94e24cc 2024-08-26 20:48:33 +02:00 Compare
kjuulh force-pushed renovate/all from 32a94e24cc to 87b32c5241 2024-08-26 21:24:29 +02:00 Compare
kjuulh force-pushed renovate/all from 87b32c5241 to 7e505f532b 2024-08-26 21:59:57 +02:00 Compare
kjuulh force-pushed renovate/all from 7e505f532b to 088ab20aea 2024-08-26 22:35:55 +02:00 Compare
kjuulh force-pushed renovate/all from 088ab20aea to 6ed66dc121 2024-08-26 23:13:31 +02:00 Compare
kjuulh force-pushed renovate/all from 6ed66dc121 to 300a57eecc 2024-08-26 23:50:47 +02:00 Compare
kjuulh force-pushed renovate/all from 300a57eecc to d14cb30425 2024-08-27 00:18:33 +02:00 Compare
kjuulh force-pushed renovate/all from d14cb30425 to bf2f1b4901 2024-08-27 01:05:40 +02:00 Compare
kjuulh force-pushed renovate/all from bf2f1b4901 to 08e56163bc 2024-08-27 01:41:28 +02:00 Compare
kjuulh force-pushed renovate/all from 08e56163bc to d4fee6d648 2024-08-27 02:18:21 +02:00 Compare
kjuulh force-pushed renovate/all from d4fee6d648 to b4d99bb3d3 2024-08-27 02:54:04 +02:00 Compare
kjuulh force-pushed renovate/all from b4d99bb3d3 to 38cb5ec23a 2024-08-27 03:31:26 +02:00 Compare
kjuulh force-pushed renovate/all from 38cb5ec23a to eaa1572db4 2024-08-27 04:05:57 +02:00 Compare
kjuulh force-pushed renovate/all from eaa1572db4 to 2ab96da839 2024-08-27 04:41:12 +02:00 Compare
kjuulh force-pushed renovate/all from 2ab96da839 to 6f8e5f13af 2024-08-27 05:17:00 +02:00 Compare
kjuulh force-pushed renovate/all from 6f8e5f13af to 9bb658744d 2024-08-27 05:53:18 +02:00 Compare
kjuulh force-pushed renovate/all from 9bb658744d to 2bf198e082 2024-08-27 06:17:40 +02:00 Compare
kjuulh force-pushed renovate/all from 2bf198e082 to e654b4b6d8 2024-08-27 07:02:43 +02:00 Compare
kjuulh force-pushed renovate/all from e654b4b6d8 to 152a5a2d09 2024-08-27 07:38:32 +02:00 Compare
kjuulh force-pushed renovate/all from 152a5a2d09 to 1789917e7b 2024-08-27 08:14:43 +02:00 Compare
kjuulh force-pushed renovate/all from 1789917e7b to a1481fa6de 2024-08-27 08:49:59 +02:00 Compare
kjuulh force-pushed renovate/all from a1481fa6de to efe5e4a8e0 2024-08-27 09:25:54 +02:00 Compare
kjuulh force-pushed renovate/all from efe5e4a8e0 to 027208f73c 2024-08-27 10:01:08 +02:00 Compare
kjuulh force-pushed renovate/all from 027208f73c to 8305e77244 2024-08-27 10:36:26 +02:00 Compare
kjuulh force-pushed renovate/all from 8305e77244 to 1930bd6408 2024-08-27 11:11:53 +02:00 Compare
kjuulh force-pushed renovate/all from 1930bd6408 to 5c46db0517 2024-08-27 11:48:29 +02:00 Compare
kjuulh force-pushed renovate/all from 5c46db0517 to b02e871083 2024-08-27 12:17:53 +02:00 Compare
kjuulh force-pushed renovate/all from b02e871083 to 7e1648ac3a 2024-08-27 13:03:35 +02:00 Compare
kjuulh force-pushed renovate/all from 7e1648ac3a to 38cde52ae3 2024-08-27 13:39:18 +02:00 Compare
kjuulh force-pushed renovate/all from 38cde52ae3 to 5120fdd733 2024-08-27 14:16:18 +02:00 Compare
kjuulh force-pushed renovate/all from 5120fdd733 to bef565ade3 2024-08-27 14:52:06 +02:00 Compare
kjuulh force-pushed renovate/all from bef565ade3 to 81b7dc7c97 2024-08-27 15:28:08 +02:00 Compare
kjuulh force-pushed renovate/all from 81b7dc7c97 to 90a3d54d35 2024-08-27 16:03:39 +02:00 Compare
kjuulh force-pushed renovate/all from 90a3d54d35 to a4fe42bae2 2024-08-27 16:39:43 +02:00 Compare
kjuulh force-pushed renovate/all from a4fe42bae2 to 06941b3cdf 2024-08-27 17:15:24 +02:00 Compare
kjuulh force-pushed renovate/all from 06941b3cdf to 34d2bac7bd 2024-08-27 17:52:49 +02:00 Compare
kjuulh force-pushed renovate/all from 34d2bac7bd to cb0df9493b 2024-08-27 18:17:52 +02:00 Compare
kjuulh force-pushed renovate/all from cb0df9493b to fcc25d36ca 2024-08-27 19:04:39 +02:00 Compare
kjuulh force-pushed renovate/all from fcc25d36ca to 44b1f2b29f 2024-08-27 19:41:04 +02:00 Compare
kjuulh force-pushed renovate/all from 44b1f2b29f to 37be9398df 2024-08-27 20:18:22 +02:00 Compare
kjuulh force-pushed renovate/all from 37be9398df to e650e79e87 2024-08-27 20:54:14 +02:00 Compare
kjuulh force-pushed renovate/all from e650e79e87 to 0c052cc574 2024-08-27 21:30:54 +02:00 Compare
kjuulh force-pushed renovate/all from 0c052cc574 to 0744bb2df5 2024-08-27 22:06:56 +02:00 Compare
kjuulh force-pushed renovate/all from 0744bb2df5 to b48967917b 2024-08-27 22:43:16 +02:00 Compare
kjuulh force-pushed renovate/all from b48967917b to cf67c26f12 2024-08-27 23:20:11 +02:00 Compare
kjuulh force-pushed renovate/all from cf67c26f12 to b24ed97445 2024-08-27 23:56:28 +02:00 Compare
kjuulh force-pushed renovate/all from b24ed97445 to 87dbf91a63 2024-08-28 00:18:23 +02:00 Compare
kjuulh force-pushed renovate/all from 87dbf91a63 to 1fa3d77574 2024-08-28 01:06:06 +02:00 Compare
kjuulh force-pushed renovate/all from 1fa3d77574 to 242697b86b 2024-08-28 01:42:38 +02:00 Compare
kjuulh force-pushed renovate/all from 242697b86b to 1c840ac5eb 2024-08-28 02:19:43 +02:00 Compare
kjuulh force-pushed renovate/all from 1c840ac5eb to 2802faeeef 2024-08-28 02:58:48 +02:00 Compare
kjuulh force-pushed renovate/all from 2802faeeef to 932f4859a3 2024-08-28 03:37:30 +02:00 Compare
kjuulh force-pushed renovate/all from 932f4859a3 to ffb52f8323 2024-08-28 04:12:32 +02:00 Compare
kjuulh force-pushed renovate/all from ffb52f8323 to 1dba47638d 2024-08-28 04:48:34 +02:00 Compare
kjuulh force-pushed renovate/all from 1dba47638d to e437c87380 2024-08-28 05:25:12 +02:00 Compare
kjuulh force-pushed renovate/all from e437c87380 to 2c8f8f1237 2024-08-28 06:17:44 +02:00 Compare
kjuulh force-pushed renovate/all from 2c8f8f1237 to fc75822f87 2024-08-28 07:03:34 +02:00 Compare
kjuulh force-pushed renovate/all from fc75822f87 to 2c520408d7 2024-08-28 07:40:11 +02:00 Compare
kjuulh force-pushed renovate/all from 2c520408d7 to 0b5412e894 2024-08-28 08:17:08 +02:00 Compare
kjuulh force-pushed renovate/all from 0b5412e894 to e4de9668d7 2024-08-28 08:53:43 +02:00 Compare
kjuulh force-pushed renovate/all from e4de9668d7 to 1308ffcd3c 2024-08-28 09:31:14 +02:00 Compare
kjuulh force-pushed renovate/all from 1308ffcd3c to 6f8cae262c 2024-08-28 10:08:04 +02:00 Compare
kjuulh force-pushed renovate/all from 6f8cae262c to 3d48bd2dd4 2024-08-28 10:44:16 +02:00 Compare
kjuulh force-pushed renovate/all from 3d48bd2dd4 to 9fb2a91836 2024-08-28 11:20:41 +02:00 Compare
kjuulh force-pushed renovate/all from 9fb2a91836 to dabcc721cf 2024-08-28 11:57:01 +02:00 Compare
kjuulh force-pushed renovate/all from dabcc721cf to 8bbcea6b11 2024-08-28 12:17:44 +02:00 Compare
kjuulh force-pushed renovate/all from 8bbcea6b11 to db390dfce5 2024-08-28 13:03:51 +02:00 Compare
kjuulh force-pushed renovate/all from db390dfce5 to c8977c8ac0 2024-08-28 13:40:30 +02:00 Compare
kjuulh force-pushed renovate/all from c8977c8ac0 to 5549b4ec0a 2024-08-28 14:17:14 +02:00 Compare
kjuulh force-pushed renovate/all from 5549b4ec0a to 646aca84ba 2024-08-28 14:52:54 +02:00 Compare
kjuulh force-pushed renovate/all from 646aca84ba to 9e2d325d49 2024-08-28 15:28:59 +02:00 Compare
kjuulh force-pushed renovate/all from 9e2d325d49 to 468f5a3bff 2024-08-28 16:05:39 +02:00 Compare
kjuulh force-pushed renovate/all from 468f5a3bff to e325c9502a 2024-08-28 16:42:20 +02:00 Compare
kjuulh force-pushed renovate/all from e325c9502a to b409d2f0be 2024-08-28 17:19:35 +02:00 Compare
kjuulh force-pushed renovate/all from b409d2f0be to 530d1e8f63 2024-08-28 17:56:12 +02:00 Compare
kjuulh force-pushed renovate/all from 530d1e8f63 to afcbaee6a4 2024-08-28 18:17:41 +02:00 Compare
kjuulh force-pushed renovate/all from afcbaee6a4 to 54cef22a64 2024-08-28 19:04:19 +02:00 Compare
kjuulh force-pushed renovate/all from 54cef22a64 to 7042707ba4 2024-08-28 19:42:52 +02:00 Compare
kjuulh force-pushed renovate/all from 7042707ba4 to fde3ba2d3a 2024-08-28 20:23:40 +02:00 Compare
kjuulh force-pushed renovate/all from fde3ba2d3a to 2b3f2ba808 2024-08-28 21:03:26 +02:00 Compare
kjuulh force-pushed renovate/all from 2b3f2ba808 to 404ff60d2d 2024-08-28 21:43:18 +02:00 Compare
kjuulh force-pushed renovate/all from 404ff60d2d to ddc299f79c 2024-08-28 22:24:28 +02:00 Compare
kjuulh force-pushed renovate/all from ddc299f79c to e32ab942f0 2024-08-28 23:05:24 +02:00 Compare
kjuulh force-pushed renovate/all from e32ab942f0 to 8d50ce1204 2024-08-28 23:47:07 +02:00 Compare
kjuulh force-pushed renovate/all from 8d50ce1204 to 8325900a41 2024-08-29 00:19:55 +02:00 Compare
kjuulh force-pushed renovate/all from 8325900a41 to 8e17fa22b6 2024-08-29 01:11:38 +02:00 Compare
kjuulh force-pushed renovate/all from 8e17fa22b6 to 256254fdf6 2024-08-29 01:50:46 +02:00 Compare
kjuulh force-pushed renovate/all from 256254fdf6 to 07a909e691 2024-08-29 02:28:30 +02:00 Compare
kjuulh force-pushed renovate/all from 07a909e691 to 6aa2808659 2024-08-29 03:05:58 +02:00 Compare
kjuulh force-pushed renovate/all from 6aa2808659 to 1cf61d3e2d 2024-08-29 03:42:25 +02:00 Compare
kjuulh force-pushed renovate/all from 1cf61d3e2d to df78a9b187 2024-08-29 04:18:36 +02:00 Compare
kjuulh force-pushed renovate/all from df78a9b187 to 6405b65679 2024-08-29 04:54:45 +02:00 Compare
kjuulh force-pushed renovate/all from 6405b65679 to d81e7b93d4 2024-08-29 05:32:26 +02:00 Compare
kjuulh force-pushed renovate/all from d81e7b93d4 to 751d311723 2024-08-29 06:18:17 +02:00 Compare
kjuulh force-pushed renovate/all from 751d311723 to 3449b147d3 2024-08-29 07:05:07 +02:00 Compare
kjuulh force-pushed renovate/all from 3449b147d3 to 3b94a386ee 2024-08-29 07:43:12 +02:00 Compare
kjuulh force-pushed renovate/all from 3b94a386ee to 7fbe64ca1d 2024-08-29 08:21:17 +02:00 Compare
kjuulh force-pushed renovate/all from 7fbe64ca1d to 2a39021f1c 2024-08-29 08:58:04 +02:00 Compare
kjuulh force-pushed renovate/all from 2a39021f1c to 376bb85833 2024-08-29 09:35:24 +02:00 Compare
kjuulh force-pushed renovate/all from 376bb85833 to 05614610fd 2024-08-29 10:11:36 +02:00 Compare
kjuulh force-pushed renovate/all from 05614610fd to 0ce18112ac 2024-08-29 10:48:40 +02:00 Compare
kjuulh force-pushed renovate/all from 0ce18112ac to 7e69bfc35b 2024-08-29 11:25:35 +02:00 Compare
kjuulh force-pushed renovate/all from 7e69bfc35b to 591db173ff 2024-08-29 12:18:03 +02:00 Compare
kjuulh force-pushed renovate/all from 591db173ff to ed6f60a2a0 2024-08-29 13:04:36 +02:00 Compare
kjuulh force-pushed renovate/all from ed6f60a2a0 to 4cba3ca62b 2024-08-29 13:41:20 +02:00 Compare
kjuulh force-pushed renovate/all from 4cba3ca62b to e5fca37e1e 2024-08-29 14:18:20 +02:00 Compare
kjuulh force-pushed renovate/all from e5fca37e1e to acc79408de 2024-08-29 14:54:19 +02:00 Compare
kjuulh force-pushed renovate/all from acc79408de to 4447825bc8 2024-08-29 15:31:14 +02:00 Compare
kjuulh force-pushed renovate/all from 4447825bc8 to 4ede41950e 2024-08-29 16:09:11 +02:00 Compare
kjuulh force-pushed renovate/all from 4ede41950e to 8021060259 2024-08-29 16:46:30 +02:00 Compare
kjuulh force-pushed renovate/all from 8021060259 to b120db7a34 2024-08-29 17:24:53 +02:00 Compare
kjuulh force-pushed renovate/all from b120db7a34 to 960c8b1999 2024-08-29 18:18:14 +02:00 Compare
kjuulh force-pushed renovate/all from 960c8b1999 to be24435b70 2024-08-29 19:04:39 +02:00 Compare
kjuulh force-pushed renovate/all from be24435b70 to 86020810de 2024-08-29 19:41:43 +02:00 Compare
kjuulh force-pushed renovate/all from 86020810de to 8f599b58be 2024-08-29 20:19:19 +02:00 Compare
kjuulh force-pushed renovate/all from 8f599b58be to daf78bc396 2024-08-29 20:55:30 +02:00 Compare
kjuulh force-pushed renovate/all from daf78bc396 to db43cd5ae5 2024-08-29 21:33:33 +02:00 Compare
kjuulh force-pushed renovate/all from db43cd5ae5 to 3f1821fe3f 2024-08-29 22:10:36 +02:00 Compare
kjuulh force-pushed renovate/all from 3f1821fe3f to 5366f35dbf 2024-08-29 22:47:34 +02:00 Compare
kjuulh force-pushed renovate/all from 5366f35dbf to af5543ca94 2024-08-29 23:26:42 +02:00 Compare
kjuulh force-pushed renovate/all from af5543ca94 to bbaa722c02 2024-08-30 00:19:56 +02:00 Compare
kjuulh force-pushed renovate/all from bbaa722c02 to 14d902eb89 2024-08-30 01:08:42 +02:00 Compare
kjuulh force-pushed renovate/all from 14d902eb89 to dc6c30e868 2024-08-30 01:46:56 +02:00 Compare
kjuulh force-pushed renovate/all from dc6c30e868 to a6f5ea80e9 2024-08-30 02:25:39 +02:00 Compare
kjuulh force-pushed renovate/all from a6f5ea80e9 to fc03d5726f 2024-08-30 03:03:52 +02:00 Compare
kjuulh force-pushed renovate/all from fc03d5726f to dffc7a6ee6 2024-08-30 03:42:28 +02:00 Compare
kjuulh force-pushed renovate/all from dffc7a6ee6 to 87e87c399c 2024-08-30 04:20:05 +02:00 Compare
kjuulh force-pushed renovate/all from 87e87c399c to 62da52b336 2024-08-30 04:59:12 +02:00 Compare
kjuulh force-pushed renovate/all from 62da52b336 to 71a81538ae 2024-08-30 05:37:28 +02:00 Compare
kjuulh force-pushed renovate/all from 71a81538ae to c265bfd484 2024-08-30 06:19:32 +02:00 Compare
kjuulh force-pushed renovate/all from c265bfd484 to ca04d14b6d 2024-08-30 07:07:59 +02:00 Compare
kjuulh force-pushed renovate/all from ca04d14b6d to b7cd93e4be 2024-08-30 07:46:21 +02:00 Compare
kjuulh force-pushed renovate/all from b7cd93e4be to 91b60b2edd 2024-08-30 08:24:02 +02:00 Compare
kjuulh force-pushed renovate/all from 91b60b2edd to 9c1ccb8e32 2024-08-30 09:01:29 +02:00 Compare
kjuulh force-pushed renovate/all from 9c1ccb8e32 to a5f7192a02 2024-08-30 09:39:37 +02:00 Compare
kjuulh force-pushed renovate/all from a5f7192a02 to f6ef9d5162 2024-08-30 10:18:08 +02:00 Compare
kjuulh force-pushed renovate/all from f6ef9d5162 to 12b137eff5 2024-08-30 11:02:30 +02:00 Compare
kjuulh force-pushed renovate/all from 12b137eff5 to 65f75fbc94 2024-08-30 11:43:12 +02:00 Compare
kjuulh force-pushed renovate/all from 65f75fbc94 to c3b6135184 2024-08-30 12:18:29 +02:00 Compare
kjuulh force-pushed renovate/all from c3b6135184 to 1bbb9c1248 2024-08-30 13:12:58 +02:00 Compare
kjuulh force-pushed renovate/all from 1bbb9c1248 to 32b5482052 2024-08-30 13:49:30 +02:00 Compare
kjuulh force-pushed renovate/all from 32b5482052 to 6aee11de57 2024-08-30 14:27:18 +02:00 Compare
kjuulh force-pushed renovate/all from 6aee11de57 to c66d2065b6 2024-08-30 15:03:30 +02:00 Compare
kjuulh force-pushed renovate/all from c66d2065b6 to ffe82f496c 2024-08-30 15:40:39 +02:00 Compare
kjuulh force-pushed renovate/all from ffe82f496c to 066db34b88 2024-08-30 16:17:07 +02:00 Compare
kjuulh force-pushed renovate/all from 066db34b88 to 48acb00b3e 2024-08-30 16:53:42 +02:00 Compare
kjuulh force-pushed renovate/all from 48acb00b3e to 3db65e78db 2024-08-30 17:29:12 +02:00 Compare
kjuulh force-pushed renovate/all from 3db65e78db to 006674ddf8 2024-08-30 18:17:22 +02:00 Compare
kjuulh force-pushed renovate/all from 006674ddf8 to 7c01532af4 2024-08-30 19:03:14 +02:00 Compare
kjuulh force-pushed renovate/all from 7c01532af4 to 95d745f796 2024-08-30 19:40:23 +02:00 Compare
kjuulh force-pushed renovate/all from 95d745f796 to 5b7dcafed9 2024-08-31 02:18:09 +02:00 Compare
kjuulh force-pushed renovate/all from 5b7dcafed9 to 29c7a94745 2024-08-31 06:17:59 +02:00 Compare
kjuulh force-pushed renovate/all from 29c7a94745 to 1e833f1839 2024-09-01 02:18:19 +02:00 Compare
kjuulh force-pushed renovate/all from 1e833f1839 to 25413fc478 2024-09-01 06:18:11 +02:00 Compare
kjuulh force-pushed renovate/all from 25413fc478 to 0c5efc98a1 2024-09-02 02:18:03 +02:00 Compare
kjuulh force-pushed renovate/all from 0c5efc98a1 to 5bea7d1775 2024-09-02 06:18:12 +02:00 Compare
kjuulh force-pushed renovate/all from 5bea7d1775 to 21334fffa9 2024-09-03 02:18:37 +02:00 Compare
kjuulh force-pushed renovate/all from 21334fffa9 to 51db7790c8 2024-09-03 06:17:42 +02:00 Compare
kjuulh force-pushed renovate/all from 51db7790c8 to 8c29229b1e 2024-09-04 02:18:38 +02:00 Compare
kjuulh force-pushed renovate/all from 8c29229b1e to 2fa213ceef 2024-09-04 06:18:12 +02:00 Compare
kjuulh force-pushed renovate/all from 2fa213ceef to ad4f0f60cd 2024-09-05 02:20:22 +02:00 Compare
kjuulh force-pushed renovate/all from ad4f0f60cd to e739fcf898 2024-09-05 06:18:45 +02:00 Compare
kjuulh force-pushed renovate/all from e739fcf898 to 442f701a42 2024-09-06 02:20:44 +02:00 Compare
kjuulh force-pushed renovate/all from 442f701a42 to 0e9a48e0b1 2024-09-06 06:18:33 +02:00 Compare
kjuulh force-pushed renovate/all from 0e9a48e0b1 to 6c60baafb8 2024-09-07 02:20:06 +02:00 Compare
kjuulh force-pushed renovate/all from 6c60baafb8 to 17a9677773 2024-09-07 06:19:12 +02:00 Compare
kjuulh force-pushed renovate/all from 17a9677773 to dc884897cb 2024-09-08 02:21:30 +02:00 Compare
kjuulh force-pushed renovate/all from dc884897cb to cfc5adaf0d 2024-09-08 06:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from cfc5adaf0d to 69d1b6bf45 2024-09-08 14:59:43 +02:00 Compare
kjuulh force-pushed renovate/all from 69d1b6bf45 to 68e96876df 2024-09-09 02:20:43 +02:00 Compare
kjuulh force-pushed renovate/all from 68e96876df to 8bce262f73 2024-09-09 06:21:20 +02:00 Compare
kjuulh force-pushed renovate/all from 8bce262f73 to beae516ba7 2024-09-10 02:22:00 +02:00 Compare
kjuulh force-pushed renovate/all from beae516ba7 to 9e61aedde5 2024-09-10 06:20:56 +02:00 Compare
kjuulh force-pushed renovate/all from 9e61aedde5 to c36cc40ead 2024-09-11 02:20:49 +02:00 Compare
kjuulh force-pushed renovate/all from c36cc40ead to 4bacca0203 2024-09-11 06:20:33 +02:00 Compare
kjuulh force-pushed renovate/all from 4bacca0203 to 69ddc66abd 2024-09-12 02:22:26 +02:00 Compare
kjuulh force-pushed renovate/all from 69ddc66abd to c2dbaa4f4f 2024-09-12 06:22:08 +02:00 Compare
kjuulh force-pushed renovate/all from c2dbaa4f4f to dae9cf889f 2024-09-13 02:20:31 +02:00 Compare
kjuulh force-pushed renovate/all from dae9cf889f to b906c68b4c 2024-09-13 06:19:23 +02:00 Compare
kjuulh force-pushed renovate/all from b906c68b4c to 1bc42fd162 2024-09-14 02:19:51 +02:00 Compare
kjuulh force-pushed renovate/all from 1bc42fd162 to ec8f8eff80 2024-09-14 06:19:38 +02:00 Compare
kjuulh force-pushed renovate/all from ec8f8eff80 to a56826dc1d 2024-09-15 02:19:53 +02:00 Compare
kjuulh force-pushed renovate/all from a56826dc1d to 482aac3848 2024-09-15 06:20:33 +02:00 Compare
kjuulh force-pushed renovate/all from 482aac3848 to a554e1c815 2024-09-16 02:20:07 +02:00 Compare
kjuulh force-pushed renovate/all from a554e1c815 to c4766d8ea0 2024-09-16 06:21:47 +02:00 Compare
kjuulh force-pushed renovate/all from c4766d8ea0 to 90e2c20c87 2024-09-17 02:22:09 +02:00 Compare
kjuulh force-pushed renovate/all from 90e2c20c87 to 21f8beb4e1 2024-09-17 06:20:09 +02:00 Compare
kjuulh force-pushed renovate/all from 21f8beb4e1 to e263df9aa4 2024-09-18 02:24:28 +02:00 Compare
kjuulh force-pushed renovate/all from e263df9aa4 to e5a7374408 2024-09-18 06:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from e5a7374408 to 75ef96c8df 2024-09-19 02:23:52 +02:00 Compare
kjuulh force-pushed renovate/all from 75ef96c8df to 7aee445de7 2024-09-19 06:21:50 +02:00 Compare
kjuulh force-pushed renovate/all from 7aee445de7 to a212f94667 2024-09-20 02:29:11 +02:00 Compare
kjuulh force-pushed renovate/all from a212f94667 to a1fe9ae9a2 2024-09-20 06:33:43 +02:00 Compare
kjuulh force-pushed renovate/all from a1fe9ae9a2 to 48f5be2bc6 2024-09-21 02:43:11 +02:00 Compare
kjuulh force-pushed renovate/all from 48f5be2bc6 to 220487db22 2024-09-21 06:21:26 +02:00 Compare
kjuulh force-pushed renovate/all from 220487db22 to 1569ad1b72 2024-09-22 02:21:28 +02:00 Compare
kjuulh force-pushed renovate/all from 1569ad1b72 to 2c215bbb46 2024-09-22 06:20:18 +02:00 Compare
kjuulh force-pushed renovate/all from 2c215bbb46 to cb2b7c7576 2024-09-23 02:27:15 +02:00 Compare
kjuulh force-pushed renovate/all from cb2b7c7576 to 4177f16d6e 2024-09-23 06:20:49 +02:00 Compare
kjuulh force-pushed renovate/all from 4177f16d6e to 501f797849 2024-09-24 02:20:43 +02:00 Compare
kjuulh force-pushed renovate/all from 501f797849 to e0afe8dadd 2024-09-24 06:21:05 +02:00 Compare
kjuulh force-pushed renovate/all from e0afe8dadd to ad180abe2a 2024-09-25 02:23:33 +02:00 Compare
kjuulh force-pushed renovate/all from ad180abe2a to 9aa91e5250 2024-09-25 06:20:59 +02:00 Compare
kjuulh force-pushed renovate/all from 9aa91e5250 to 8d6f3ffcaf 2024-09-26 02:21:08 +02:00 Compare
kjuulh force-pushed renovate/all from 8d6f3ffcaf to a9505f66e6 2024-09-26 06:20:37 +02:00 Compare
kjuulh force-pushed renovate/all from a9505f66e6 to 3db747025f 2024-09-27 02:21:46 +02:00 Compare
kjuulh force-pushed renovate/all from 3db747025f to eaefb7280f 2024-09-27 06:21:20 +02:00 Compare
kjuulh force-pushed renovate/all from eaefb7280f to b24206f042 2024-09-28 02:26:48 +02:00 Compare
kjuulh force-pushed renovate/all from b24206f042 to d89c90d8c4 2024-09-28 06:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from d89c90d8c4 to 5784c9402a 2024-09-29 02:23:25 +02:00 Compare
kjuulh force-pushed renovate/all from 5784c9402a to 2bbdbd418e 2024-09-29 06:20:55 +02:00 Compare
kjuulh force-pushed renovate/all from 2bbdbd418e to 967fa3c4cb 2024-09-30 02:21:40 +02:00 Compare
kjuulh force-pushed renovate/all from 967fa3c4cb to ba98d14cc6 2024-09-30 06:21:30 +02:00 Compare
kjuulh force-pushed renovate/all from ba98d14cc6 to dce72f8b2a 2024-10-01 02:24:30 +02:00 Compare
kjuulh force-pushed renovate/all from dce72f8b2a to 8375a40d62 2024-10-01 06:22:21 +02:00 Compare
kjuulh force-pushed renovate/all from 8375a40d62 to 3f584a8332 2024-10-02 02:23:08 +02:00 Compare
kjuulh force-pushed renovate/all from 3f584a8332 to 0e54c3a2bb 2024-10-02 06:21:11 +02:00 Compare
kjuulh force-pushed renovate/all from 0e54c3a2bb to 0d7a22b038 2024-10-03 02:24:03 +02:00 Compare
kjuulh force-pushed renovate/all from 0d7a22b038 to f6e268b472 2024-10-03 06:21:09 +02:00 Compare
kjuulh force-pushed renovate/all from f6e268b472 to 8fa5884b7f 2024-10-04 02:22:15 +02:00 Compare
kjuulh force-pushed renovate/all from 8fa5884b7f to 45d9dacf18 2024-10-04 06:19:28 +02:00 Compare
kjuulh force-pushed renovate/all from 45d9dacf18 to 576b937f22 2024-10-05 02:20:41 +02:00 Compare
kjuulh force-pushed renovate/all from 576b937f22 to 37a7588e9d 2024-10-05 06:20:04 +02:00 Compare
kjuulh force-pushed renovate/all from 37a7588e9d to 748f1ac2fa 2024-10-06 02:22:47 +02:00 Compare
kjuulh force-pushed renovate/all from 748f1ac2fa to 20f4ab3d03 2024-10-06 06:21:53 +02:00 Compare
kjuulh force-pushed renovate/all from 20f4ab3d03 to fee363485f 2024-10-07 02:20:25 +02:00 Compare
kjuulh force-pushed renovate/all from fee363485f to 5b191ba02e 2024-10-07 06:20:09 +02:00 Compare
kjuulh force-pushed renovate/all from 5b191ba02e to ea9be09843 2024-10-08 02:22:04 +02:00 Compare
kjuulh force-pushed renovate/all from ea9be09843 to 8cdee28ac8 2024-10-08 06:20:00 +02:00 Compare
kjuulh force-pushed renovate/all from 8cdee28ac8 to 4b803172f3 2024-10-09 02:22:26 +02:00 Compare
kjuulh force-pushed renovate/all from 4b803172f3 to d352d730ac 2024-10-09 06:21:30 +02:00 Compare
kjuulh force-pushed renovate/all from d352d730ac to 0ff33e5fee 2024-10-10 02:24:22 +02:00 Compare
kjuulh force-pushed renovate/all from 0ff33e5fee to 529e6cff04 2024-10-10 06:22:31 +02:00 Compare
kjuulh force-pushed renovate/all from 529e6cff04 to 353a2814df 2024-10-11 02:22:49 +02:00 Compare
kjuulh force-pushed renovate/all from 353a2814df to dacda37a4a 2024-10-11 06:22:08 +02:00 Compare
kjuulh force-pushed renovate/all from dacda37a4a to 238f3ba766 2024-10-12 02:22:27 +02:00 Compare
kjuulh force-pushed renovate/all from 238f3ba766 to 0b8c45d2c9 2024-10-12 06:22:17 +02:00 Compare
kjuulh force-pushed renovate/all from 0b8c45d2c9 to dfc8190372 2024-10-13 02:20:39 +02:00 Compare
kjuulh force-pushed renovate/all from dfc8190372 to 12c743cfa1 2024-10-13 06:20:26 +02:00 Compare
kjuulh force-pushed renovate/all from 12c743cfa1 to 60c96dc5fb 2024-10-14 02:21:23 +02:00 Compare
kjuulh force-pushed renovate/all from 60c96dc5fb to f3c5b6ecfe 2024-10-14 06:21:13 +02:00 Compare
kjuulh force-pushed renovate/all from f3c5b6ecfe to 8d6314dc05 2024-10-15 02:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from 8d6314dc05 to 7d22a22206 2024-10-15 06:21:18 +02:00 Compare
kjuulh force-pushed renovate/all from 7d22a22206 to 015dc69f8d 2024-10-16 02:21:47 +02:00 Compare
kjuulh force-pushed renovate/all from 015dc69f8d to 6468233369 2024-10-16 06:22:00 +02:00 Compare
kjuulh force-pushed renovate/all from 6468233369 to 7ff25ed427 2024-10-17 02:25:14 +02:00 Compare
kjuulh force-pushed renovate/all from 7ff25ed427 to fd5f92670f 2024-10-17 06:22:30 +02:00 Compare
kjuulh force-pushed renovate/all from fd5f92670f to a0c1f545ee 2024-10-18 02:25:20 +02:00 Compare
kjuulh force-pushed renovate/all from a0c1f545ee to 0b171d54ad 2024-10-18 06:22:22 +02:00 Compare
kjuulh force-pushed renovate/all from 0b171d54ad to 7c8245c298 2024-10-19 02:23:59 +02:00 Compare
kjuulh force-pushed renovate/all from 7c8245c298 to fa75db1636 2024-10-19 06:24:08 +02:00 Compare
kjuulh force-pushed renovate/all from fa75db1636 to 94b7a22f3d 2024-10-20 02:25:12 +02:00 Compare
kjuulh force-pushed renovate/all from 94b7a22f3d to fe0e5b1e12 2024-10-20 06:23:32 +02:00 Compare
kjuulh force-pushed renovate/all from fe0e5b1e12 to 519a99f70f 2024-10-21 02:21:52 +02:00 Compare
kjuulh force-pushed renovate/all from 519a99f70f to 333c0bc685 2024-10-21 06:21:36 +02:00 Compare
kjuulh force-pushed renovate/all from 333c0bc685 to 3cbc1400bc 2024-10-22 02:23:10 +02:00 Compare
kjuulh force-pushed renovate/all from 3cbc1400bc to 3b3c5eaeee 2024-10-22 06:22:13 +02:00 Compare
kjuulh force-pushed renovate/all from 3b3c5eaeee to 8b1d33e80a 2024-10-23 02:26:11 +02:00 Compare
kjuulh force-pushed renovate/all from 8b1d33e80a to 441d303f67 2024-10-23 06:27:19 +02:00 Compare
kjuulh force-pushed renovate/all from 441d303f67 to c7ad820799 2024-10-24 02:29:35 +02:00 Compare
kjuulh force-pushed renovate/all from c7ad820799 to 043d1bf68a 2024-10-24 06:24:05 +02:00 Compare
kjuulh force-pushed renovate/all from 043d1bf68a to 032d81861a 2024-10-25 02:24:05 +02:00 Compare
kjuulh force-pushed renovate/all from 032d81861a to 10458028ea 2024-10-25 06:23:14 +02:00 Compare
kjuulh force-pushed renovate/all from 10458028ea to e881179416 2024-10-26 02:23:48 +02:00 Compare
kjuulh force-pushed renovate/all from e881179416 to 0947915921 2024-10-26 06:22:26 +02:00 Compare
kjuulh force-pushed renovate/all from 0947915921 to 37af0d46cc 2024-10-27 02:39:46 +02:00 Compare
kjuulh force-pushed renovate/all from 37af0d46cc to 6ce8f6bb90 2024-10-27 06:22:54 +01:00 Compare
kjuulh force-pushed renovate/all from 6ce8f6bb90 to 3f60322587 2024-10-28 02:22:30 +01:00 Compare
kjuulh force-pushed renovate/all from 3f60322587 to c97e30500b 2024-10-28 06:23:39 +01:00 Compare
kjuulh force-pushed renovate/all from c97e30500b to 795919bc49 2024-10-29 02:25:51 +01:00 Compare
kjuulh force-pushed renovate/all from 795919bc49 to ef9fdefdb1 2024-10-29 06:23:25 +01:00 Compare
kjuulh force-pushed renovate/all from ef9fdefdb1 to 70e596e1c0 2024-10-30 02:24:21 +01:00 Compare
kjuulh force-pushed renovate/all from 70e596e1c0 to 6f21e47995 2024-10-30 06:23:08 +01:00 Compare
kjuulh force-pushed renovate/all from 6f21e47995 to fbb3ff21c3 2024-10-31 02:24:28 +01:00 Compare
kjuulh force-pushed renovate/all from fbb3ff21c3 to ebb2ca7a7a 2024-10-31 06:23:18 +01:00 Compare
kjuulh force-pushed renovate/all from ebb2ca7a7a to bd66b35bd3 2024-11-01 02:25:59 +01:00 Compare
kjuulh force-pushed renovate/all from bd66b35bd3 to 70f7dc6205 2024-11-01 06:23:52 +01:00 Compare
kjuulh force-pushed renovate/all from 70f7dc6205 to 79888e4fd5 2024-11-02 02:24:26 +01:00 Compare
kjuulh force-pushed renovate/all from 79888e4fd5 to e3b4bc7a59 2024-11-02 06:22:52 +01:00 Compare
kjuulh force-pushed renovate/all from e3b4bc7a59 to 8ddbc27970 2024-11-04 02:20:17 +01:00 Compare
kjuulh force-pushed renovate/all from 8ddbc27970 to 513670e3c8 2024-11-04 06:18:59 +01:00 Compare
kjuulh force-pushed renovate/all from 513670e3c8 to b15b3db84f 2024-11-05 02:21:08 +01:00 Compare
kjuulh force-pushed renovate/all from b15b3db84f to 01eb40a120 2024-11-05 06:20:31 +01:00 Compare
kjuulh force-pushed renovate/all from 01eb40a120 to 08f489e7a7 2024-11-06 02:19:20 +01:00 Compare
kjuulh force-pushed renovate/all from 08f489e7a7 to d308a265e1 2024-11-06 06:19:34 +01:00 Compare
kjuulh force-pushed renovate/all from d308a265e1 to ecbe95087d 2024-11-07 02:22:03 +01:00 Compare
kjuulh force-pushed renovate/all from ecbe95087d to a7407e2456 2024-11-07 06:20:06 +01:00 Compare
kjuulh force-pushed renovate/all from a7407e2456 to 32a5044c32 2024-11-08 02:22:05 +01:00 Compare
kjuulh force-pushed renovate/all from 32a5044c32 to 4ceb423149 2024-11-08 06:20:54 +01:00 Compare
kjuulh force-pushed renovate/all from 4ceb423149 to 8d780bcbd0 2024-11-09 02:21:51 +01:00 Compare
kjuulh force-pushed renovate/all from 8d780bcbd0 to fb3f563dd3 2024-11-09 06:20:37 +01:00 Compare
kjuulh force-pushed renovate/all from fb3f563dd3 to ebb2655142 2024-11-10 02:20:50 +01:00 Compare
kjuulh force-pushed renovate/all from ebb2655142 to ab49e97ed5 2024-11-10 06:24:49 +01:00 Compare
kjuulh force-pushed renovate/all from ab49e97ed5 to 8913be367a 2024-11-11 02:21:22 +01:00 Compare
kjuulh force-pushed renovate/all from 8913be367a to 5d39cd67b8 2024-11-11 06:20:00 +01:00 Compare
kjuulh force-pushed renovate/all from 5d39cd67b8 to e62043e732 2024-11-12 02:20:52 +01:00 Compare
kjuulh force-pushed renovate/all from e62043e732 to d6b3a55f24 2024-11-12 06:21:01 +01:00 Compare
kjuulh force-pushed renovate/all from d6b3a55f24 to 7e143c762c 2024-11-13 02:30:34 +01:00 Compare
kjuulh force-pushed renovate/all from 7e143c762c to e5225a0af3 2024-11-13 06:24:43 +01:00 Compare
kjuulh force-pushed renovate/all from e5225a0af3 to 650c857fda 2024-11-14 02:22:55 +01:00 Compare
kjuulh force-pushed renovate/all from 650c857fda to a14b81972f 2024-11-14 06:26:16 +01:00 Compare
kjuulh force-pushed renovate/all from a14b81972f to 09226fe766 2024-11-15 02:21:45 +01:00 Compare
kjuulh force-pushed renovate/all from 09226fe766 to 1a035cd068 2024-11-15 06:22:47 +01:00 Compare
kjuulh force-pushed renovate/all from 1a035cd068 to a0c59bc7c5 2024-11-16 02:24:43 +01:00 Compare
kjuulh force-pushed renovate/all from a0c59bc7c5 to cd44e256b6 2024-11-16 06:23:45 +01:00 Compare
kjuulh force-pushed renovate/all from cd44e256b6 to ed37f87b6f 2024-11-17 02:22:01 +01:00 Compare
kjuulh force-pushed renovate/all from ed37f87b6f to 8ea0a7d028 2024-11-17 06:21:57 +01:00 Compare
kjuulh force-pushed renovate/all from 8ea0a7d028 to 0b134cfafe 2024-11-18 02:20:37 +01:00 Compare
kjuulh force-pushed renovate/all from 0b134cfafe to e7c836bc51 2024-11-18 06:20:09 +01:00 Compare
kjuulh force-pushed renovate/all from e7c836bc51 to c5c8b67a8e 2024-11-19 02:20:44 +01:00 Compare
kjuulh force-pushed renovate/all from c5c8b67a8e to ff501802ef 2024-11-19 06:20:20 +01:00 Compare
kjuulh force-pushed renovate/all from ff501802ef to 717ceb0895 2024-11-20 02:22:02 +01:00 Compare
kjuulh force-pushed renovate/all from 717ceb0895 to d2f94df727 2024-11-20 06:20:38 +01:00 Compare
kjuulh force-pushed renovate/all from d2f94df727 to ec961ec1f7 2024-11-21 02:22:12 +01:00 Compare
kjuulh force-pushed renovate/all from ec961ec1f7 to 31ee5ed1fa 2024-11-21 06:19:44 +01:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/cuddle#104
No description provided.