fix(deps): update all dependencies #13

Merged
kjuulh merged 1 commits from renovate/all into main 2023-07-27 16:07:35 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.60 -> 1.0.72
clap dependencies patch 4.3.4 -> 4.3.19
libz-sys dependencies patch 1.1.9 -> 1.1.12
log dependencies patch 0.4.17 -> 0.4.19
openssl dependencies patch 0.10.54 -> 0.10.55
rlua dependencies patch 0.19.5 -> 0.19.7
serde (source) dependencies patch 1.0.143 -> 1.0.176
serde_json dependencies patch 1.0.97 -> 1.0.104
serde_yaml dependencies patch 0.9.4 -> 0.9.25
tempfile (source) dependencies minor 3.6.0 -> 3.7.0
tera (source) dependencies minor 1.17.0 -> 1.19.0
tokio (source) dependencies minor 1.28.2 -> 1.29.1
tracing (source) dependencies patch 0.1.36 -> 0.1.37
tracing-subscriber (source) dependencies patch 0.3.15 -> 0.3.17
walkdir dependencies patch 2.3.2 -> 2.3.3

Release Notes

dtolnay/anyhow

v1.0.72

Compare Source

  • Documentation improvements

v1.0.71

Compare Source

  • Documentation improvements

v1.0.70

Compare Source

  • Update syn dependency to 2.x

v1.0.69

Compare Source

  • Documentation improvements

v1.0.68

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.67

