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 #129

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps the dependencies group with 12 updates:

Package From To
clap 4.5.4 4.5.8
edit-distance 2.1.0 2.1.2
gdk-pixbuf 0.19.2 0.19.8
gio 0.19.5 0.19.8
glib 0.19.7 0.19.9
lazy_static 1.4.0 1.5.0
log 0.4.21 0.4.22
regex 1.10.4 1.10.5
reqwest 0.12.4 0.12.5
serde_json 1.0.117 1.0.119
toml 0.8.13 0.8.14
url 2.5.0 2.5.2

Updates clap from 4.5.4 to 4.5.8

Release notes

Sourced from clap's releases.

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

v4.5.6

[4.5.6] - 2024-06-06

Changelog

Sourced from clap's changelog.

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

[4.5.5] - 2024-06-06

Fixes

  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all
Commits
  • 469d847 chore: Release
  • e323b91 docs: Update changelog
  • 7101c64 Merge pull request #5557 from tesuji/fish-positional-args-files
  • 5ee1a25 fix(fish): Don't ignore files if has positional args
  • 3a2fb25 Merge pull request #5547 from tesuji/fish-list
  • 1e3681b refactor: Pass list to __fish_seen_subcommand_from
  • b1a0508 refactor: Rewrite iterator for followup changes
  • 5cc44bb Merge pull request #5548 from tesuji/fish-escape-tab
  • 181b9e0 test: Ensure optional_value runs
  • 0724b7b chore: Remove tarpaulin support
  • Additional commits viewable in compare view


Updates edit-distance from 2.1.0 to 2.1.2

Commits


Updates gdk-pixbuf from 0.19.2 to 0.19.8

Release notes

Sourced from gdk-pixbuf's releases.

0.19.8

Bilal Elmoussaoui:
      glib: Requires Upgrade on Downgrade::Weak type
      glib: Mark GParamSpec types as manual
      glib: Don't use macros to generate ParamSpec structs
      Fix various nightly clippy warnings

Fina Wilke: glib-macros: Fix links in property macros docs docs: Fix broken links glib: Make links in README.md work in both web and rustdoc

Paolo Borelli: ci: bump gvsbuild gio: remove Send + Sync requirements from DBusConnection::register_object gio: remove Send + Sync requirements also for other GDBus closures gio: explicitely ignore DBusConnection::register_object Fix cargo fmt Derive TransparentPtrType trait for Boxed strv: add From implementation from a String array Regen with the latest gir from 0.19 branch gio: sync test with master

Sebastian Dröge: glib: Extend spawn_from_within() test to actually use a future that compiles with the normal spawn() gio: Properly export Win32InputStream / Win32OutputStream traits

0.19.7

Fina Wilke:
      glib-macros: Fix clippy warnings in tests
      glib-macros: Properties: Annotate methods with #[allow(dead_code)]

Sebastian Dröge: glib-macros: Make subclassable test actually do something at runtime glib: Add bindings for g_value_set_static_string() and g_value_set_interned_string() Update Cargo.lock glib: Convert safety doc comment to a normal comment Update versions to 0.19.7

0.19.6

Fina Wilke :
      glib: Only implement Send an JoinHandle if the result is Send

Sebastian Dröge: glib: Don't use g_object_list_properties() for setting properties </tr></table>

... (truncated)

Commits
  • 4dc6fee Update Cargo.lock
  • 6616b05 Update versions to 0.19.8
  • 917b362 Merge pull request #1433 from pbor/backports
  • 909e298 gio: sync test with master
  • 1058b8a Regen with the latest gir from 0.19 branch
  • 756a4de Fix various nightly clippy warnings
  • 55af492 strv: add From implementation from a String array
  • 82e2a3b Derive TransparentPtrType trait for Boxed
  • e9df261 gio: Properly export Win32InputStream / Win32OutputStream traits
  • 4ac6f12 glib: Make links in README.md work in both web and rustdoc
  • Additional commits viewable in compare view


Updates gio from 0.19.5 to 0.19.8

Release notes

Sourced from gio's releases.

0.19.8

Bilal Elmoussaoui:
      glib: Requires Upgrade on Downgrade::Weak type
      glib: Mark GParamSpec types as manual
      glib: Don't use macros to generate ParamSpec structs
      Fix various nightly clippy warnings

