Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the patch-dependencies group with 40 updates #403

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2023

Bumps the patch-dependencies group with 40 updates:

Package From To
reqwest 0.11.18 0.11.20
aho-corasick 1.0.2 1.0.4
anstyle 1.0.1 1.0.2
async-compression 0.4.0 0.4.1
async-trait 0.1.68 0.1.69
backtrace 0.3.68 0.3.69
base64 0.21.2 0.21.3
cc 1.0.79 1.0.83
clap_lex 0.5.0 0.5.1
dtoa 1.0.6 1.0.9
encoding_rs 0.8.32 0.8.33
equivalent 1.0.0 1.0.1
errno 0.3.1 0.3.2
flate2 1.0.26 1.0.27
h2 0.3.20 0.3.21
hermit-abi 0.3.1 0.3.2
httpdate 1.0.2 1.0.3
is-terminal 0.4.8 0.4.9
log 0.4.19 0.4.20
num-traits 0.2.15 0.2.16
openssl 0.10.55 0.10.56
pear 0.2.4 0.2.7
pin-project-lite 0.2.11 0.2.13
proc-macro2 1.0.63 1.0.66
proc-macro2-diagnostics 0.10.0 0.10.1
quote 1.0.29 1.0.33
ref-cast 1.0.16 1.0.17
rustversion 1.0.12 1.0.14
ryu 1.0.13 1.0.15
security-framework 2.9.1 2.9.2
security-framework-sys 2.9.0 2.9.1
semver 1.0.17 1.0.18
serde 1.0.166 1.0.168
serde_json 1.0.99 1.0.105
slab 0.4.8 0.4.9
time 0.3.22 0.3.26
toml_edit 0.19.11 0.19.14
unicode-ident 1.0.9 1.0.11
windows-targets 0.48.1 0.48.5
xdg 2.5.0 2.5.2

Updates reqwest from 0.11.18 to 0.11.20

Release notes

Sourced from reqwest's releases.

v0.11.20

What's Changed

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

v0.11.19

What's Changed

  • 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.

New Contributors

Changelog

Sourced from reqwest's changelog.

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.
Commits

Updates aho-corasick from 1.0.2 to 1.0.4

Commits
  • feda228 1.0.4
  • 31bb1fc nfa/noncontiguous: use a linked list to represent transitions
  • ba085aa aho-corasick-debug: tweak default dense depth value
  • 4b54815 nfa/noncontiguous: use 'repr(packed)' on 'Transition'
  • 2532724 nfa/noncontiguous: refactor to encapsulate state transitions
  • 651484d 1.0.3
  • 474393b nfa,dfa: call shrink_to_vec in places
  • e27da64 nfa/noncontiguous: fix memory usage reporting
  • fcfef41 dfa: fix docs for memory representation
  • 8d73547 docs.rs: add --generate-link-to-definition flag
  • See full diff in compare view

Updates anstyle from 1.0.1 to 1.0.2

Commits
  • a6382b2 chore: Release
  • 5821848 docs: Don't break docs.rs
  • 6a8a44c chore: Release
  • aeddda1 docs: Update changelog
  • f3a1477 Merge pull request #108 from Zheoni/fix-to-owo-colors-color
  • 0eab2b2 fix ansi_to_owo_colors_color bright colors
  • 29c659e Merge pull request #107 from alexanderkjall/gate-test-on-relevant-feature
  • 7aba736 gate the max_display_buffer on the std feature
  • 2b6917f Merge pull request #103 from rust-cli/colorchoice_clap_docs
  • 90ad670 docs: Improve docs for colorchoice_clap
  • See full diff in compare view

Updates async-compression from 0.4.0 to 0.4.1

Release notes

Sourced from async-compression's releases.

async-compression: v0.4.1

  • Add Zstd{Encoder,Decoder}::with_dict() constructors.
  • Add zstdmt crate feature that enables zstd-safe/zstdmt, allowing multi-threaded functionality to work as expected.
Changelog

Sourced from async-compression's changelog.

0.4.1 - 2023-07-10

  • Add Zstd{Encoder,Decoder}::with_dict() constructors.
  • Add zstdmt crate feature that enables zstd-safe/zstdmt, allowing multi-threaded functionality to work as expected.
Commits

Updates async-trait from 0.1.68 to 0.1.69

Release notes

Sourced from async-trait's releases.