Compare Source

  • Improve the backtrace captured when context() is used on an Option (#​280)

v1.0.66

Compare Source

  • Reduce unhelpful backtrace frames in backtraces captured during a context call (#​279)

v1.0.65

Compare Source

v1.0.64

Compare Source

  • Correctly propagate Backtrace when using #[source] anyhow::Error with thiserror crate (#​231)

v1.0.63

Compare Source

v1.0.62

Compare Source

  • Fix extra rebuilding when interleaving command-line cargo invocations with IDE builds (#​261)

v1.0.61

Compare Source

  • Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#​252)
clap-rs/clap

v4.3.19

Compare Source

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

v4.3.18

Compare Source

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

v4.3.17

Compare Source

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

v4.3.16

Compare Source

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

v4.3.15

Compare Source

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

v4.3.14

Compare Source

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

v4.3.13

Compare Source

v4.3.12

Compare Source

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

v4.3.11

Compare Source

Features
  • (derive) Support fields wrapped in num::Wrapping, Box, or Arc
  • (derive) Support Box<str>, Box<OsStr>, and Box<Path>

v4.3.10

Compare Source

Performance
  • Drop a dependency, reducing binary size by 1.3 KiB

v4.3.9

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version

v4.3.8

Compare Source

Fixes
  • Error on ambiguity with infer_long_arg, rather than arbitrarily picking one, matching the documentation and subcommand's behavior

v4.3.7

Compare Source

Documentation
  • Further clarify magic behavior in derive tutorial
  • Further clarify derive API's relationship to builder within the tutorial

v4.3.6

Compare Source

Documentation
  • Suggest clio

v4.3.5

Compare Source

  • ColorChoice::possible_values is added to simplify things for builder users
Fixes
  • ColorChoice::to_possible_value no longer includes descriptions, encouraging shorter help where possible
rust-lang/libz-sys

v1.1.12: - hotfix

Compare Source

This hotfix fixes an issue that was introduced with v1.1.10 that could cause build failures on windows.

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.11...1.1.12

v1.1.11: - hotfix

Compare Source

This release includes a fix for compile errors on some platforms due to lib and lib64 folders.

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.10...1.1.11

v1.1.10

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.9...1.1.10

rust-lang/log

v0.4.19

Compare Source

v0.4.18

Compare Source

sfackler/rust-openssl

v0.10.55

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55

amethyst/rlua

v0.19.7

Compare Source

  • Cosmetic fixes to README.md

v0.19.6

Compare Source

  • Initial support for LuaJIT (thanks lazytiger)
serde-rs/serde

v1.0.176

Compare Source

  • Allow tag field of an internally tagged enum to have same name as a field inside a skipped struct variant (#​2266, thanks @​flisky)

v1.0.175

Compare Source

v1.0.174

Compare Source

  • Documentation improvements

v1.0.173

Compare Source

  • Fix missing trait implementations when using serde derive macro on a macro-generated data structure, such as via the bitflags crate (#​2516)

v1.0.172

Compare Source

  • Experiment with precompiling the serde_derive macros to reduce build time (#​2514)

v1.0.171

Compare Source

v1.0.170

Compare Source

  • Produce error message on suffixed string literals inside serde attributes (#​2242)
  • Support single identifier as unbraced default value for const generic parameter (#​2449)

v1.0.169

Compare Source

  • Add Deserializer::deserialize_identifier support for adjacently tagged enums (#​2475, thanks @​Baptistemontan)
  • Fix unused_braces lint in generated Deserialize impl that uses braced const generic expressions (#​2414)

v1.0.168

Compare Source

  • Allow serde::de::IgnoredAny to be the type for a serde(flatten) field (#​2436, thanks @​Mingun)
  • Allow larger preallocated capacity for smaller elements (#​2494)

v1.0.167

Compare Source

  • Add serialize and deserialize impls for RangeFrom and RangeTo (#​2471, thanks @​tbu-)

v1.0.166

Compare Source

  • Add no-alloc category to crates.io metadata

v1.0.165

Compare Source

  • Fix incorrect count of fields passed to tuple deserialization methods when using serde(skip_deserializing) attributes (#​2466, thanks @​Mingun)
  • Fix -Zminimal-versions build

v1.0.164

Compare Source

v1.0.163

Compare Source

  • Eliminate build script from serde_derive crate to slightly reduce build time (#​2442, thanks @​taiki-e)

v1.0.162

Compare Source

  • Support deserializing flattened adjacently tagged enums from data formats which represent fields as bytes, such as the csv crate (#​2377, thanks @​mfro)

    #[derive(Deserialize)]
    pub struct Record {
        common: u64,
        #[serde(flatten)]
        kind: Kind,
    }
    
    #[derive(Deserialize)]
    #[serde(tag = "kind", content = "parameter", rename_all = "lowercase")]
    enum Kind {
        Foo(u64),
        Bar(bool),
    }
    
    common,kind,parameter
    1,foo,42
    2,bar,true
    

v1.0.161

Compare Source

  • Improve error messages produced by serde_test on test failure (#​2435, thanks @​Mingun)

v1.0.160

Compare Source

v1.0.159

Compare Source

  • Accept empty #[serde()] attribute (#​2422)

v1.0.158

Compare Source

  • Fix "expected serde crate attribute to be a string" error when using macro_rules metavariable inside of serde attribute: #[serde(crate = $serde_path)] (#​2409)

v1.0.157

Compare Source

  • Update syn dependency to 2.x

v1.0.156

Compare Source

  • Documentation improvements

v1.0.155

Compare Source

  • Support Serialize and Deserialize impls for core::ffi::CStr and alloc::ffi::CString without "std" feature (#​2374, thanks @​safarir)

v1.0.154

Compare Source

  • Fix "undeclared lifetime" error in generated code when deriving Deserialize for an enum with both flatten and 'static fields (#​2383, thanks @​Mingun)

v1.0.153

Compare Source

  • Support serde(alias = "…") attribute used inside of flattened struct (#​2387, thanks @​bebecue)

v1.0.152

Compare Source

  • Documentation improvements

v1.0.151

Compare Source

  • Update serde::{ser,de}::StdError to re-export core::error::Error when serde is built with feature="std" off and feature="unstable" on (#​2344)

v1.0.150

Compare Source

  • Relax some trait bounds from the Serialize impl of HashMap and BTreeMap (#​2334)
  • Enable Serialize and Deserialize impls of std::sync::atomic types on more platforms (#​2337, thanks @​badboy)

v1.0.149

Compare Source

  • Relax some trait bounds from the Serialize impl of BinaryHeap, BTreeSet, and HashSet (#​2333, thanks @​jonasbb)

v1.0.148

Compare Source

  • Support remote derive for generic types that have private fields (#​2327)

v1.0.147

Compare Source

  • Add serde::de::value::EnumAccessDeserializer which transforms an EnumAccess into a Deserializer (#​2305)

v1.0.146

Compare Source

v1.0.145

Compare Source

v1.0.144

Compare Source

  • Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types (#​2263, thanks @​taiki-e)
serde-rs/json

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2
dtolnay/serde-yaml

v0.9.25

Compare Source

  • Serialize using quoted style around scalar that has digits with leading zero (#​347)

v0.9.24

Compare Source

  • Implement FromStr for serde_yaml::Number (#​381)

v0.9.23

Compare Source

  • Documentation improvements

v0.9.22

Compare Source

  • Update indexmap dependency to version 2

v0.9.21

Compare Source

  • Make Tag::new panic if given empty string, since YAML has no syntax for an empty tag

v0.9.20

Compare Source

  • Allow an empty YAML document to deserialize to None or Value::Null, in addition to the previously supported empty vector, empty map, and struct with no required fields

v0.9.19

Compare Source

  • Fix message duplication between serde_yaml::Error's Display and source() (#​359, #​360)

v0.9.18

Compare Source

  • Add support for emitting Unicode characters over codepoint U+FFFF (#​356)

v0.9.17

Compare Source

  • Improve Debug representation of some error messages

v0.9.16

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v0.9.15

Compare Source

  • Documentation improvements

v0.9.14

Compare Source

  • Implement Deserializer for TaggedValue and &TaggedValue (#​339)

v0.9.13

Compare Source

  • Recognize True, TRUE, False, FALSE as booleans, Null, NULL as null (#​330)

v0.9.12

Compare Source

  • Support deserializing tagged literal scalar into primitive (#​327)

    "foo": !!int |-
      7200  
    

v0.9.11

Compare Source

  • Serialize strings on a single line when they do not already contain a newline character, regardless of string length (#​321, #​322)

v0.9.10

Compare Source

  • Make Display for Number produce the same representation as serializing (#​316)

v0.9.9

Compare Source

v0.9.8

Compare Source

  • Fix serialization of TaggedValue when used with to_value (#​313)

v0.9.7

Compare Source

  • Allow an empty plain scalar to deserialize as an empty map or seq (#​304)

v0.9.6

Compare Source

  • Fix tag not getting serialized in certain map values (#​302)

v0.9.5

Compare Source

Stebalien/tempfile

v3.7.0

Compare Source

BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major
release) but it's still a breaking change for some users.

  • Update fastrand from 1.6 to 2.0
  • Update rustix to 0.38
  • Updates the MSRV to 1.63.
  • Provide AsFd/AsRawFd on wasi.
Keats/tera

v1.19.0

  • Revert change to glob path to not error if the path doesn't exist
  • Allow macro definition in renderable template

v1.18.1

  • Fix panic on invalid globs to Tera::new

v1.18.0

  • Add abs filter
  • Add indent filter
  • Deprecate get_json_pointer in favour of dotted_pointer, a faster alternative
  • Always canonicalize glob paths passed to Tera to workaround a globwalk bug
  • Handle apostrophes in title case filter
  • Some performance improvement

v1.17.1

Compare Source

  • Make get_random use isize instead of i32 and bad error message
  • Fix variables lookup when the evaluated key has a . or quotes
  • Fix changed output of f64 from serde_json 1.0.85
tokio-rs/tokio

v1.29.1: Tokio v1.29.1

Compare Source

Fixed
  • rt: fix nesting two block_in_place with a block_on between (#​5837)

v1.29.0: Tokio v1.29.0

Compare Source

Technically a breaking change, the Send implementation is removed from
runtime::EnterGuard. This change fixes a bug and should not impact most users.

Breaking
  • rt: EnterGuard should not be Send (#​5766)
Fixed
  • fs: reduce blocking ops in fs::read_dir (#​5653)
  • rt: fix possible starvation (#​5686, #​5712)
  • rt: fix stacked borrows issue in JoinSet (#​5693)
  • rt: panic if EnterGuard dropped incorrect order (#​5772)
  • time: do not overflow to signal value (#​5710)
  • fs: wait for in-flight ops before cloning File (#​5803)
Changed
  • rt: reduce time to poll tasks scheduled from outside the runtime (#​5705, #​5720)
Added
  • net: add uds doc alias for unix sockets (#​5659)
  • rt: add metric for number of tasks (#​5628)
  • sync: implement more traits for channel errors (#​5666)
  • net: add nodelay methods on TcpSocket (#​5672)
  • sync: add broadcast::Receiver::blocking_recv (#​5690)
  • process: add raw_arg method to Command (#​5704)
  • io: support PRIORITY epoll events (#​5566)
  • task: add JoinSet::poll_join_next (#​5721)
  • net: add support for Redox OS (#​5790)
Unstable
tokio-rs/tracing

v0.1.37: tracing 0.1.37

Compare Source

This release of tracing incorporates changes from tracing-core
v0.1.30 and tracing-attributes v0.1.23,
including the new Subscriber::on_register_dispatch method for performing late
initialization after a Subscriber is registered as a Dispatch, and bugfixes
for the #[instrument] attribute. Additionally, it fixes instances of the
bare_trait_objects lint, which is now a warning on tracing's MSRV and will
become an error in the next edition.

Fixed
  • attributes: Incorrect handling of inner attributes in #[instrument]ed
    functions (#​2307)
  • attributes: Incorrect location of compiler diagnostic spans generated for
    type errors in #[instrument]ed async fns (#​2270)
  • attributes: Updated syn dependency to fix compilation with -Z minimal-versions (#​2246)
  • bare_trait_objects warning in valueset! macro expansion (#​2308)
Added
  • core: Subscriber::on_register_dispatch method (#​2269)
  • core: WeakDispatch type and Dispatch::downgrade() function (#​2293)
Changed
  • tracing-core: updated to 0.1.30
  • tracing-attributes: updated to 0.1.23
Documented
  • Added [tracing-web][tracing-web] and [reqwest-tracing][reqwest-tracing] to related crates (#​2283,
    #​2331)

Thanks to new contributors @​compiler-errors, @​e-nomem, @​WorldSEnder, @​Xiami2012,
and @​tl-rodrigo-gryzinski, as well as @​jswrenn and @​CAD97, for contributing to
this release!

BurntSushi/walkdir

v2.3.3

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.60` -> `1.0.72` | | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.3.4` -> `4.3.19` | | [libz-sys](https://github.com/rust-lang/libz-sys) | dependencies | patch | `1.1.9` -> `1.1.12` | | [log](https://github.com/rust-lang/log) | dependencies | patch | `0.4.17` -> `0.4.19` | | [openssl](https://github.com/sfackler/rust-openssl) | dependencies | patch | `0.10.54` -> `0.10.55` | | [rlua](https://github.com/amethyst/rlua) | dependencies | patch | `0.19.5` -> `0.19.7` | | [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `1.0.143` -> `1.0.176` | | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.97` -> `1.0.104` | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | dependencies | patch | `0.9.4` -> `0.9.25` | | [tempfile](https://stebalien.com/projects/tempfile-rs/) ([source](https://github.com/Stebalien/tempfile)) | dependencies | minor | `3.6.0` -> `3.7.0` | | [tera](https://tera.netlify.com/) ([source](https://github.com/Keats/tera)) | dependencies | minor | `1.17.0` -> `1.19.0` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | minor | `1.28.2` -> `1.29.1` | | [tracing](https://tokio.rs) ([source](https://github.com/tokio-rs/tracing)) | dependencies | patch | `0.1.36` -> `0.1.37` | | [tracing-subscriber](https://tokio.rs) ([source](https://github.com/tokio-rs/tracing)) | dependencies | patch | `0.3.15` -> `0.3.17` | | [walkdir](https://github.com/BurntSushi/walkdir) | dependencies | patch | `2.3.2` -> `2.3.3` | --- ### Release Notes <details> <summary>dtolnay/anyhow</summary> ### [`v1.0.72`](https://github.com/dtolnay/anyhow/releases/tag/1.0.72) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.72) - Documentation improvements ### [`v1.0.71`](https://github.com/dtolnay/anyhow/releases/tag/1.0.71) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71) - Documentation improvements ### [`v1.0.70`](https://github.com/dtolnay/anyhow/releases/tag/1.0.70) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.69...1.0.70) - Update syn dependency to 2.x ### [`v1.0.69`](https://github.com/dtolnay/anyhow/releases/tag/1.0.69) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.69) - Documentation improvements ### [`v1.0.68`](https://github.com/dtolnay/anyhow/releases/tag/1.0.68) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.67...1.0.68) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v1.0.67`](https://github.com/dtolnay/anyhow/releases/tag/1.0.67) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.66...1.0.67) - Improve the backtrace captured when `context()` is used on an `Option` ([#&#8203;280](https://github.com/dtolnay/anyhow/issues/280)) ### [`v1.0.66`](https://github.com/dtolnay/anyhow/releases/tag/1.0.66) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66) - Reduce unhelpful backtrace frames in backtraces captured during a `context` call ([#&#8203;279](https://github.com/dtolnay/anyhow/issues/279)) ### [`v1.0.65`](https://github.com/dtolnay/anyhow/releases/tag/1.0.65) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.64...1.0.65) - <code>impl <a href="https://doc.rust-lang.org/std/any/trait.Provider.html">Provider</a> for anyhow::Error</code> ### [`v1.0.64`](https://github.com/dtolnay/anyhow/releases/tag/1.0.64) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.63...1.0.64) - Correctly propagate Backtrace when using `#[source] anyhow::Error` with [thiserror](https://github.com/dtolnay/thiserror) crate ([#&#8203;231](https://github.com/dtolnay/anyhow/issues/231)) ### [`v1.0.63`](https://github.com/dtolnay/anyhow/releases/tag/1.0.63) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.62...1.0.63) - Expose backtraces via the new "generic member access" API on the Error trait (https://github.com/rust-lang/rust/issues/99301, https://github.com/rust-lang/rust/issues/96024) ### [`v1.0.62`](https://github.com/dtolnay/anyhow/releases/tag/1.0.62) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.61...1.0.62) - Fix extra rebuilding when interleaving command-line `cargo` invocations with IDE builds ([#&#8203;261](https://github.com/dtolnay/anyhow/issues/261)) ### [`v1.0.61`](https://github.com/dtolnay/anyhow/releases/tag/1.0.61) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.60...1.0.61) - Work around rust-analyzer builds poisoning all subsequent command-line cargo builds ([#&#8203;252](https://github.com/dtolnay/anyhow/issues/252)) </details> <details> <summary>clap-rs/clap</summary> ### [`v4.3.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4319---2023-07-21) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.18...v4.3.19) ##### Fixes - *(parse)* Respect `value_terminator` even in the presence of later multiple-value positional arguments ### [`v4.3.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4318---2023-07-21) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.17...v4.3.18) ##### Fixes - *(parse)* Suggest `--` in fewer places where it won't work ### [`v4.3.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4317---2023-07-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.16...v4.3.17) ##### Fixes - *(help)* Address a regression in wrapping `PossibleValue` descriptions in `--help` ### [`v4.3.16`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4316---2023-07-18) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.15...v4.3.16) ##### Fixes - Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists) ### [`v4.3.15`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4315---2023-07-18) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.14...v4.3.15) ##### Features - *(unstable-styles)* Re-export `anstyle` ##### Documentation - *(unstable-styles)* Provide more examples ### [`v4.3.14`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4314---2023-07-17) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.13...v4.3.14) ##### Features - `ArgAction::HelpShort` and `ArgAction::HelpLong` for explicitly specifying which style of help to display ##### Fixes - Skip `[OPTIONS]` in usage if a help or version `ArgAction` is used ### [`v4.3.13`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4313---2023-07-17) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.12...v4.3.13) ### [`v4.3.12`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4312---2023-07-14) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.11...v4.3.12) ##### Fixes - *(derive)* Don't error on enum variant field attributes ### [`v4.3.11`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4311---2023-07-05) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.10...v4.3.11) ##### Features - *(derive)* Support fields wrapped in `num::Wrapping`, `Box`, or `Arc` - *(derive)* Support `Box<str>`, `Box<OsStr>`, and `Box<Path>` ### [`v4.3.10`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4310---2023-06-30) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.9...v4.3.10) ##### Performance - Drop a dependency, reducing binary size by 1.3 KiB ### [`v4.3.9`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;439---2023-06-28) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.8...v4.3.9) ##### Fixes - `Command::ignore_errors` no longer masks help/version ### [`v4.3.8`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;438---2023-06-23) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.7...v4.3.8) ##### Fixes - Error on ambiguity with `infer_long_arg`, rather than arbitrarily picking one, matching the documentation and subcommand's behavior ### [`v4.3.7`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;437---2023-06-23) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.6...v4.3.7) ##### Documentation - Further clarify magic behavior in derive tutorial - Further clarify derive API's relationship to builder within the tutorial ### [`v4.3.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;436---2023-06-23) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.5...v4.3.6) ##### Documentation - Suggest `clio` ### [`v4.3.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;435---2023-06-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.3.4...v4.3.5) - `ColorChoice::possible_values` is added to simplify things for builder users ##### Fixes - `ColorChoice::to_possible_value` no longer includes descriptions, encouraging shorter help where possible </details> <details> <summary>rust-lang/libz-sys</summary> ### [`v1.1.12`](https://github.com/rust-lang/libz-sys/releases/tag/1.1.12): - hotfix [Compare Source](https://github.com/rust-lang/libz-sys/compare/1.1.11...1.1.12) This hotfix fixes [an issue](https://github.com/rust-lang/libz-sys/issues/143) that was introduced with `v1.1.10` that could cause build failures on windows. **Full Changelog**: https://github.com/rust-lang/libz-sys/compare/1.1.11...1.1.12 ### [`v1.1.11`](https://github.com/rust-lang/libz-sys/releases/tag/1.1.11): - hotfix [Compare Source](https://github.com/rust-lang/libz-sys/compare/1.1.10...1.1.11) This release includes [a fix](https://github.com/rust-lang/libz-sys/pull/141#issuecomment-1649919985) for compile errors on some platforms due to `lib` and `lib64` folders. **Full Changelog**: https://github.com/rust-lang/libz-sys/compare/1.1.10...1.1.11 ### [`v1.1.10`](https://github.com/rust-lang/libz-sys/releases/tag/1.1.10) [Compare Source](https://github.com/rust-lang/libz-sys/compare/1.1.9...1.1.10) #### What's Changed - Add Sebastian Thiel ([@&#8203;Byron](https://github.com/Byron)) as a co-maintainer by [@&#8203;joshtriplett](https://github.com/joshtriplett) in https://github.com/rust-lang/libz-sys/pull/120 - Document an MSRV policy: the same policy as the `flate2` crate by [@&#8203;joshtriplett](https://github.com/joshtriplett) in https://github.com/rust-lang/libz-sys/pull/121 - Fix `zlib_installed` not using the correct flags by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/rust-lang/libz-sys/pull/131 - Bump actions/checkout from 3.5.2 to 3.5.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/rust-lang/libz-sys/pull/134 - `cargo-zng` now works on MacOS by [@&#8203;Byron](https://github.com/Byron) in https://github.com/rust-lang/libz-sys/pull/138 - Update zlib-ng to 2.1.3 by [@&#8203;JakubOnderka](https://github.com/JakubOnderka) in https://github.com/rust-lang/libz-sys/pull/133 - Allow using vcpkg for all Windows targets, and use find_package by [@&#8203;micolous](https://github.com/micolous) in https://github.com/rust-lang/libz-sys/pull/136 - *Amendment by the author [@&#8203;micolous](https://github.com/micolous)*: this won't actually build for non-MSVC targets until https://github.com/mcgoo/vcpkg-rs/pull/52 is merged, and there's a new release of `vcpkg-rs` with it. - Run pkg-config on MSVC by [@&#8203;ferjm](https://github.com/ferjm) in https://github.com/rust-lang/libz-sys/pull/39 - create new patch update to get latest zlib-ng and other fixes released by [@&#8203;Byron](https://github.com/Byron) in https://github.com/rust-lang/libz-sys/pull/140 #### New Contributors - [@&#8203;BlackDex](https://github.com/BlackDex) made their first contribution in https://github.com/rust-lang/libz-sys/pull/131 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/rust-lang/libz-sys/pull/134 - [@&#8203;Byron](https://github.com/Byron) made their first contribution in https://github.com/rust-lang/libz-sys/pull/138 - [@&#8203;micolous](https://github.com/micolous) made their first contribution in https://github.com/rust-lang/libz-sys/pull/136 - [@&#8203;ferjm](https://github.com/ferjm) made their first contribution in https://github.com/rust-lang/libz-sys/pull/39 **Full Changelog**: https://github.com/rust-lang/libz-sys/compare/1.1.9...1.1.10 </details> <details> <summary>rust-lang/log</summary> ### [`v0.4.19`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#&#8203;0419---2023-06-10) [Compare Source](https://github.com/rust-lang/log/compare/0.4.18...0.4.19) - Use target_has_atomic instead of the old atomic_cas cfg by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/rust-lang/log/pull/555 - Put MSRV into Cargo.toml by [@&#8203;est31](https://github.com/est31) in https://github.com/rust-lang/log/pull/557 ### [`v0.4.18`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#&#8203;0418---2023-05-28) [Compare Source](https://github.com/rust-lang/log/compare/0.4.17...0.4.18) - fix markdown links (again) by [@&#8203;hellow554](https://github.com/hellow554) in https://github.com/rust-lang/log/pull/513 - add cargo doc to workflow by [@&#8203;hellow554](https://github.com/hellow554) in https://github.com/rust-lang/log/pull/515 - Apply Clippy lints by [@&#8203;hellow554](https://github.com/hellow554) in https://github.com/rust-lang/log/pull/516 - Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by [@&#8203;glandium](https://github.com/glandium) in https://github.com/rust-lang/log/pull/519 - fix up windows targets by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/rust-lang/log/pull/528 - typo fix by [@&#8203;jiangying000](https://github.com/jiangying000) in https://github.com/rust-lang/log/pull/529 - Remove dependency on cfg_if by [@&#8203;EriKWDev](https://github.com/EriKWDev) in https://github.com/rust-lang/log/pull/536 - GitHub Workflows security hardening by [@&#8203;sashashura](https://github.com/sashashura) in https://github.com/rust-lang/log/pull/538 - Fix build status badge by [@&#8203;atouchet](https://github.com/atouchet) in https://github.com/rust-lang/log/pull/539 - Add call_logger to the documentation by [@&#8203;a1ecbr0wn](https://github.com/a1ecbr0wn) in https://github.com/rust-lang/log/pull/547 - Use stable internals for key-value API by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/rust-lang/log/pull/550 - Change wording of list of implementations by [@&#8203;Thomasdezeeuw](https://github.com/Thomasdezeeuw) in https://github.com/rust-lang/log/pull/553 - Add std-logger to list of implementations by [@&#8203;Thomasdezeeuw](https://github.com/Thomasdezeeuw) in https://github.com/rust-lang/log/pull/554 - Add `set_max_level_racy` and gate `set_max_level` by [@&#8203;djkoloski](https://github.com/djkoloski) in https://github.com/rust-lang/log/pull/544 - \[doc] src/lib.rs : prefix an unused variable with an underscore by [@&#8203;OccupyMars2025](https://github.com/OccupyMars2025) in https://github.com/rust-lang/log/pull/561 - \[doc] src/macros.rs : correct grammar errors of an example in lib documentation by [@&#8203;OccupyMars2025](https://github.com/OccupyMars2025) in https://github.com/rust-lang/log/pull/562 </details> <details> <summary>sfackler/rust-openssl</summary> ### [`v0.10.55`](https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.55) [Compare Source](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55) #### What's Changed - Fix warnings from BoringSSL on Rust 1.70 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/1948 - Honor OPENSSL_NO_OCB if OpenSSL was built this way by [@&#8203;davidben](https://github.com/davidben) in https://github.com/sfackler/rust-openssl/pull/1952 - Fix some deprecated patterns when using BoringSSL by [@&#8203;davidben](https://github.com/davidben) in https://github.com/sfackler/rust-openssl/pull/1945 - add get_asn1\_flag to EcGroupRef by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/1947 - Fixed type mutability on asn1\_flag by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/1954 - allow affine_coordinates on boring and libre by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/1955 - add support for EVP_PKEY_derive_set_peer_ex in OpenSSL 3 by [@&#8203;reaperhulk](https://github.com/reaperhulk) in https://github.com/sfackler/rust-openssl/pull/1956 - Use type-safe wrappers instead of EVP_PKEY_assign by [@&#8203;davidben](https://github.com/davidben) in https://github.com/sfackler/rust-openssl/pull/1959 - add Nid::SM2 and pkey Id::SM2 by [@&#8203;zh-jq](https://github.com/zh-jq) in https://github.com/sfackler/rust-openssl/pull/1962 - Fix handling of empty host strings by [@&#8203;sfackler](https://github.com/sfackler) in https://github.com/sfackler/rust-openssl/pull/1968 - Remove old codes that belows supported Rust version. by [@&#8203;tesuji](https://github.com/tesuji) in https://github.com/sfackler/rust-openssl/pull/1966 - Release openssl v0.10.55 and openssl-sys v0.9.89 by [@&#8203;alex](https://github.com/alex) in https://github.com/sfackler/rust-openssl/pull/1970 #### New Contributors - [@&#8203;davidben](https://github.com/davidben) made their first contribution in https://github.com/sfackler/rust-openssl/pull/1952 - [@&#8203;tesuji](https://github.com/tesuji) made their first contribution in https://github.com/sfackler/rust-openssl/pull/1966 **Full Changelog**: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55 </details> <details> <summary>amethyst/rlua</summary> ### [`v0.19.7`](https://github.com/amethyst/rlua/blob/HEAD/CHANGELOG.md#&#8203;0197) [Compare Source](https://github.com/amethyst/rlua/compare/v0.19.6...v0.19.7) - Cosmetic fixes to README.md ### [`v0.19.6`](https://github.com/amethyst/rlua/blob/HEAD/CHANGELOG.md#&#8203;0196) [Compare Source](https://github.com/amethyst/rlua/compare/v0.19.5...v0.19.6) - Initial support for LuaJIT (thanks lazytiger) </details> <details> <summary>serde-rs/serde</summary> ### [`v1.0.176`](https://github.com/serde-rs/serde/releases/tag/v1.0.176) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.175...v1.0.176) - Allow tag field of an internally tagged enum to have same name as a field inside a skipped struct variant ([#&#8203;2266](https://github.com/serde-rs/serde/issues/2266), thanks [@&#8203;flisky](https://github.com/flisky)) ### [`v1.0.175`](https://github.com/serde-rs/serde/releases/tag/v1.0.175) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.174...v1.0.175) - Restore missing LICENSE files in serde_derive crate ([#&#8203;2527](https://github.com/serde-rs/serde/issues/2527), thanks [@&#8203;ankane](https://github.com/ankane)) ### [`v1.0.174`](https://github.com/serde-rs/serde/releases/tag/v1.0.174) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.173...v1.0.174) - Documentation improvements ### [`v1.0.173`](https://github.com/serde-rs/serde/releases/tag/v1.0.173) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.172...v1.0.173) - Fix missing trait implementations when using serde derive macro on a macro-generated data structure, such as via the `bitflags` crate ([#&#8203;2516](https://github.com/serde-rs/serde/issues/2516)) ### [`v1.0.172`](https://github.com/serde-rs/serde/releases/tag/v1.0.172) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.171...v1.0.172) - Experiment with precompiling the serde_derive macros to reduce build time ([#&#8203;2514](https://github.com/serde-rs/serde/issues/2514)) ### [`v1.0.171`](https://github.com/serde-rs/serde/releases/tag/v1.0.171) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.170...v1.0.171) - Support `derive(Deserialize)` on unit structs that have const generics ([#&#8203;2500](https://github.com/serde-rs/serde/issues/2500), thanks [@&#8203;Baptistemontan](https://github.com/Baptistemontan)) ### [`v1.0.170`](https://github.com/serde-rs/serde/releases/tag/v1.0.170) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.169...v1.0.170) - Produce error message on suffixed string literals inside serde attributes ([#&#8203;2242](https://github.com/serde-rs/serde/issues/2242)) - Support single identifier as unbraced default value for const generic parameter ([#&#8203;2449](https://github.com/serde-rs/serde/issues/2449)) ### [`v1.0.169`](https://github.com/serde-rs/serde/releases/tag/v1.0.169) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.168...v1.0.169) - Add Deserializer::deserialize_identifier support for adjacently tagged enums ([#&#8203;2475](https://github.com/serde-rs/serde/issues/2475), thanks [@&#8203;Baptistemontan](https://github.com/Baptistemontan)) - Fix unused_braces lint in generated Deserialize impl that uses braced const generic expressions ([#&#8203;2414](https://github.com/serde-rs/serde/issues/2414)) ### [`v1.0.168`](https://github.com/serde-rs/serde/releases/tag/v1.0.168) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.167...v1.0.168) - Allow `serde::de::IgnoredAny` to be the type for a `serde(flatten)` field ([#&#8203;2436](https://github.com/serde-rs/serde/issues/2436), thanks [@&#8203;Mingun](https://github.com/Mingun)) - Allow larger preallocated capacity for smaller elements ([#&#8203;2494](https://github.com/serde-rs/serde/issues/2494)) ### [`v1.0.167`](https://github.com/serde-rs/serde/releases/tag/v1.0.167) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.166...v1.0.167) - Add serialize and deserialize impls for `RangeFrom` and `RangeTo` ([#&#8203;2471](https://github.com/serde-rs/serde/issues/2471), thanks [@&#8203;tbu-](https://github.com/tbu-)) ### [`v1.0.166`](https://github.com/serde-rs/serde/releases/tag/v1.0.166) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.165...v1.0.166) - Add `no-alloc` category to crates.io metadata ### [`v1.0.165`](https://github.com/serde-rs/serde/releases/tag/v1.0.165) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.164...v1.0.165) - Fix incorrect count of fields passed to tuple deserialization methods when using `serde(skip_deserializing)` attributes ([#&#8203;2466](https://github.com/serde-rs/serde/issues/2466), thanks [@&#8203;Mingun](https://github.com/Mingun)) - Fix `-Zminimal-versions` build ### [`v1.0.164`](https://github.com/serde-rs/serde/releases/tag/v1.0.164) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) - Allowed enum variants to be individually marked as untagged ([#&#8203;2403](https://github.com/serde-rs/serde/issues/2403), thanks [@&#8203;dewert99](https://github.com/dewert99)) ### [`v1.0.163`](https://github.com/serde-rs/serde/releases/tag/v1.0.163) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.162...v1.0.163) - Eliminate build script from serde_derive crate to slightly reduce build time ([#&#8203;2442](https://github.com/serde-rs/serde/issues/2442), thanks [@&#8203;taiki-e](https://github.com/taiki-e)) ### [`v1.0.162`](https://github.com/serde-rs/serde/releases/tag/v1.0.162) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.161...v1.0.162) - Support deserializing flattened adjacently tagged enums from data formats which represent fields as bytes, such as the `csv` crate ([#&#8203;2377](https://github.com/serde-rs/serde/issues/2377), thanks [@&#8203;mfro](https://github.com/mfro)) ```rust #[derive(Deserialize)] pub struct Record { common: u64, #[serde(flatten)] kind: Kind, } #[derive(Deserialize)] #[serde(tag = "kind", content = "parameter", rename_all = "lowercase")] enum Kind { Foo(u64), Bar(bool), } ``` ```csv common,kind,parameter 1,foo,42 2,bar,true ``` ### [`v1.0.161`](https://github.com/serde-rs/serde/releases/tag/v1.0.161) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.160...v1.0.161) - Improve error messages produced by serde_test on test failure ([#&#8203;2435](https://github.com/serde-rs/serde/issues/2435), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.160`](https://github.com/serde-rs/serde/releases/tag/v1.0.160) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.159...v1.0.160) - Make derived serializer/deserializer internals `doc(hidden)` ([#&#8203;2426](https://github.com/serde-rs/serde/issues/2426), thanks [@&#8203;compiler-errors](https://github.com/compiler-errors)) ### [`v1.0.159`](https://github.com/serde-rs/serde/releases/tag/v1.0.159) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.158...v1.0.159) - Accept empty #\[serde()] attribute ([#&#8203;2422](https://github.com/serde-rs/serde/issues/2422)) ### [`v1.0.158`](https://github.com/serde-rs/serde/releases/tag/v1.0.158) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.157...v1.0.158) - Fix *"expected serde crate attribute to be a string"* error when using macro_rules metavariable inside of serde attribute: `#[serde(crate = $serde_path)]` ([#&#8203;2409](https://github.com/serde-rs/serde/issues/2409)) ### [`v1.0.157`](https://github.com/serde-rs/serde/releases/tag/v1.0.157) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.156...v1.0.157) - Update syn dependency to 2.x ### [`v1.0.156`](https://github.com/serde-rs/serde/releases/tag/v1.0.156) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.155...v1.0.156) - Documentation improvements ### [`v1.0.155`](https://github.com/serde-rs/serde/releases/tag/v1.0.155) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.154...v1.0.155) - Support `Serialize` and `Deserialize` impls for `core::ffi::CStr` and `alloc::ffi::CString` without "std" feature ([#&#8203;2374](https://github.com/serde-rs/serde/issues/2374), thanks [@&#8203;safarir](https://github.com/safarir)) ### [`v1.0.154`](https://github.com/serde-rs/serde/releases/tag/v1.0.154) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.153...v1.0.154) - Fix "undeclared lifetime" error in generated code when deriving Deserialize for an enum with both `flatten` and `'static` fields ([#&#8203;2383](https://github.com/serde-rs/serde/issues/2383), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.153`](https://github.com/serde-rs/serde/releases/tag/v1.0.153) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.152...v1.0.153) - Support `serde(alias = "…")` attribute used inside of flattened struct ([#&#8203;2387](https://github.com/serde-rs/serde/issues/2387), thanks [@&#8203;bebecue](https://github.com/bebecue)) ### [`v1.0.152`](https://github.com/serde-rs/serde/releases/tag/v1.0.152) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.151...v1.0.152) - Documentation improvements ### [`v1.0.151`](https://github.com/serde-rs/serde/releases/tag/v1.0.151) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.150...v1.0.151) - Update `serde::`{`ser`,`de`}`::StdError` to re-export `core::error::Error` when serde is built with `feature="std"` **off** and `feature="unstable"` **on** ([#&#8203;2344](https://github.com/serde-rs/serde/issues/2344)) ### [`v1.0.150`](https://github.com/serde-rs/serde/releases/tag/v1.0.150) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.149...v1.0.150) - Relax some trait bounds from the `Serialize` impl of `HashMap` and `BTreeMap` ([#&#8203;2334](https://github.com/serde-rs/serde/issues/2334)) - Enable `Serialize` and `Deserialize` impls of `std::sync::atomic` types on more platforms ([#&#8203;2337](https://github.com/serde-rs/serde/issues/2337), thanks [@&#8203;badboy](https://github.com/badboy)) ### [`v1.0.149`](https://github.com/serde-rs/serde/releases/tag/v1.0.149) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.148...v1.0.149) - Relax some trait bounds from the `Serialize` impl of `BinaryHeap`, `BTreeSet`, and `HashSet` ([#&#8203;2333](https://github.com/serde-rs/serde/issues/2333), thanks [@&#8203;jonasbb](https://github.com/jonasbb)) ### [`v1.0.148`](https://github.com/serde-rs/serde/releases/tag/v1.0.148) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.147...v1.0.148) - Support `remote` derive for generic types that have private fields ([#&#8203;2327](https://github.com/serde-rs/serde/issues/2327)) ### [`v1.0.147`](https://github.com/serde-rs/serde/releases/tag/v1.0.147) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.146...v1.0.147) - Add `serde::de::value::EnumAccessDeserializer` which transforms an `EnumAccess` into a `Deserializer` ([#&#8203;2305](https://github.com/serde-rs/serde/issues/2305)) ### [`v1.0.146`](https://github.com/serde-rs/serde/releases/tag/v1.0.146) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.146) - Allow internally tagged newtype variant to contain unit ([#&#8203;2303](https://github.com/serde-rs/serde/issues/2303), thanks [@&#8203;tage64](https://github.com/tage64)) ### [`v1.0.145`](https://github.com/serde-rs/serde/releases/tag/v1.0.145) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145) - Allow RefCell\<T>, Mutex\<T>, and RwLock\<T> to be serialized regardless of whether T is `Sized` ([#&#8203;2282](https://github.com/serde-rs/serde/issues/2282), thanks [@&#8203;ChayimFriedman2](https://github.com/ChayimFriedman2)) ### [`v1.0.144`](https://github.com/serde-rs/serde/releases/tag/v1.0.144) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.143...v1.0.144) - Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types ([#&#8203;2263](https://github.com/serde-rs/serde/issues/2263), thanks [@&#8203;taiki-e](https://github.com/taiki-e)) </details> <details> <summary>serde-rs/json</summary> ### [`v1.0.104`](https://github.com/serde-rs/json/releases/tag/v1.0.104) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.104) - Provide IntoDeserializer impl for \&serde_json::Value ([#&#8203;1045](https://github.com/serde-rs/json/issues/1045), thanks [@&#8203;ZetaNumbers](https://github.com/ZetaNumbers)) ### [`v1.0.103`](https://github.com/serde-rs/json/releases/tag/v1.0.103) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.102...v1.0.103) - Documentation improvements ### [`v1.0.102`](https://github.com/serde-rs/json/releases/tag/v1.0.102) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.101...v1.0.102) - Add a way to customize the serialization of byte arrays ([#&#8203;1039](https://github.com/serde-rs/json/issues/1039)) ### [`v1.0.101`](https://github.com/serde-rs/json/releases/tag/v1.0.101) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.100...v1.0.101) - Allow f32 and f64 as keys in maps ([#&#8203;1027](https://github.com/serde-rs/json/issues/1027), thanks [@&#8203;overdrivenpotato](https://github.com/overdrivenpotato)) ### [`v1.0.100`](https://github.com/serde-rs/json/releases/tag/v1.0.100) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.99...v1.0.100) - Support `-Z minimal-versions` ### [`v1.0.99`](https://github.com/serde-rs/json/releases/tag/v1.0.99) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.98...v1.0.99) - Support serializing serde's **option** type in a map key ([#&#8203;1030](https://github.com/serde-rs/json/issues/1030), thanks [@&#8203;LPGhatguy](https://github.com/LPGhatguy)) ### [`v1.0.98`](https://github.com/serde-rs/json/releases/tag/v1.0.98) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.97...v1.0.98) - Update indexmap dependency used by "preserve_order" feature to version 2 </details> <details> <summary>dtolnay/serde-yaml</summary> ### [`v0.9.25`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.25) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.24...0.9.25) - Serialize using quoted style around scalar that has digits with leading zero ([#&#8203;347](https://github.com/dtolnay/serde-yaml/issues/347)) ### [`v0.9.24`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.24) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.23...0.9.24) - Implement FromStr for serde_yaml::Number ([#&#8203;381](https://github.com/dtolnay/serde-yaml/issues/381)) ### [`v0.9.23`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.23) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.22...0.9.23) - Documentation improvements ### [`v0.9.22`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.22) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22) - Update indexmap dependency to version 2 ### [`v0.9.21`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.21) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.20...0.9.21) - Make `Tag::new` panic if given empty string, since YAML has no syntax for an empty tag ### [`v0.9.20`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.20) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.19...0.9.20) - Allow an empty YAML document to deserialize to `None` or `Value::Null`, in addition to the previously supported empty vector, empty map, and struct with no required fields ### [`v0.9.19`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.19) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.18...0.9.19) - Fix message duplication between serde_yaml::Error's `Display` and `source()` ([#&#8203;359](https://github.com/dtolnay/serde-yaml/issues/359), [#&#8203;360](https://github.com/dtolnay/serde-yaml/issues/360)) ### [`v0.9.18`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.18) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.17...0.9.18) - Add support for emitting Unicode characters over codepoint U+FFFF ([#&#8203;356](https://github.com/dtolnay/serde-yaml/issues/356)) ### [`v0.9.17`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.17) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.16...0.9.17) - Improve Debug representation of some error messages ### [`v0.9.16`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.16) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.15...0.9.16) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v0.9.15`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.15) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.14...0.9.15) - Documentation improvements ### [`v0.9.14`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.14) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.13...0.9.14) - Implement `Deserializer` for `TaggedValue` and `&TaggedValue` ([#&#8203;339](https://github.com/dtolnay/serde-yaml/issues/339)) ### [`v0.9.13`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.13) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.12...0.9.13) - Recognize `True`, `TRUE`, `False`, `FALSE` as booleans, `Null`, `NULL` as null ([#&#8203;330](https://github.com/dtolnay/serde-yaml/issues/330)) ### [`v0.9.12`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.12) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.11...0.9.12) - Support deserializing tagged literal scalar into primitive ([#&#8203;327](https://github.com/dtolnay/serde-yaml/issues/327)) ```yaml "foo": !!int |- 7200 ``` ### [`v0.9.11`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.11) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.10...0.9.11) - Serialize strings on a single line when they do not already contain a newline character, regardless of string length ([#&#8203;321](https://github.com/dtolnay/serde-yaml/issues/321), [#&#8203;322](https://github.com/dtolnay/serde-yaml/issues/322)) ### [`v0.9.10`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.10) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.9...0.9.10) - Make `Display` for `Number` produce the same representation as serializing ([#&#8203;316](https://github.com/dtolnay/serde-yaml/issues/316)) ### [`v0.9.9`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.9) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.8...0.9.9) - Add [serde_yaml::with::singleton_map_recursive](https://docs.rs/serde_yaml/0.9.9/serde_yaml/with/singleton_map_recursive/index.html) ### [`v0.9.8`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.8) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.7...0.9.8) - Fix serialization of `TaggedValue` when used with `to_value` ([#&#8203;313](https://github.com/dtolnay/serde-yaml/issues/313)) ### [`v0.9.7`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.7) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.6...0.9.7) - Allow an empty plain scalar to deserialize as an empty map or seq ([#&#8203;304](https://github.com/dtolnay/serde-yaml/issues/304)) ### [`v0.9.6`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.6) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.5...0.9.6) - Fix tag not getting serialized in certain map values ([#&#8203;302](https://github.com/dtolnay/serde-yaml/issues/302)) ### [`v0.9.5`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.5) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.4...0.9.5) - Implement `Display` trait for `serde_yaml::value::Tag` ([#&#8203;307](https://github.com/dtolnay/serde-yaml/issues/307), thanks [@&#8203;masinc](https://github.com/masinc)) </details> <details> <summary>Stebalien/tempfile</summary> ### [`v3.7.0`](https://github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#&#8203;370) [Compare Source](https://github.com/Stebalien/tempfile/compare/v3.6.0...v3.7.0) BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major release) but it's still a breaking change for some users. - Update fastrand from 1.6 to 2.0 - Update rustix to 0.38 - Updates the MSRV to 1.63. - Provide AsFd/AsRawFd on wasi. </details> <details> <summary>Keats/tera</summary> ### [`v1.19.0`](https://github.com/Keats/tera/blob/HEAD/CHANGELOG.md#&#8203;1190-2023-05-31) - Revert change to glob path to not error if the path doesn't exist - Allow macro definition in renderable template ### [`v1.18.1`](https://github.com/Keats/tera/blob/HEAD/CHANGELOG.md#&#8203;1181-2023-03-15) - Fix panic on invalid globs to Tera::new ### [`v1.18.0`](https://github.com/Keats/tera/blob/HEAD/CHANGELOG.md#&#8203;1180-2023-03-08) - Add `abs` filter - Add `indent` filter - Deprecate `get_json_pointer` in favour of `dotted_pointer`, a faster alternative - Always canonicalize glob paths passed to Tera to workaround a globwalk bug - Handle apostrophes in title case filter - Some performance improvement ### [`v1.17.1`](https://github.com/Keats/tera/blob/HEAD/CHANGELOG.md#&#8203;1171-2022-09-19) [Compare Source](https://github.com/Keats/tera/compare/v1.17.0...v1.17.1) - Make `get_random` use isize instead of i32 and bad error message - Fix variables lookup when the evaluated key has a `.` or quotes - Fix changed output of f64 from serde_json 1.0.85 </details> <details> <summary>tokio-rs/tokio</summary> ### [`v1.29.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.29.1): Tokio v1.29.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.29.0...tokio-1.29.1) ##### Fixed - rt: fix nesting two `block_in_place` with a `block_on` between ([#&#8203;5837]) [#&#8203;5837]: https://github.com/tokio-rs/tokio/pull/5837 ### [`v1.29.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.29.0): Tokio v1.29.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0) Technically a breaking change, the `Send` implementation is removed from `runtime::EnterGuard`. This change fixes a bug and should not impact most users. ##### Breaking - rt: `EnterGuard` should not be `Send` ([#&#8203;5766]) ##### Fixed - fs: reduce blocking ops in `fs::read_dir` ([#&#8203;5653]) - rt: fix possible starvation ([#&#8203;5686], [#&#8203;5712]) - rt: fix stacked borrows issue in `JoinSet` ([#&#8203;5693]) - rt: panic if `EnterGuard` dropped incorrect order ([#&#8203;5772]) - time: do not overflow to signal value ([#&#8203;5710]) - fs: wait for in-flight ops before cloning `File` ([#&#8203;5803]) ##### Changed - rt: reduce time to poll tasks scheduled from outside the runtime ([#&#8203;5705], [#&#8203;5720]) ##### Added - net: add uds doc alias for unix sockets ([#&#8203;5659]) - rt: add metric for number of tasks ([#&#8203;5628]) - sync: implement more traits for channel errors ([#&#8203;5666]) - net: add nodelay methods on TcpSocket ([#&#8203;5672]) - sync: add `broadcast::Receiver::blocking_recv` ([#&#8203;5690]) - process: add `raw_arg` method to `Command` ([#&#8203;5704]) - io: support PRIORITY epoll events ([#&#8203;5566]) - task: add `JoinSet::poll_join_next` ([#&#8203;5721]) - net: add support for Redox OS ([#&#8203;5790]) ##### Unstable - rt: add the ability to dump task backtraces ([#&#8203;5608], [#&#8203;5676], [#&#8203;5708], [#&#8203;5717]) - rt: instrument task poll times with a histogram ([#&#8203;5685]) [#&#8203;5766]: https://github.com/tokio-rs/tokio/pull/5766 [#&#8203;5653]: https://github.com/tokio-rs/tokio/pull/5653 [#&#8203;5686]: https://github.com/tokio-rs/tokio/pull/5686 [#&#8203;5712]: https://github.com/tokio-rs/tokio/pull/5712 [#&#8203;5693]: https://github.com/tokio-rs/tokio/pull/5693 [#&#8203;5772]: https://github.com/tokio-rs/tokio/pull/5772 [#&#8203;5710]: https://github.com/tokio-rs/tokio/pull/5710 [#&#8203;5803]: https://github.com/tokio-rs/tokio/pull/5803 [#&#8203;5705]: https://github.com/tokio-rs/tokio/pull/5705 [#&#8203;5720]: https://github.com/tokio-rs/tokio/pull/5720 [#&#8203;5659]: https://github.com/tokio-rs/tokio/pull/5659 [#&#8203;5628]: https://github.com/tokio-rs/tokio/pull/5628 [#&#8203;5666]: https://github.com/tokio-rs/tokio/pull/5666 [#&#8203;5672]: https://github.com/tokio-rs/tokio/pull/5672 [#&#8203;5690]: https://github.com/tokio-rs/tokio/pull/5690 [#&#8203;5704]: https://github.com/tokio-rs/tokio/pull/5704 [#&#8203;5566]: https://github.com/tokio-rs/tokio/pull/5566 [#&#8203;5721]: https://github.com/tokio-rs/tokio/pull/5721 [#&#8203;5790]: https://github.com/tokio-rs/tokio/pull/5790 [#&#8203;5608]: https://github.com/tokio-rs/tokio/pull/5608 [#&#8203;5676]: https://github.com/tokio-rs/tokio/pull/5676 [#&#8203;5708]: https://github.com/tokio-rs/tokio/pull/5708 [#&#8203;5717]: https://github.com/tokio-rs/tokio/pull/5717 [#&#8203;5685]: https://github.com/tokio-rs/tokio/pull/5685 </details> <details> <summary>tokio-rs/tracing</summary> ### [`v0.1.37`](https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.37): tracing 0.1.37 [Compare Source](https://github.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37) This release of `tracing` incorporates changes from `tracing-core` [v0.1.30][core-0.1.30] and `tracing-attributes` [v0.1.23][attrs-0.1.23], including the new `Subscriber::on_register_dispatch` method for performing late initialization after a `Subscriber` is registered as a `Dispatch`, and bugfixes for the `#[instrument]` attribute. Additionally, it fixes instances of the `bare_trait_objects` lint, which is now a warning on `tracing`'s MSRV and will become an error in the next edition. ##### Fixed - **attributes**: Incorrect handling of inner attributes in `#[instrument]`ed functions ([#&#8203;2307]) - **attributes**: Incorrect location of compiler diagnostic spans generated for type errors in `#[instrument]`ed `async fn`s ([#&#8203;2270]) - **attributes**: Updated `syn` dependency to fix compilation with `-Z minimal-versions` ([#&#8203;2246]) - `bare_trait_objects` warning in `valueset!` macro expansion ([#&#8203;2308]) ##### Added - **core**: `Subscriber::on_register_dispatch` method ([#&#8203;2269]) - **core**: `WeakDispatch` type and `Dispatch::downgrade()` function ([#&#8203;2293]) ##### Changed - `tracing-core`: updated to [0.1.30][core-0.1.30] - `tracing-attributes`: updated to [0.1.23][attrs-0.1.23] ##### Documented - Added [`tracing-web`][tracing-web] and [`reqwest-tracing`][reqwest-tracing] to related crates ([#&#8203;2283], [#&#8203;2331]) Thanks to new contributors [@&#8203;compiler-errors](https://github.com/compiler-errors), [@&#8203;e-nomem](https://github.com/e-nomem), [@&#8203;WorldSEnder](https://github.com/WorldSEnder), [@&#8203;Xiami2012](https://github.com/Xiami2012), and [@&#8203;tl-rodrigo-gryzinski](https://github.com/tl-rodrigo-gryzinski), as well as [@&#8203;jswrenn](https://github.com/jswrenn) and [@&#8203;CAD97](https://github.com/CAD97), for contributing to this release! [core-0.1.30]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.30 [attrs-0.1.23]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.23 [`tracing-web`]: https://crates.io/crates/tracing-web/ [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing/ [#&#8203;2246]: https://github.com/tokio-rs/tracing/pull/2246 [#&#8203;2269]: https://github.com/tokio-rs/tracing/pull/2269 [#&#8203;2283]: https://github.com/tokio-rs/tracing/pull/2283 [#&#8203;2270]: https://github.com/tokio-rs/tracing/pull/2270 [#&#8203;2293]: https://github.com/tokio-rs/tracing/pull/2293 [#&#8203;2307]: https://github.com/tokio-rs/tracing/pull/2307 [#&#8203;2308]: https://github.com/tokio-rs/tracing/pull/2308 [#&#8203;2331]: https://github.com/tokio-rs/tracing/pull/2331 </details> <details> <summary>BurntSushi/walkdir</summary> ### [`v2.3.3`](https://github.com/BurntSushi/walkdir/compare/2.3.2...2.3.3) [Compare Source](https://github.com/BurntSushi/walkdir/compare/2.3.2...2.3.3) </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xNjAuMCJ9-->
kjuulh force-pushed renovate/all from c01344e875 to f79986001a 2022-11-03 21:49:02 +01:00 Compare
kjuulh force-pushed renovate/all from f79986001a to 7165b2467f 2022-11-04 20:29:13 +01:00 Compare
kjuulh force-pushed renovate/all from 7165b2467f to 4df55a348c 2022-11-07 13:54:36 +01:00 Compare
kjuulh force-pushed renovate/all from 4df55a348c to bbe5296199 2022-11-08 15:00:41 +01:00 Compare
kjuulh force-pushed renovate/all from bbe5296199 to f8a07ed1b2 2022-11-12 13:06:35 +01:00 Compare
kjuulh force-pushed renovate/all from f8a07ed1b2 to a1312bdcea 2022-11-14 20:29:37 +01:00 Compare
kjuulh force-pushed renovate/all from a1312bdcea to a99f745e92 2022-11-15 18:02:11 +01:00 Compare
kjuulh force-pushed renovate/all from a99f745e92 to 0b2a614c49 2022-11-16 18:06:14 +01:00 Compare
kjuulh force-pushed renovate/all from 0b2a614c49 to f762fb0d31 2022-11-24 18:53:43 +01:00 Compare
kjuulh force-pushed renovate/all from f762fb0d31 to a3684f3928 2022-12-01 20:16:56 +01:00 Compare
kjuulh force-pushed renovate/all from a3684f3928 to 2707b71c48 2022-12-05 14:31:17 +01:00 Compare
kjuulh force-pushed renovate/all from 2707b71c48 to 2310807015 2022-12-12 01:47:32 +01:00 Compare
kjuulh force-pushed renovate/all from 2310807015 to fd1864b604 2022-12-15 21:43:12 +01:00 Compare
kjuulh force-pushed renovate/all from fd1864b604 to c742d7a1a1 2022-12-18 12:06:15 +01:00 Compare
kjuulh force-pushed renovate/all from c742d7a1a1 to 28d9539e7a 2022-12-18 18:30:44 +01:00 Compare
kjuulh force-pushed renovate/all from 28d9539e7a to 3da1312750 2022-12-21 13:45:42 +01:00 Compare
kjuulh force-pushed renovate/all from 3da1312750 to 937acd2acd 2022-12-22 20:00:57 +01:00 Compare
kjuulh force-pushed renovate/all from 937acd2acd to eb6da930fd 2022-12-22 20:52:28 +01:00 Compare
kjuulh force-pushed renovate/all from eb6da930fd to d745468cff 2022-12-26 18:50:13 +01:00 Compare
kjuulh force-pushed renovate/all from d745468cff to 3bc7e0e265 2023-01-10 17:26:32 +01:00 Compare
kjuulh force-pushed renovate/all from 3bc7e0e265 to 2a3b787113 2023-01-13 17:06:56 +01:00 Compare
kjuulh force-pushed renovate/all from 2a3b787113 to 58dc4991bb 2023-01-14 11:09:46 +01:00 Compare
kjuulh force-pushed renovate/all from 58dc4991bb to 6a2df009da 2023-01-20 13:48:28 +01:00 Compare
kjuulh force-pushed renovate/all from 6a2df009da to 05ec33628f 2023-01-21 00:22:55 +01:00 Compare
kjuulh force-pushed renovate/all from 05ec33628f to a1035cab66 2023-01-23 17:06:17 +01:00 Compare
kjuulh force-pushed renovate/all from a1035cab66 to 00bb485a44 2023-01-24 14:42:26 +01:00 Compare
kjuulh force-pushed renovate/all from 00bb485a44 to 88d6f200d6 2023-01-25 00:15:22 +01:00 Compare
kjuulh force-pushed renovate/all from 88d6f200d6 to fe9e09eadb 2023-02-05 12:11:22 +01:00 Compare
kjuulh force-pushed renovate/all from fe9e09eadb to 9a6aeedf37 2023-02-10 19:29:43 +01:00 Compare
kjuulh force-pushed renovate/all from 9a6aeedf37 to 9fbafe861d 2023-02-15 18:00:09 +01:00 Compare
kjuulh force-pushed renovate/all from 9fbafe861d to 9f2c2c011c 2023-02-15 18:59:33 +01:00 Compare
kjuulh force-pushed renovate/all from 9f2c2c011c to bccedc14d4 2023-02-27 21:28:55 +01:00 Compare
kjuulh force-pushed renovate/all from bccedc14d4 to 886a324ac6 2023-02-28 15:47:38 +01:00 Compare
kjuulh force-pushed renovate/all from 886a324ac6 to 2cd6a600df 2023-03-05 15:51:31 +01:00 Compare
kjuulh force-pushed renovate/all from 2cd6a600df to 388142b3bb 2023-03-05 22:35:26 +01:00 Compare
kjuulh force-pushed renovate/all from 388142b3bb to c714918213 2023-03-07 20:13:33 +01:00 Compare
kjuulh force-pushed renovate/all from c714918213 to 532e3b9949 2023-03-08 21:48:22 +01:00 Compare
kjuulh force-pushed renovate/all from 532e3b9949 to 4061082a37 2023-03-08 22:46:23 +01:00 Compare
kjuulh force-pushed renovate/all from 4061082a37 to 375736d4c4 2023-03-10 16:27:48 +01:00 Compare
kjuulh force-pushed renovate/all from 375736d4c4 to e7846cb7e5 2023-03-11 22:40:34 +01:00 Compare
kjuulh force-pushed renovate/all from e7846cb7e5 to 939b83e308 2023-03-12 14:25:18 +01:00 Compare
kjuulh force-pushed renovate/all from 939b83e308 to 215f4caa41 2023-03-14 18:17:43 +01:00 Compare
kjuulh force-pushed renovate/all from 215f4caa41 to cfdf51ecaf 2023-03-15 20:48:45 +01:00 Compare
kjuulh force-pushed renovate/all from cfdf51ecaf to 7fea573ae0 2023-03-16 21:50:31 +01:00 Compare
kjuulh force-pushed renovate/all from 7fea573ae0 to d99708c060 2023-03-16 22:47:45 +01:00 Compare
kjuulh force-pushed renovate/all from d99708c060 to 8bc48f5a8f 2023-03-18 10:54:30 +01:00 Compare
kjuulh force-pushed renovate/all from 8bc48f5a8f to 8685ab5e48 2023-03-19 12:09:00 +01:00 Compare
kjuulh force-pushed renovate/all from 8685ab5e48 to 0492726102 2023-03-19 15:41:17 +01:00 Compare
kjuulh force-pushed renovate/all from 0492726102 to d24aa82030 2023-03-20 18:28:38 +01:00 Compare
kjuulh force-pushed renovate/all from d24aa82030 to 99b8f70861 2023-03-23 18:30:12 +01:00 Compare
kjuulh force-pushed renovate/all from 99b8f70861 to 9e734dd013 2023-03-23 23:11:54 +01:00 Compare
kjuulh force-pushed renovate/all from 9e734dd013 to fb0291df54 2023-03-24 23:07:05 +01:00 Compare
kjuulh force-pushed renovate/all from fb0291df54 to 12f205eaa1 2023-03-28 08:18:55 +02:00 Compare
kjuulh force-pushed renovate/all from 12f205eaa1 to 552a06b9be 2023-03-28 20:10:13 +02:00 Compare
kjuulh force-pushed renovate/all from 552a06b9be to 771d28c6d9 2023-03-28 21:43:39 +02:00 Compare
kjuulh force-pushed renovate/all from 771d28c6d9 to 03f16745b3 2023-03-29 21:35:48 +02:00 Compare
kjuulh force-pushed renovate/all from 03f16745b3 to a8d6822eaa 2023-04-03 00:51:49 +02:00 Compare
kjuulh force-pushed renovate/all from a8d6822eaa to b65105d9fc 2023-04-06 01:01:07 +02:00 Compare
kjuulh force-pushed renovate/all from b65105d9fc to 6982a67f3b 2023-04-06 15:23:22 +02:00 Compare
kjuulh force-pushed renovate/all from 6982a67f3b to aac3d90784 2023-04-11 08:05:43 +02:00 Compare
kjuulh force-pushed renovate/all from aac3d90784 to ddc0f6b9fb 2023-04-13 18:30:08 +02:00 Compare
kjuulh force-pushed renovate/all from ddc0f6b9fb to c7614b626b 2023-04-16 20:23:20 +02:00 Compare
kjuulh force-pushed renovate/all from c7614b626b to 003fcdb487 2023-04-18 23:09:02 +02:00 Compare
kjuulh force-pushed renovate/all from 003fcdb487 to e56a91bb60 2023-04-19 20:31:29 +02:00 Compare
kjuulh force-pushed renovate/all from e56a91bb60 to d33c91a53d 2023-04-20 23:01:39 +02:00 Compare
kjuulh force-pushed renovate/all from d33c91a53d to 0073cd7aa7 2023-04-22 10:05:39 +02:00 Compare
kjuulh force-pushed renovate/all from 0073cd7aa7 to 38d6b048f5 2023-04-26 21:56:21 +02:00 Compare
kjuulh force-pushed renovate/all from 38d6b048f5 to 9cc064416a 2023-04-28 02:29:25 +02:00 Compare
kjuulh force-pushed renovate/all from 9cc064416a to 86bf054fe3 2023-04-29 12:16:37 +02:00 Compare
kjuulh force-pushed renovate/all from 86bf054fe3 to e492f3e057 2023-04-29 21:19:49 +02:00 Compare
kjuulh force-pushed renovate/all from e492f3e057 to 762696ffc7 2023-04-29 21:45:16 +02:00 Compare
kjuulh force-pushed renovate/all from 762696ffc7 to 56e73c9492 2023-05-01 00:43:16 +02:00 Compare
kjuulh force-pushed renovate/all from 56e73c9492 to a1e58a38a3 2023-05-02 21:07:43 +02:00 Compare
kjuulh force-pushed renovate/all from a1e58a38a3 to 79b5da1d12 2023-05-02 21:33:47 +02:00 Compare
kjuulh force-pushed renovate/all from 79b5da1d12 to cc2b909301 2023-05-05 02:09:49 +02:00 Compare
kjuulh force-pushed renovate/all from cc2b909301 to bec4c62b85 2023-05-05 10:00:28 +02:00 Compare
kjuulh force-pushed renovate/all from bec4c62b85 to cfd9a9ad67 2023-05-11 17:01:20 +02:00 Compare
kjuulh force-pushed renovate/all from cfd9a9ad67 to 0a3266501c 2023-05-19 19:37:44 +02:00 Compare
kjuulh force-pushed renovate/all from 0a3266501c to 82132e7800 2023-05-28 07:12:32 +02:00 Compare
kjuulh force-pushed renovate/all from 82132e7800 to ac17cdaeee 2023-05-28 20:47:30 +02:00 Compare
kjuulh force-pushed renovate/all from ac17cdaeee to 83db7f8a8e 2023-06-07 23:53:32 +02:00 Compare
kjuulh force-pushed renovate/all from 83db7f8a8e to 4935964a8a 2023-06-08 07:39:25 +02:00 Compare
kjuulh force-pushed renovate/all from 4935964a8a to 15f79d6321 2023-06-09 17:14:12 +02:00 Compare
kjuulh force-pushed renovate/all from 15f79d6321 to 3e54ebf3b9 2023-06-09 22:05:46 +02:00 Compare
kjuulh changed title from Update all dependencies to fix(deps): update all dependencies 2023-06-09 22:05:48 +02:00
kjuulh force-pushed renovate/all from 3e54ebf3b9 to 40c58cd16e 2023-06-11 05:23:15 +02:00 Compare
kjuulh force-pushed renovate/all from 40c58cd16e to 08e30e40f1 2023-06-14 16:39:15 +02:00 Compare
kjuulh force-pushed renovate/all from 08e30e40f1 to 49ddbafe96 2023-06-18 02:31:33 +02:00 Compare
kjuulh force-pushed renovate/all from 49ddbafe96 to 29a7256f34 2023-06-20 18:38:44 +02:00 Compare
kjuulh force-pushed renovate/all from 29a7256f34 to b60e7c11ab 2023-06-20 23:18:23 +02:00 Compare
kjuulh force-pushed renovate/all from b60e7c11ab to 5e06281bb2 2023-06-23 20:18:42 +02:00 Compare
kjuulh force-pushed renovate/all from 5e06281bb2 to 049d81b613 2023-06-24 00:04:52 +02:00 Compare
kjuulh force-pushed renovate/all from 049d81b613 to 400e8591b4 2023-06-24 05:55:22 +02:00 Compare
kjuulh force-pushed renovate/all from 400e8591b4 to d1d80fbf53 2023-06-24 06:42:53 +02:00 Compare
kjuulh force-pushed renovate/all from d1d80fbf53 to 786305413a 2023-06-24 07:11:09 +02:00 Compare
kjuulh force-pushed renovate/all from 786305413a to 8884f2136d 2023-06-27 23:57:07 +02:00 Compare
kjuulh force-pushed renovate/all from 8884f2136d to 7a7c28860f 2023-06-28 16:03:34 +02:00 Compare
kjuulh force-pushed renovate/all from 7a7c28860f to 693cd1996d 2023-06-30 00:33:47 +02:00 Compare
kjuulh force-pushed renovate/all from 693cd1996d to 0a4cac1202 2023-06-30 04:11:20 +02:00 Compare
kjuulh force-pushed renovate/all from 0a4cac1202 to 5d81175c87 2023-07-02 00:52:59 +02:00 Compare
kjuulh force-pushed renovate/all from 5d81175c87 to c04081d53d 2023-07-02 01:13:49 +02:00 Compare
kjuulh force-pushed renovate/all from c04081d53d to c504216183 2023-07-02 12:32:03 +02:00 Compare
kjuulh force-pushed renovate/all from c504216183 to 21b9854da0 2023-07-02 19:23:38 +02:00 Compare
kjuulh force-pushed renovate/all from 21b9854da0 to a7cf472247 2023-07-03 13:34:48 +02:00 Compare
kjuulh force-pushed renovate/all from a7cf472247 to 23b6d35989 2023-07-03 21:00:07 +02:00 Compare
kjuulh force-pushed renovate/all from 23b6d35989 to 766468ff72 2023-07-04 22:16:43 +02:00 Compare
kjuulh force-pushed renovate/all from 766468ff72 to 08f72cfb02 2023-07-23 12:41:02 +02:00 Compare
kjuulh force-pushed renovate/all from 08f72cfb02 to 569ebd15fa 2023-07-23 18:23:35 +02:00 Compare
kjuulh force-pushed renovate/all from 569ebd15fa to c8b448a608 2023-07-24 05:42:42 +02:00 Compare
kjuulh force-pushed renovate/all from c8b448a608 to 2026149fa4 2023-07-25 18:58:16 +02:00 Compare
kjuulh force-pushed renovate/all from 2026149fa4 to bc32db2705 2023-07-26 10:18:01 +02:00 Compare
kjuulh force-pushed renovate/all from bc32db2705 to 9515a7bcf1 2023-07-26 21:40:07 +02:00 Compare
kjuulh force-pushed renovate/all from 9515a7bcf1 to 638607b683 2023-07-26 23:13:22 +02:00 Compare
kjuulh force-pushed renovate/all from 638607b683 to 08af7bc313 2023-07-27 01:35:39 +02:00 Compare
kjuulh force-pushed renovate/all from 08af7bc313 to e9b335a071 2023-07-27 03:30:44 +02:00 Compare
kjuulh force-pushed renovate/all from e9b335a071 to 8e8fc40ae7 2023-07-27 15:08:39 +02:00 Compare
kjuulh force-pushed renovate/all from 8e8fc40ae7 to 13f786a3d2 2023-07-27 15:28:45 +02:00 Compare
kjuulh force-pushed renovate/all from 13f786a3d2 to b6e76ddc5b 2023-07-27 15:47:51 +02:00 Compare
kjuulh added 1 commit 2023-07-27 16:02:38 +02:00
Merge branch 'main' into renovate/all
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
1d83701436
kjuulh force-pushed renovate/all from 1d83701436 to b58597e25d 2023-07-27 16:07:05 +02:00 Compare
kjuulh merged commit b58597e25d into main 2023-07-27 16:07:35 +02:00
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#13
No description provided.