m4tx / tundra

MyAnimeList scrobbler for Linux
https://tundra.moe
GNU General Public License v3.0
53 stars 2 forks source link

chore(deps): bump the dependencies group with 12 updates #112

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the dependencies group with 12 updates:

Package From To
reqwest 0.11.22 0.11.23
tokio 1.34.0 1.35.1
serde 1.0.193 1.0.194
serde_json 1.0.108 1.0.110
async-trait 0.1.74 0.1.77
clap 4.4.8 4.4.12
once_cell 1.18.0 1.19.0
gio 0.18.3 0.18.4
glib 0.18.3 0.18.5
gdk-pixbuf 0.18.3 0.18.5
anyhow 1.0.75 1.0.79
axum 0.6.20 0.7.3

Updates reqwest from 0.11.22 to 0.11.23

Release notes

Sourced from reqwest's releases.

v0.11.23

What's Changed

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

New Contributors

Changelog

Sourced from reqwest's changelog.

v0.11.23

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


Updates tokio from 1.34.0 to 1.35.1

Release notes

Sourced from tokio's releases.

Tokio v1.35.1

1.35.1 (December 19, 2023)

This is a forward part of a change that was backported to 1.25.3.

Fixed

  • io: add budgeting to tokio::runtime::io::registration::async_io (#6221)

#6221: tokio-rs/tokio#6221

Tokio v1.35.0

1.35.0 (December 8th, 2023)

Added

  • net: add Apple watchOS support (#6176)

Changed

  • io: drop the Sized requirements from AsyncReadExt.read_buf (#6169)
  • runtime: make Runtime unwind safe (#6189)
  • runtime: reduce the lock contention in task spawn (#6001)
  • tokio: update nix dependency to 0.27.1 (#6190)

Fixed

  • chore: make --cfg docsrs work without net feature (#6166)
  • chore: use relaxed load for unsync_load on miri (#6179)
  • runtime: handle missing context on wake (#6148)
  • taskdump: fix taskdump cargo config example (#6150)
  • taskdump: skip notified tasks during taskdumps (#6194)
  • tracing: avoid creating resource spans with current parent, use a None parent instead (#6107)
  • tracing: make task span explicit root (#6158)

Documented

  • io: flush in AsyncWriteExt examples (#6149)
  • runtime: document fairness guarantees and current behavior (#6145)
  • task: document cancel safety of LocalSet::run_until (#6147)

#6001: tokio-rs/tokio#6001 #6107: tokio-rs/tokio#6107 #6144: tokio-rs/tokio#6144 #6145: tokio-rs/tokio#6145 #6147: tokio-rs/tokio#6147 #6148: tokio-rs/tokio#6148 #6149: tokio-rs/tokio#6149 #6150: tokio-rs/tokio#6150 #6158: tokio-rs/tokio#6158

... (truncated)

Commits


Updates serde from 1.0.193 to 1.0.194

Release notes

Sourced from serde's releases.

v1.0.194

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits
  • d2d977a Release 1.0.194
  • a9a6ee9 Pull in proc-macro2 sccache fix
  • 28c5d21 Merge pull request #2669 from dtolnay/optionifletelse
  • 3d6a789 Remove option_if_let_else clippy suppression
  • a0e6869 Work around doc_link_with_quotes pedantic clippy lint
  • See full diff in compare view


Updates serde_json from 1.0.108 to 1.0.110

Release notes

Sourced from serde_json's releases.

v1.0.109

  • Documentation improvements
Commits
  • df5cf21 Release 1.0.110
  • c35856a Pull in proc-macro2 sccache fix
  • f88bf1f Release 1.0.109
  • bb62c73 Merge pull request #1097 from serde-rs/doccfg
  • df36d10 Restore doc cfg on re-exports
  • c367091 Merge pull request #1095 from dtolnay/hashtest
  • b328ee7 Eliminate hash closure in favor of calling hash_one directly
  • b9bcbad Use BuildHasher::hash_one
  • 7ff6c9e Use random hasher state for number hashing test
  • fe031cd Delete trace_macros! functionality from test
  • Additional commits viewable in compare view


Updates async-trait from 0.1.74 to 0.1.77

Release notes

Sourced from async-trait's releases.

0.1.76

  • Documentation improvements

0.1.75

  • Documentation improvements
Commits


Updates clap from 4.4.8 to 4.4.12

Release notes

Sourced from clap's releases.

v4.4.12

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

v4.4.11

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

v4.4.10

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands
Changelog

Sourced from clap's changelog.

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands
Commits
  • 6d601e6 chore: Release
  • 048e7f0 docs: Update changelog
  • 53f5b82 Merge pull request #5267 from vermiculus/sa/avoid-pv-expansion-in-help
  • 05cd057 perf: Avoid retrieving possible_values unless used
  • 2920808 test: Update snapshots
  • 28763eb chore: Release
  • ace7bb5 docs(complete): Update changelog
  • 76beca4 docs(complete): Polish API reference for dynamic
  • 3630e58 Merge pull request #5273 from epage/docsrs
  • 3724b9e docs: Include more content on docs.rs
  • Additional commits viewable in compare view


Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.
Commits


Updates gio from 0.18.3 to 0.18.4

Release notes

Sourced from gio's releases.

0.18.4

Guillaume Gomez :
      Fix new clippy lints

Sebastian Dröge: glib: Deprecate main context channel gio: Don't wrongly cast DataInputStream byte arrays to a const pointer Update versions to 0.18.4

Zander Brown: gio: return NULL from spawn_blocking's underlying gtask

Commits
  • c245700 Update versions to 0.18.4
  • a44ab02 Merge pull request #1240 from sdroege/0.18-backports
  • eba8f9d gio: return NULL from spawn_blocking's underlying gtask
  • 5e14a8d gio: Don't wrongly cast DataInputStream byte arrays to a const pointer
  • a7af9c0 Fix new clippy lints
  • 93f6a02 Merge pull request #1231 from sdroege/0.18-deprecate-main-context-channel
  • 9a8b40f glib: Deprecate main context channel
  • See full diff in compare view


Updates glib from 0.18.3 to 0.18.5

Release notes

Sourced from glib's releases.

0.18.5

Guillaume Desmottes:
      glib: improve message on deprecated channel API

Paolo Borelli: macros: generate GlibPtrDefault when deriving Boxed and SharedBoxed

Sebastian Dröge: Fix / work around a couple of new clippy 1.75 warnings Update versions to 0.18.5

0.18.4

Guillaume Gomez :
      Fix new clippy lints

Sebastian Dröge: glib: Deprecate main context channel gio: Don't wrongly cast DataInputStream byte arrays to a const pointer Update versions to 0.18.4

Zander Brown: gio: return NULL from spawn_blocking's underlying gtask

Commits
  • 42b9caf Update versions to 0.18.5
  • 22c0f50 Merge pull request #1264 from sdroege/0.18-backports
  • f21c9da Fix / work around a couple of new clippy 1.75 warnings
  • 574908c macros: generate GlibPtrDefault when deriving Boxed and SharedBoxed
  • 5a17fef glib: improve message on deprecated channel API
  • c245700 Update versions to 0.18.4
  • a44ab02 Merge pull request #1240 from sdroege/0.18-backports
  • eba8f9d gio: return NULL from spawn_blocking's underlying gtask
  • 5e14a8d gio: Don't wrongly cast DataInputStream byte arrays to a const pointer
  • a7af9c0 Fix new clippy lints
  • Additional commits viewable in compare view


Updates gdk-pixbuf from 0.18.3 to 0.18.5

Release notes

Sourced from gdk-pixbuf's releases.

0.18.5

Guillaume Desmottes:
      glib: improve message on deprecated channel API

Paolo Borelli: macros: generate GlibPtrDefault when deriving Boxed and SharedBoxed

Sebastian Dröge: Fix / work around a couple of new clippy 1.75 warnings Update versions to 0.18.5

0.18.4

Guillaume Gomez :
      Fix new clippy lints

Sebastian Dröge: glib: Deprecate main context channel gio: Don't wrongly cast DataInputStream byte arrays to a const pointer Update versions to 0.18.4

Zander Brown: gio: return NULL from spawn_blocking's underlying gtask

Commits
  • 42b9caf Update versions to 0.18.5
  • 22c0f50 Merge pull request #1264 from sdroege/0.18-backports
  • f21c9da Fix / work around a couple of new clippy 1.75 warnings
  • 574908c macros: generate GlibPtrDefault when deriving Boxed and SharedBoxed
  • 5a17fef glib: improve message on deprecated channel API
  • c245700 Update versions to 0.18.4
  • a44ab02 Merge pull request #1240 from sdroege/0.18-backports
  • eba8f9d gio: return NULL from spawn_blocking's underlying gtask
  • 5e14a8d gio: Don't wrongly cast DataInputStream byte arrays to a const pointer
  • a7af9c0 Fix new clippy lints
  • Additional commits viewable in compare view


Updates anyhow from 1.0.75 to 1.0.79

Release notes

Sourced from anyhow's releases.

1.0.79

  • Work around improperly cached build script result by sccache (#340)

1.0.78

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#337)

1.0.77

1.0.76

  • Opt in to unsafe_op_in_unsafe_fn lint (#329)
Commits
  • 71ab53d Release 1.0.79
  • 60705a5 Merge pull request #340 from dtolnay/depinfo
  • 17e252b Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache
  • 04774c0 Merge pull request #338 from dtolnay/nightlyci
  • 1fd290c Make CI verify that error_generic_member_access works in latest nightly
  • ee41470 RUSTC must be set by Cargo for build script
  • 38c79ef Release 1.0.78
  • ded2295 Merge pull request #337 from dtolnay/bootstrap
  • ae45b67 Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 2d32366 Update crate name used for build script probe
  • Additional commits viewable in compare view


Updates axum from 0.6.20 to 0.7.3

Release notes

Sourced from axum's releases.

axum-extra - v0.7.3

  • added: Implement Deref and DerefMut for built-in extractors (#1922)
  • added: Add OptionalPath extractor (#1889)

#1889: tokio-rs/axum#1889 #1922: tokio-rs/axum#1922

axum - v0.7.3

  • added: Body implements From<()> now (#2411)
  • change: Update version of multer used internally for multipart (#2433)
  • change: Update tokio-tungstenite to 0.21 (#2435)
  • added: Enable tracing feature by default (#2460)
  • added: Support graceful shutdown on serve (#2398)
  • added: RouterIntoService implements Clone (#2456)

#2411: tokio-rs/axum#2411 #2433: tokio-rs/axum#2433 #2435: tokio-rs/axum#2435 #2460: tokio-rs/axum#2460 #2398: tokio-rs/axum#2398 #2456: tokio-rs/axum#2456

axum-extra - v0.7.2

  • added: Implement IntoResponse for MultipartError (#1861)

#1861: tokio-rs/axum#1861

axum - v0.7.2

  • added: Add axum::body::to_bytes (#2373)
  • fixed: Gracefully handle accept errors in serve (#2400)

#2373: tokio-rs/axum#2373 #2400: tokio-rs/axum#2400

axum-extra - v0.7.1

  • Updated to latest axum-macros

axum - v0.7.1

  • fix: Fix readme.

axum-extra - v0.7.0

  • breaking: Remove the spa feature which should have been removed in 0.6.0 (#1802)
  • added: Add Multipart. This is similar to axum::extract::Multipart except that it enforces field exclusivity at runtime instead of compile time, as this improves usability (#1692)
  • added: Implement Clone for CookieJar, PrivateCookieJar and SignedCookieJar (#1808)
  • fixed: Add #[must_use] attributes to types that do nothing unless used (#1809)

#1692: tokio-rs/axum#1692 #1802: tokio-rs/axum#1802

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Looks like these dependencies are up-to-date now, so this is no longer needed.