0.1.69

  • Resolve new diverging_sub_expression clippy lint in generated code
Commits
  • 78640d2 Release 0.1.69
  • b59322e Suppress diverging_sub_expression clippy lint in generated code
  • fbd310e Resolve explicit_iter_loop pedantic clippy lint
  • 603c57a Remove .clippy.toml in favor of respecting rust-version from Cargo.toml
  • 454b0bd Show error details during miri setup in CI
  • 486fe7e Ignore non_minimal_cfg clippy lint in test
  • 49cdc5f Update ui test suite to nightly-2023-05-14
  • 3983ba5 Revert "Temporarily disable miri CI"
  • 8c0ed45 Temporarily disable miri CI
  • c0f1e53 Update ui test suite to nightly-2023-05-02
  • Additional commits viewable in compare view

Updates backtrace from 0.3.68 to 0.3.69

Release notes

Sourced from backtrace's releases.

0.3.69

Thank you everyone for contributing to a very nice release!

Tracking Binary Size

As backtrace-rs is compiled into every single Rust program, we have begun tracking its binary size in order to find ways to reduce its impact on programs that only minimally use backtraces over time. This change is mostly relevant to this crate's CI, and has been implemented by @​Kobzol and @​detly over PRs #542, #544, #546, and #550!

Platform-Specific Fixes

As usual, the majority of PRs for this release only affect 1 or 2 platforms. Technically, even the binary-size tracking is only implemented to track binary size on x86_64-unknown-linux-gnu.

fuchsia

Backtraces for Fuchsia will now uses extended symbolization thanks to @​liudangyi in rust-lang/backtrace-rs#559

unix (with procfs)

Many Unix-y platforms support /proc, including Linux and FreeBSD, but not OpenBSD. For those which do, backtrace uses /proc/self/maps to assist in recovering the trace. We did not parse the output of /proc/self/maps in a way that accounted for the fact that it may have spaces in path names, but this was fixed thanks to @​MasonRemaley in rust-lang/backtrace-rs#553

windows-msvc

Some changes that should help binary size specifically on Windows MSVC targets, or at least compile times, have already been implemented, thanks to @​klensy in rust-lang/backtrace-rs#543 omitting compiling-in ELF backtrace capabilities. We don't have full binary size tracking for all major supported operating systems yet, so we believe this is worth 30KiB but that's more of an estimate than hard stats.

Dependency Management

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.68...0.3.69

Commits
  • 99faef8rust-lang/backtrace-rs#560
  • b06f139rust-lang/backtrace-rs#543
  • 56c215e sync as-if-std crate
  • b6d24cd gate gimli usage on windows with gnu
  • 8bb67c7 for windows-msvc targets, dont use miniz_oxide, addr2line, object, libc
  • 3479721rust-lang/backtrace-rs#556
  • 037356frust-lang/backtrace-rs#555
  • d008d39rust-lang/backtrace-rs#553
  • 40410b7rust-lang/backtrace-rs#557
  • 2efc591rust-lang/backtrace-rs#559
  • Additional commits viewable in compare view

Updates base64 from 0.21.2 to 0.21.3

Changelog

Sourced from base64's changelog.

0.21.3

  • Implement source instead of cause on Error types
  • Roll back MSRV to 1.48.0 so Debian can continue to live in a time warp
  • Slightly faster chunked encoding for short inputs
  • Decrease binary size
Commits
  • 6f9f734 v0.21.3
  • a7e1f47 Merge pull request #224 from marshallpierce/mina86-a
  • 96b29d8 Improve comments and increase test paranoia.
  • 2b5112f Merge branch 'master' into mina86-a
  • a3f692b Merge pull request #250 from marshallpierce/mp/esw-test
  • a589c62 Add a test to EncoderStringWriter
  • 70d2b53 Merge pull request #249 from marshallpierce/mp/cleanup
  • f2a06dd Misc cleanups
  • b001749 Merge pull request #246 from tcharding/08-09-roll-back-msrv
  • d2e75a4 Merge pull request #241 from EFanZh/optimize-generic-functions
  • Additional commits viewable in compare view

Updates cc from 1.0.79 to 1.0.83

Release notes

Sourced from cc's releases.

1.0.83

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.82...1.0.83

1.0.82

This release corrects a deadlock and potential performance regression present since 1.0.80, and contains no other changes. See rust-lang/cc-rs#849 for details.