Fina Wilke: glib-macros: Fix links in property macros docs docs: Fix broken links glib: Make links in README.md work in both web and rustdoc

Paolo Borelli: ci: bump gvsbuild gio: remove Send + Sync requirements from DBusConnection::register_object gio: remove Send + Sync requirements also for other GDBus closures gio: explicitely ignore DBusConnection::register_object Fix cargo fmt Derive TransparentPtrType trait for Boxed strv: add From implementation from a String array Regen with the latest gir from 0.19 branch gio: sync test with master

Sebastian Dröge: glib: Extend spawn_from_within() test to actually use a future that compiles with the normal spawn() gio: Properly export Win32InputStream / Win32OutputStream traits

0.19.7

Fina Wilke:
      glib-macros: Fix clippy warnings in tests
      glib-macros: Properties: Annotate methods with #[allow(dead_code)]

Sebastian Dröge: glib-macros: Make subclassable test actually do something at runtime glib: Add bindings for g_value_set_static_string() and g_value_set_interned_string() Update Cargo.lock glib: Convert safety doc comment to a normal comment Update versions to 0.19.7

0.19.6

Fina Wilke :
      glib: Only implement Send an JoinHandle if the result is Send

Sebastian Dröge: glib: Don't use g_object_list_properties() for setting properties </tr></table>

... (truncated)

Commits
  • 4dc6fee Update Cargo.lock
  • 6616b05 Update versions to 0.19.8
  • 917b362 Merge pull request #1433 from pbor/backports
  • 909e298 gio: sync test with master
  • 1058b8a Regen with the latest gir from 0.19 branch
  • 756a4de Fix various nightly clippy warnings
  • 55af492 strv: add From implementation from a String array
  • 82e2a3b Derive TransparentPtrType trait for Boxed
  • e9df261 gio: Properly export Win32InputStream / Win32OutputStream traits
  • 4ac6f12 glib: Make links in README.md work in both web and rustdoc
  • Additional commits viewable in compare view


Updates glib from 0.19.7 to 0.19.9

Release notes

Sourced from glib's releases.

0.19.9

Paolo Borelli:
      glib-macros: do not emit deprecation warnings for old clone! and closure! in 0.19
      glib-macros: make new clone! and closure! syntax a feature
      glib-macros: restore stable documentation of clone! and closure!
      glib-macros: make tests for new clone! conditional as well
      glib: stick to the old clone syntax

Sebastian Dröge:
Update clone! and closure! macro to new syntax
glib-macros: Fix unit return in closure!() macro
glib-macros: Don't produce unnecessary braces in clone!(async move { x })
glib-macros: Fix clone tests to work with both the unstable syntax enabled and not
Update Cargo.lock
Update versions to 0.19.9
glib: Depend on glib-macros 0.19.9 for the new feature

0.19.8

Bilal Elmoussaoui:
      glib: Requires Upgrade on Downgrade::Weak type
      glib: Mark GParamSpec types as manual
      glib: Don't use macros to generate ParamSpec structs
      Fix various nightly clippy warnings

Fina Wilke:
glib-macros: Fix links in property macros docs
docs: Fix broken links
glib: Make links in README.md work in both web and rustdoc

Paolo Borelli:
ci: bump gvsbuild
gio: remove Send + Sync requirements from DBusConnection::register_object
gio: remove Send + Sync requirements also for other GDBus closures
gio: explicitely ignore DBusConnection::register_object
Fix cargo fmt
Derive TransparentPtrType trait for Boxed
strv: add From implementation from a String array
Regen with the latest gir from 0.19 branch
gio: sync test with master

Sebastian Dröge:
glib: Extend spawn_from_within() test to actually use a future that compiles with the normal spawn()
gio: Properly export Win32InputStream / Win32OutputStream traits

Commits
  • ed9a0d5 glib: Depend on glib-macros 0.19.9 for the new feature
  • 364dce5 Update versions to 0.19.9
  • 6610a24 Update Cargo.lock
  • f6241bd glib-macros: Fix clone tests to work with both the unstable syntax enabled an...
  • 20c621b glib: stick to the old clone syntax
  • dbd97a4 glib-macros: make tests for new clone! conditional as well
  • 696cbc6 glib-macros: restore stable documentation of clone! and closure!
  • daf0268 glib-macros: make new clone! and closure! syntax a feature
  • 05b80e0 glib-macros: do not emit deprecation warnings for old clone! and closure! in ...
  • 5edb8a6 glib-macros: Don't produce unnecessary braces in clone!(async move { x })
  • Additional commits viewable in compare view