1.0.81

This release exists to fix a bug introduced in 1.0.80 where we would panic if non-UTF8 were written to stderr by the C compiler. See rust-lang/cc-rs#842 and rust-lang/cc-rs#841 for more info.

1.0.80

What's Changed

... (truncated)

Commits

Updates clap_lex from 0.5.0 to 0.5.1

Changelog

Sourced from clap_lex's changelog.

v0.5.14 (2015-04-10)

Bug Fixes

  • usage
    • remove unneeded space (51372789)
    • remove warning about unused variables (ba817b9d)

Features

  • usage add ability to get usage string for subcommands too (3636afc4)

v0.5.13 (2015-04-09)

Features

  • SubCommands add method to get name and subcommand matches together (64e53928)
  • ArgMatches add method to get default usage string (02462150)

v0.5.12 (2015-04-08)

Features

  • help sort arguments by name so as to not display a random order (f4b2bf57)

v0.5.11 (2015-04-08)

Bug Fixes

  • flags fix bug not allowing users to specify -v or -h (90e72cff)

v0.5.10 (2015-04-08)

Bug Fixes

  • help fix spacing when option argument has not long version (ca17fa49)

... (truncated)

Commits

Updates dtoa from 1.0.6 to 1.0.9

Release notes

Sourced from dtoa's releases.

1.0.9

  • Documentation improvements

1.0.8

  • Add no-alloc category to crates.io metadata

1.0.7

  • Implement Copy for dtoa::Buffer
Commits
  • 4dcd122 Release 1.0.9
  • 2fdc425 Opt in to generate-link-to-definition when building on docs.rs
  • eb1ec02 Release 1.0.8
  • 3552dea Add no-std::no-alloc category
  • 9a62213 Release 1.0.7
  • ab86a74 Suppress incorrect_clone_impl_on_copy_type clippy false positive
  • 58f5cc2 Ignore expl_impl_clone_on_copy pedantic clippy lint
  • 14c184b impl Copy for Buffer
  • dee5009 Remove .clippy.toml in favor of respecting rust-version from Cargo.toml
  • d555407 Show error details during miri setup in CI
  • See full diff in compare view

Updates encoding_rs from 0.8.32 to 0.8.33

Commits

Updates equivalent from 1.0.0 to 1.0.1

Commits

Updates errno from 0.3.1 to 0.3.2

Changelog

Sourced from errno's changelog.

[0.3.2] - 2023-07-30

  • Fix build on Hermit #73

  • Add support for QNX Neutrino #72

Commits

Updates flate2 from 1.0.26 to 1.0.27

Release notes

Sourced from flate2's releases.

1.0.27

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.26...1.0.27

Commits
  • 1f7085d Merge pull request #369 from rust-lang/next-release
  • ccd3d3a prepare 1.0.27 release
  • 7f96363 Merge pull request #367 from jongiddy/note-read-loss
  • b1e993a Merge pull request #362 from Byron/maintenace-doc
  • 02cd317 Fix typo
  • b2079e3 Document that read::GzDecoder consumes bytes after end of gzip
  • 5d462b3 Merge pull request #361 from PierreV23/main
  • 956397a Merge pull request #324 from jsha/prefer-multigz
  • fc30d9e remove introductory paragraph that described other tools unrelated to flate2
  • f0bf8a6 Apply suggestions from code review
  • Additional commits viewable in compare view

Updates h2 from 0.3.20 to 0.3.21

Release notes

Sourced from h2's releases.

v0.3.21

What's Changed

  • Fix opening of new streams over peer's max concurrent limit.
  • Fix RecvStream to return data even if it has received a CANCEL stream error.
  • Update MSRV to 1.63.

New Contributors

Changelog

Sourced from h2's changelog.

0.3.21 (August 21, 2023)

  • Fix opening of new streams over peer's max concurrent limit.
  • Fix RecvStream to return data even if it has received a CANCEL stream error.
  • Update MSRV to 1.63.
Commits

Updates hermit-abi from 0.3.1 to 0.3.2

Commits
  • ca10dde abi: Fix & release symbol typo (#434)
  • 0c5caf2 Merge pull request #433 from mkroening/ci-cache
  • d8b1de4 CI: Enable cache for QEMU jobs
  • 70a8373 Merge pull request #432 from mkroening/sys-0.5.1
  • bdf17cd Release hermit-sys 0.5.1
  • 1b445aa Merge pull request #431 from mkroening/sys-windows-toolchain
  • 1ac8def sys: build.rs: Use correct toolchain for kernel
  • bb26bcf Merge pull request #430 from mkroening/rust-toolchain-action
  • 103bb28 CI: Use rust-toolchain-toml action
  • a7bbba0 Merge pull request #410 from mkroening/randomize-layout
  • Additional commits viewable in compare view

Updates httpdate from 1.0.2 to 1.0.3

Commits

Updates is-terminal from 0.4.8 to 0.4.9

Commits

Updates log from 0.4.19 to 0.4.20

Changelog

Sourced from log's changelog.

[0.4.20] - 2023-07-11

Commits
  • 4708f14 Merge pull request #574 from chrysn-pull-requests/doc-log-to-defmt
  • 6de3ccc Merge pull request #571 from rust-lang/cargo/0.4.20

Bumps the patch-dependencies group with 40 updates:

| Package | From | To |
| --- | --- | --- |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.18` | `0.11.20` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.0.2` | `1.0.4` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.1` | `1.0.2` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.0` | `0.4.1` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.68` | `0.1.69` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.68` | `0.3.69` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.2` | `0.21.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.79` | `1.0.83` |
| [clap_lex](https://github.com/clap-rs/clap) | `0.5.0` | `0.5.1` |
| [dtoa](https://github.com/dtolnay/dtoa) | `1.0.6` | `1.0.9` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.32` | `0.8.33` |
| [equivalent](https://github.com/cuviper/equivalent) | `1.0.0` | `1.0.1` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.1` | `0.3.2` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.26` | `1.0.27` |
| [h2](https://github.com/hyperium/h2) | `0.3.20` | `0.3.21` |
| [hermit-abi](https://github.com/hermitcore/rusty-hermit) | `0.3.1` | `0.3.2` |
| [httpdate](https://github.com/pyfisch/httpdate) | `1.0.2` | `1.0.3` |
| [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.8` | `0.4.9` |
| [log](https://github.com/rust-lang/log) | `0.4.19` | `0.4.20` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.15` | `0.2.16` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.55` | `0.10.56` |
| pear | `0.2.4` | `0.2.7` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.11` | `0.2.13` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.63` | `1.0.66` |
| [proc-macro2-diagnostics](https://github.com/SergioBenitez/proc-macro2-diagnostics) | `0.10.0` | `0.10.1` |
| [quote](https://github.com/dtolnay/quote) | `1.0.29` | `1.0.33` |
| [ref-cast](https://github.com/dtolnay/ref-cast) | `1.0.16` | `1.0.17` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.12` | `1.0.14` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.13` | `1.0.15` |
| [security-framework](https://github.com/kornelski/rust-security-framework) | `2.9.1` | `2.9.2` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.9.0` | `2.9.1` |
| [semver](https://github.com/dtolnay/semver) | `1.0.17` | `1.0.18` |
| [serde](https://github.com/serde-rs/serde) | `1.0.166` | `1.0.168` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.99` | `1.0.105` |
| [slab](https://github.com/tokio-rs/slab) | `0.4.8` | `0.4.9` |
| [time](https://github.com/time-rs/time) | `0.3.22` | `0.3.26` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.19.11` | `0.19.14` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.9` | `1.0.11` |
| [windows-targets](https://github.com/microsoft/windows-rs) | `0.48.1` | `0.48.5` |
| [xdg](https://github.com/whitequark/rust-xdg) | `2.5.0` | `2.5.2` |


Updates `reqwest` from 0.11.18 to 0.11.20
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.18...v0.11.20)

Updates `aho-corasick` from 1.0.2 to 1.0.4
- [Commits](BurntSushi/aho-corasick@1.0.2...1.0.4)

Updates `anstyle` from 1.0.1 to 1.0.2
- [Commits](rust-cli/anstyle@anstyle-ls-v1.0.1...anstyle-wincon-v1.0.2)

Updates `async-compression` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@async-compression-v0.4.0...async-compression-v0.4.1)

Updates `async-trait` from 0.1.68 to 0.1.69
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.68...0.1.69)

Updates `backtrace` from 0.3.68 to 0.3.69
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.68...0.3.69)

Updates `base64` from 0.21.2 to 0.21.3
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.2...v0.21.3)

Updates `cc` from 1.0.79 to 1.0.83
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.79...1.0.83)

Updates `clap_lex` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_lex-v0.5.0...clap_lex-v0.5.1)

Updates `dtoa` from 1.0.6 to 1.0.9
- [Release notes](https://github.com/dtolnay/dtoa/releases)
- [Commits](dtolnay/dtoa@1.0.6...1.0.9)

Updates `encoding_rs` from 0.8.32 to 0.8.33
- [Commits](hsivonen/encoding_rs@v0.8.32...v0.8.33)

Updates `equivalent` from 1.0.0 to 1.0.1
- [Commits](indexmap-rs/equivalent@v1.0.0...v1.0.1)

Updates `errno` from 0.3.1 to 0.3.2
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.1...v0.3.2)

Updates `flate2` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.26...1.0.27)

Updates `h2` from 0.3.20 to 0.3.21
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.20...v0.3.21)

Updates `hermit-abi` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/hermitcore/rusty-hermit/releases)
- [Commits](hermit-os/hermit-rs@hermit-abi-0.3.1...hermit-abi-0.3.2)

Updates `httpdate` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/pyfisch/httpdate/releases)
- [Commits](pyfisch/httpdate@v1.0.2...v1.0.3)

Updates `is-terminal` from 0.4.8 to 0.4.9
- [Commits](sunfishcode/is-terminal@v0.4.8...v0.4.9)

Updates `log` from 0.4.19 to 0.4.20
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.19...0.4.20)