Updates lazy_static from 1.4.0 to 1.5.0

Commits


Updates log from 0.4.21 to 0.4.22

Changelog

Sourced from log's changelog.

[0.4.22] - 2024-06-27

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/log/compare/0.4.21...0.4.22

Commits
  • d5ba2cf Merge pull request #634 from rust-lang/cargo/0.4.22
  • d1a8306 prepare for 0.4.22 release
  • 46894ef Merge pull request #633 from rust-lang/feat/panic-info
  • e0d389c Merge pull request #632 from rust-lang/feat/loosen-atomics
  • c9e5e13 use Location::caller() for file and line info
  • 507b672 loosen orderings for logger initialization
  • c879b01 Merge pull request #628 from Thomasdezeeuw/fix-warnings
  • 405fdb4 Merge pull request #627 from Thomasdezeeuw/check-features
  • 1307ade Remove unneeded import
  • 710560e Don't use --all-features in CI
  • Additional commits viewable in compare view


Updates regex from 1.10.4 to 1.10.5

Changelog

Sourced from regex's changelog.

1.10.5 (2024-06-09)

This is a new patch release with some minor fixes.

Bug fixes:

Commits
  • 0718fc5 1.10.5
  • 377463b changelog: 1.10.4 and 1.10.5
  • 68c4f0b regex-automata-0.4.7
  • 4757b5f regex-syntax-0.8.4
  • 1430b65 changelog: 1.10.4
  • 1f9f9cc bytes: escape invalid UTF-8 bytes in debug output for Match
  • ab4c8d1 doc: fix duplicate phrasing typo
  • ddeb85e cli/deps: update memmap2 to 0.9
  • 023f1c9 lite: fix attribute warning about rustfmt
  • 9c139f4 syntax: simplify Hir::dot constructors
  • Additional commits viewable in compare view


Updates reqwest from 0.12.4 to 0.12.5

Release notes

Sourced from reqwest's releases.

v0.12.5

What's Changed

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

New Contributors

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5

Changelog

Sourced from reqwest's changelog.

v0.12.5

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.
Commits
  • 29d4cff v0.12.5
  • a7880d6 tests: fix http3 tests
  • c32d877 tests: enable http3 content-length test
  • ce3b30e http3: send content-length if known
  • 404df59 test: add http3 test server support
  • e5ce0b5 fix: don't enable hyper-rustls/http2 unless http2 is already enabled
  • ccb5e40 Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...
  • c56fbae tests: remove a proxy parse error check
  • 8cc7cd4 msrv: pin url
  • 695bc04 fix: http3 resolving ipv6 addresses (#2305)
  • Additional commits viewable in compare view


Updates serde_json from 1.0.117 to 1.0.119

Release notes

Sourced from serde_json's releases.

v1.0.119

v1.0.118

Commits
  • b48b9a3 Release 1.0.119
  • 8878cd7 Make shift_insert available for inlining like other Map methods
  • 352b7ab Document the cfg required for Map::shift_insert to exist
  • c17e63f Merge pull request #1149 from joshka/master
  • 309ef6b Add Map::shift_insert()
  • a9e089a Merge pull request #1146 from haouvw/master
  • a83fe96 chore: remove repeat words
  • c4f24f3 Release 1.0.118
  • 51d94eb Combine Map's Hash into one impl
  • 5e7bedc Touch up PR 1127
  • Additional commits viewable in compare view


Updates toml from 0.8.13 to 0.8.14

Commits
  • c383efa chore: Release
  • 7bb1781 docs: Update changelog
  • 0af6deb Merge pull request #740 from epage/key-quotes
  • c9e36e7 fix(encode): Prefer literals over escaping double-quotes
  • 42f7a1b test(encode): Show existing quote behavior
  • 9e6290f chore(deps): Update compatible (dev) (#737)
  • dbf1cc1 Merge pull request #736 from epage/snapbox
  • ec9bfd7 chore: Update to snapbox 0.6
  • 881bf67 chore: Remove unused features
  • b62c76e refactor: Resolve deprecations
  • Additional commits viewable in compare view


Updates url from 2.5.0 to 2.5.2

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