Updates `num-traits` from 0.2.15 to 0.2.16
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.15...num-traits-0.2.16)

Updates `openssl` from 0.10.55 to 0.10.56
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.55...openssl-v0.10.56)

Updates `pear` from 0.2.4 to 0.2.7

Updates `pin-project-lite` from 0.2.11 to 0.2.13
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project-lite@v0.2.11...v0.2.13)

Updates `proc-macro2` from 1.0.63 to 1.0.66
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.63...1.0.66)

Updates `proc-macro2-diagnostics` from 0.10.0 to 0.10.1
- [Commits](https://github.com/SergioBenitez/proc-macro2-diagnostics/commits)

Updates `quote` from 1.0.29 to 1.0.33
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.29...1.0.33)

Updates `ref-cast` from 1.0.16 to 1.0.17
- [Release notes](https://github.com/dtolnay/ref-cast/releases)
- [Commits](dtolnay/ref-cast@1.0.16...1.0.17)

Updates `rustversion` from 1.0.12 to 1.0.14
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](dtolnay/rustversion@1.0.12...1.0.14)

Updates `ryu` from 1.0.13 to 1.0.15
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.13...1.0.15)

Updates `security-framework` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](https://github.com/kornelski/rust-security-framework/commits)

Updates `security-framework-sys` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](kornelski/rust-security-framework@v2.9.0...v2.9.1)

Updates `semver` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.17...1.0.18)

Updates `serde` from 1.0.166 to 1.0.168
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.166...v1.0.168)

Updates `serde_json` from 1.0.99 to 1.0.105
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.99...v1.0.105)

Updates `slab` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.8...v0.4.9)

Updates `time` from 0.3.22 to 0.3.26
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.22...v0.3.26)

Updates `toml_edit` from 0.19.11 to 0.19.14
- [Commits](toml-rs/toml@v0.19.11...v0.19.14)

Updates `unicode-ident` from 1.0.9 to 1.0.11
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.9...1.0.11)

Updates `windows-targets` from 0.48.1 to 0.48.5
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@windows-targets-0.48.1...0.48.5)

Updates `xdg` from 2.5.0 to 2.5.2
- [Commits](whitequark/rust-xdg@v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: aho-corasick
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: async-compression
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: backtrace
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: base64
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: clap_lex
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: dtoa
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: encoding_rs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: equivalent
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: h2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: hermit-abi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: httpdate
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: is-terminal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: log
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: num-traits
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: pear
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: pin-project-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: proc-macro2-diagnostics
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: ref-cast
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: rustversion
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: security-framework
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: security-framework-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: semver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde_json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: slab
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: windows-targets
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: xdg
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 26, 2023
@nelsonjchen nelsonjchen merged commit 0331fd2 into master Aug 26, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/patch-dependencies-9088f4c52e branch August 26, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant