Skip to content

Bump the rust group with 27 updates #633

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

Bumps the rust group with 27 updates:

Package From To
anyhow 1.0.95 1.0.98
apple-sdk 0.5.2 0.6.0
bytes 1.10.0 1.10.1
clap 4.5.28 4.5.38
duct 0.13.7 1.0.0
flate2 1.0.35 1.1.1
goblin 0.8.2 0.10.0
http 1.2.0 1.3.1
http-body-util 0.1.2 0.1.3
hyper-util 0.1.10 0.1.12
object 0.32.2 0.36.7
octocrab 0.34.3 0.44.1
once_cell 1.20.2 1.21.3
pep440_rs 0.6.6 0.7.3
reqwest 0.12.12 0.12.15
reqwest-middleware 0.4.0 0.4.2
scroll 0.12.0 0.13.0
semver 1.0.25 1.0.26
serde 1.0.217 1.0.219
serde_json 1.0.138 1.0.140
sha2 0.10.8 0.10.9
tar 0.4.43 0.4.44
tempfile 3.16.0 3.20.0
tokio 1.43.1 1.45.1
version-compare 0.1.1 0.2.0
zip 0.6.6 4.0.0
zstd 0.13.2 0.13.3

Updates anyhow from 1.0.95 to 1.0.98

Release notes

Sourced from anyhow's releases.

1.0.98

1.0.97

  • Documentation improvements

1.0.96

  • Documentation improvements
Commits
  • 709fe86 Release 1.0.98
  • cbc1ad2 Merge pull request #415 from dtolnay/intodyn
  • e1a2017 Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>
  • 29f2edd Merge pull request #416 from dtolnay/oldnostd
  • 2244db8 Omit unused object_boxed from vtable in old no-std rustc
  • 213a9c2 Merge pull request #414 from dtolnay/nightly
  • 02aa6b6 Make all nightly go through the module that was probed
  • bfb89ef Release 1.0.97
  • c7fca9b Ignore elidable_lifetime_names pedantic clippy lint
  • 427c0bb Point standard library links to stable
  • Additional commits viewable in compare view

Updates apple-sdk from 0.5.2 to 0.6.0

Commits
  • 1168eb2 workspace: perform releases
  • 1cbcefc workspace: enable http2 reqwest feature
  • d5d09f0 apple-codesign: add release notes for Info.plist fix
  • 0e88caf apple-codesign: print S3 error context
  • b7fab9b apple-codesign: honor verbose level to set logging level
  • cfb7529 apple-platform-rs: fix non-macOS Info.plist detection
  • 100545d apple-xar: add id attribute for extended attribute struct
  • 5fb3af6 apple-sdk: support reading path set by xcode-select --switch
  • 9ba97e6 app-store-connect: add api to enable capability for a bundle ID
  • e09f979 app-store-connect: add IosDistribution certificate type
  • Additional commits viewable in compare view

Updates bytes from 1.10.0 to 1.10.1

Release notes

Sourced from bytes's releases.

Bytes v1.10.1

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)

#773: tokio-rs/bytes#773

Changelog

Sourced from bytes's changelog.

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)
Commits

Updates clap from 4.5.28 to 4.5.38

Release notes

Sourced from clap's releases.

v4.5.38

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

v4.5.37

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

[4.5.35] - 2025-04-01

Fixes

  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

[4.5.35] - 2025-04-01

Fixes

  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

... (truncated)

Commits
  • 2920fb0 chore: Release
  • 8902627 docs: Update changelog
  • 79d696f Merge pull request #5813 from epage/ignore
  • 479df35 fix(parser): Fill in defaults on ignored error
  • a1d69ca refactor(parser): Split up parsing from post-processing
  • 6827841 test(parser): Show bad ignore_errors defaulting case
  • 76d0049 test(parser): Verify defaulting on errors
  • 3f5c05c test(parser): Ensure we are actually testing ignore_errors
  • ba4745d chore(ci): Fix use of permissions
  • 22944b4 chore(ci): Use matrix for tracking the runner
  • Additional commits viewable in compare view

Updates duct from 0.13.7 to 1.0.0

Commits
  • 08e7ede version 1.0.0
  • 81b247f comment tweaks
  • 8d9b60c update duct_sh to edition 2021
  • 1b6084e switch from thread spawning to the CPython strategy for leaked children
  • ebb5158 stop waiting in kill
  • 771f5f5 add an assert to test_zombies_reaped
  • e0d7caa clean up imports
  • a65eb18 factor out the shared_thread module into its own crate
  • e3294c4 fix broken test with impl Drop for ChildHandle spawning a reaper thread on Unix
  • f295110 BROKEN TEST: assert that dropped Handles eventually reap the zombie child
  • Additional commits viewable in compare view

Updates flate2 from 1.0.35 to 1.1.1

Release notes

Sourced from flate2's releases.

1.1.1

This release should be smaller and thus faster to download. Additionally, when using the zlib-rs backend, duplicate symbol issues shouldn't occur anymore.

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.0...1.1.1

1.1.0

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0

Commits
  • 98c98c8 Merge pull request #482 from folkertdev/update-zlib-rs-0.5.0
  • 94b36b0 upgrade zlib-rs to version 0.5.0
  • a79bfe4 Merge pull request #481 from Shnatsel/backend-docs
  • 694e822 less editorializing
  • 6debe95 Merge pull request #480 from Shnatsel/zlib-rs-readme
  • a24e276 Rewrite outdated backend notes in lib.rs
  • 78ca174 More informative README on backends
  • c9a3efa Merge pull request #476 from jayvdb/rm-changelog
  • 0b2137d Remove stale CHANGELOG.md
  • 0abbd1c Merge pull request #475 from oyvindln/patch-1
  • Additional commits viewable in compare view

Updates goblin from 0.8.2 to 0.10.0

Changelog

Sourced from goblin's changelog.

[0.10.0] - 2025-5-25

Breaking

build: use rust 2024 edition; bump MSRV to 1.85 pe: fix address size incompatibility on 32-bit builds, thanks @​kkent030315: m4b/goblin#441 pe: fix fail on malformed certificate table parsing, thanks @​ideeockus: m4b/goblin#417 pe: remove use of generics for is_32bit, thanks @​kkent030315: m4b/goblin#435 pe: Support multiple debug directories and VCFeature, Repro, ExDllCharacteristics, POGO parsers, thanks @​kkent030315: m4b/goblin#403

Added

elf: add Loongarch macros and name mapping, thanks @​000lbh: m4b/goblin#446 pe: Add base relocation parser thanks @​kkent030315: m4b/goblin#444

Fixed

pe.header: fix parse without rich header, thanks @​ideeockus: m4b/goblin#451 pe.header: fix parse header with no dos stub, thanks @​ideeockus: m4b/goblin#456 pe.imports: ignore malformed imports in ParseMode::Permissive, thanks @​ideeockus: m4b/goblin#442 pe: Change Section Table Real Name Handling, thanks @​prettyroseslover: m4b/goblin#438 pe.tls: tlsdata.parse_with_opts - integer overflow + out of bound, thanks @​BinFlip: m4b/goblin#448 pe.debug: POGOInfo.parse_with_opts - integer overflow + out of bound, thanks @​BinFlip: m4b/goblin#449 archive: fix subtract with overflow in archive parser, thanks @​kkent030315: m4b/goblin#454 te: fix subtract with overflow in TE header parser, thanks @​kkent030315: m4b/goblin#452 archive: fix size overflow in name index parser, thanks @​kkent030315: m4b/goblin#455 coff: fix subtract with overflow in COFF header parser, thanks @​kkent030315: m4b/goblin#453

[0.9.3] - 2025-1-5

Fixed

pe: fix import parser for non-well-formed import table, thanks @​kkent030315: m4b/goblin#429 pe: fix empty import table parsing, thanks @​kkent030315: m4b/goblin#430

Added

pe: Add tests for TLS parser and characteristics constants, thanks @​kkent030315: m4b/goblin#426 elf: added new constants for 32-bit PowerPC, thanks @​ivlzme m4b/goblin#439

[0.9.2] - 2024-10-26

Fixed

pe: fix PE with zero raw_data_size of section, thanks @​ideeockus: m4b/goblin#396

Added

pe: allow parsing pe::Header without dos stubs, Header::parse_without_dos, thanks @​ideeockus: m4b/goblin#396

[0.9.1] - 2024-10-24

(hot) Fix

pe: fix parsing of tls in certain cases (issue: m4b/goblin#424), thanks @​kkent030315: m4b/goblin#425

[0.9.0] - 2024-10-20

Added, Breaking

pe: add TE (terse executable) support, big thanks @​Javagedes: m4b/goblin#397 pe: add support for codeview PDB 2.0, thanks @​joschock: m4b/goblin#409 pe: parse TLS in data directories, thanks @​kkent030315: m4b/goblin#404

Commits
  • c077bc6 build: cargo fmt for 2024 edition
  • d04e589 build: bump version to 0.10.0; update changelog; update CI to use MSRV
  • 8764abe pe.section_table: add explicit elided lifetime as 'a for Cow
  • accd94c build: update unsafe blocks to new 2024 requirements
  • 2941655 pe.tests: add missing test annotation on test which 2024 edition caught
  • b83da6f build: bump version to 0.10.0; update to rust 2024 edition; set MSRV=1.85
  • 097a174 docs: update CHANGELOG in prep for 0.10; update readme to add 3 new contribut...
  • bc33409 PE: Add base relocation parser (#444)
  • f06b768 COFF: fix subtract with overflow in COFF header parser (#453)
  • 9c9ded7 archive: fix size overflow in name index parser (#455)
  • Additional commits viewable in compare view

Updates http from 1.2.0 to 1.3.1

Release notes

Sourced from http's releases.

v1.3.1

What's Changed

Full Changelog: hyperium/http@v1.3.0...v1.3.1

v1.3.0

What's Changed

  • Allow most UTF-8 characters in URI path and query. (hyperium/http#715)
    • This means paring Uris with previously illegal characters according the original RFC will now be accepted. They used to be rejected in the name of spec purity, but many operators were using a fork of http because reality is that most characters are seen in the real world.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.

New Contributors

Thanks!

Full Changelog: hyperium/http@v1.2.0...v1.3.0

Changelog

Sourced from http's changelog.

1.3.1 (March 11, 2025)

  • Fix validation that all characters are UTF-8 in URI path and query.

1.3.0 (March 11, 2025)

  • Allow most UTF-8 characters in URI path and query.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.
Commits
  • 8c1fb20 v1.3.1
  • 6637a72 fix: validate path bytes are at least utf8 (#756)
  • d0dd91e v1.3.0
  • 64bd92b docs: Fixed encryption/compression typo for 'accept-encoding: identity'. (#695)
  • b03ed6a chore: use range.contains in StatusCode methods (#748)
  • a463fb5 chore(ci): use yq to get rust-version in manifest (#746)
  • 68845bd fix: HeaderMap::reserve allocates insufficient capacity (#741)
  • 4e02046 refactor(header): remove BytesMut inline optimization when creating (#738)
  • 091ee9a feat(uri): allow utf8 char, not rfc 3986 compliant, in path and query (#715)
  • See full diff in compare view

Updates http-body-util from 0.1.2 to 0.1.3

Release notes

Sourced from http-body-util's releases.

http-body-util v0.1.3

Features

  • Add Channel, a body type backed by an async channel.
  • Make Empty::new() to be const fn.

Thanks!

Commits

Updates hyper-util from 0.1.10 to 0.1.12

Release notes

Sourced from hyper-util's releases.

v0.1.12

tl;dr

  • Add client::legacy::proxy::Tunnel connector that wraps another connector with HTTP tunneling.
  • Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another connector with SOCKS.
  • Add client::proxy::matcher::Matcher type that can use environment variables to match proxy rules.
  • Add server::graceful::Watcher type that can be sent to watch a connection in another task.
  • Add GracefulShutdown::count() method to get number of currently watched connections.
  • Fix missing must_use attributes on Connection futures.
  • Fix tracing span in GAI resolver that can cause panics.

What's Changed

New Contributors

Full Changelog: hyperium/hyper-util@v0.1.11...v0.1.12

v0.1.11

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from hyper-util's changelog.

0.1.12 (2025-05-19)

  • Add client::legacy::proxy::Tunnel connector that wraps another connector with HTTP tunneling.
  • Add client::legacy::proxy::{SocksV4, SocksV5} connectors that wraps another connector with SOCKS.
  • Add client::proxy::matcher::Matcher type that can use environment variables to match proxy rules.
  • Add server::graceful::Watcher type that can be sent to watch a connection in another task.
  • Add GracefulShutdown::count() method to get number of currently watched connections.
  • Fix missing must_use attributes on Connection futures.
  • Fix tracing span in GAI resolver that can cause panics.

0.1.11 (2025-03-31)

  • Add tracing crate feature with support in TokioExecutor.
  • Add HttpConnector::interface() support for macOS and Solarish systems.
  • Add rt::WithHyperIo and rt::WithTokioIo combinators.
  • Add auto_date_header() for auto server builder.
  • Add max_local_error_reset_streams() for auto server builder.
  • Add ignore_invalid_headers() for auto server builder.
  • Add methods to determine if auto server is configured for HTTP/1 or HTTP/2.
  • Implement Connection for UnixStream and NamedPipeClient.
  • Fix HTTP/2 websocket requests sent through legacy::Client.
Commits
  • 8805922 v0.1.12
  • 7e34375 feat(client): add proxy::SocksV4 and proxy::SocksV5 connectors (#187)
  • 7e74248 feat(client): add windows system proxies for Matcher (#190)
  • acdda1a feat(client): add macOS system proxy support for Matcher (#189)
  • 6c29abb feat(client): add proxy::matcher utilities (#171)
  • e74ab78 feat(server): add method to get number of watching connection (#185)
  • 9ac0dfe docs(client): Include .pool_timer() in the Client builder example (#186)
  • a891979 feat(client): add proxy::Tunnel legacy util (#140)
  • c39da45 feat(server): implement Default for server auto connection Builder (#183)
  • 8610b18 feat(server): add graceful::Watcher type (#182)
  • Additional commits viewable in compare view

Updates object from 0.32.2 to 0.36.7

Changelog

Sourced from object's changelog.

0.36.7

Released 2024/12/21.

Changed

  • Included build.rs in package.

0.36.6

Released 2024/12/21.

Added

  • Added Architecuture::M68k. #742 #749

  • Added Architecuture::Mips64_N32. #743

  • Added elf::SHT_RELR, read::elf::SectionHeader::relr, and write::elf::Writer::write_relative_relocation_section_header. #746

  • Added core::error::Error implementation for Rust 1.81 onwards. #747

Changed

  • Changed build::elf::Builder to support .annobin.notes, SHT_LLVM_DEPENDENT_LIBRARIES, and SHT_RELR sections. #735 #737 #746

  • Changed write::Object::add_subsection to omit the subsection name suffix if the subsection name is empty. #748


0.36.5

Released 2024/10/04.

Added

... (truncated)

Commits

Updates octocrab from 0.34.3 to 0.44.1

Release notes

Sourced from octocrab's releases.

v0.44.1

Fixed

  • (docs) Update and fix crate documentation for docs.rs, update README (#769)
  • print deprecation warning to stderr (#768)

Other

  • Add optional name field to Author struct (#771)
  • Add 'dowload' and 'download_zip' functions to client (#766)
  • Add enum EventInstallation::id() helper (#763)
  • examples/graphql_issues.rs: Update schema URL (#764)

v0.44.0

Added

  • Implement Serialize for Page (#761)

Fixed

  • [breaking] sha is optional in DiffEntry if file contents are unchanged (#750)
  • insert auth headers for api.github.com (#754)
  • (emails) visibility can be null (#756)

v0.43.0

Other

  • Enable client reuse when authenticating via a Github app using user access tokens (#740)
  • [breaking] Box the github error & fix clippy lints (#743)
  • issues can now be closed as duplicate (#741)
  • Add "merged" field to PullRequest (#737)

v0.42.1

Other

  • Secret scanning alert locations API (#735)

v0.42.0

Added

  • added ssh_signing_keys ops (#725)

Other

  • Secrets and Code scanning alerts API (#730)
  • add support for custom executors (#728)
  • Fixup route in api/issues/update (#732)

v0.41.2

Fixed

... (truncated)

Changelog

Sourced from octocrab's changelog.

0.44.1 - 2025-05-06

Fixed

  • (docs) Update and fix crate documentation for docs.rs, update README (#769)
  • print deprecation warning to stderr (#768)

Other

  • Add optional name field to Author struct (#771)
  • Add 'dowload' and 'download_zip' functions to client (#766)
  • Add enum EventInstallation::id() helper (#763)
  • examples/graphql_issues.rs: Update schema URL (#764)

0.44.0 - 2025-03-26

Added

  • Implement Serialize for Page (#761)

Fixed

  • [breaking] sha is optional in DiffEntry if file contents are unchanged (#750)
  • insert auth headers for api.github.com (#754)
  • (emails) visibility can be null (#756)

0.43.0 - 2025-01-13

Other

  • Enable client reuse when authenticating via a Github app using user access tokens (#740)
  • [breaking] Box the github error & fix clippy lints (

Bumps the rust group with 27 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.98` |
| [apple-sdk](https://github.com/indygreg/apple-platform-rs) | `0.5.2` | `0.6.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.10.0` | `1.10.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.28` | `4.5.38` |
| [duct](https://github.com/oconnor663/duct.rs) | `0.13.7` | `1.0.0` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.35` | `1.1.1` |
| [goblin](https://github.com/m4b/goblin) | `0.8.2` | `0.10.0` |
| [http](https://github.com/hyperium/http) | `1.2.0` | `1.3.1` |
| [http-body-util](https://github.com/hyperium/http-body) | `0.1.2` | `0.1.3` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.10` | `0.1.12` |
| [object](https://github.com/gimli-rs/object) | `0.32.2` | `0.36.7` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.34.3` | `0.44.1` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.21.3` |
| [pep440_rs](https://github.com/konstin/pep440-rs) | `0.6.6` | `0.7.3` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.15` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.4.0` | `0.4.2` |
| [scroll](https://github.com/m4b/scroll) | `0.12.0` | `0.13.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.25` | `1.0.26` |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.140` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.43` | `0.4.44` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.16.0` | `3.20.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.43.1` | `1.45.1` |
| [version-compare](https://gitlab.com/timvisee/version-compare) | `0.1.1` | `0.2.0` |
| [zip](https://github.com/zip-rs/zip2) | `0.6.6` | `4.0.0` |
| [zstd](https://github.com/gyscos/zstd-rs) | `0.13.2` | `0.13.3` |


Updates `anyhow` from 1.0.95 to 1.0.98
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.95...1.0.98)

Updates `apple-sdk` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/indygreg/apple-platform-rs/releases)
- [Changelog](https://github.com/indygreg/apple-platform-rs/blob/main/release.toml)
- [Commits](indygreg/apple-platform-rs@apple-sdk/0.5.2...apple-sdk/0.6.0)

Updates `bytes` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.10.0...v1.10.1)

Updates `clap` from 4.5.28 to 4.5.38
- [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_complete-v4.5.28...clap_complete-v4.5.38)

Updates `duct` from 0.13.7 to 1.0.0
- [Commits](oconnor663/duct.rs@0.13.7...1.0.0)

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

Updates `goblin` from 0.8.2 to 0.10.0
- [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md)
- [Commits](m4b/goblin@0.8.2...0.10.0)

Updates `http` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.2.0...v1.3.1)

Updates `http-body-util` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@http-body-util-v0.1.2...http-body-util-v0.1.3)

Updates `hyper-util` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.10...v0.1.12)

Updates `object` from 0.32.2 to 0.36.7
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.32.2...0.36.7)

Updates `octocrab` from 0.34.3 to 0.44.1
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.34.3...v0.44.1)

Updates `once_cell` from 1.20.2 to 1.21.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.2...v1.21.3)

Updates `pep440_rs` from 0.6.6 to 0.7.3
- [Changelog](https://github.com/konstin/pep440-rs/blob/main/Changelog.md)
- [Commits](konstin/pep440-rs@v0.6.6...v0.7.3)

Updates `reqwest` from 0.12.12 to 0.12.15
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15)

Updates `reqwest-middleware` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.4.0...reqwest-middleware-v0.4.2)

Updates `scroll` from 0.12.0 to 0.13.0
- [Changelog](https://github.com/m4b/scroll/blob/master/CHANGELOG.md)
- [Commits](https://github.com/m4b/scroll/commits)

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

Updates `serde` from 1.0.217 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.219)

Updates `serde_json` from 1.0.138 to 1.0.140
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.138...v1.0.140)

Updates `sha2` from 0.10.8 to 0.10.9
- [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9)

Updates `tar` from 0.4.43 to 0.4.44
- [Commits](alexcrichton/tar-rs@0.4.43...0.4.44)

Updates `tempfile` from 3.16.0 to 3.20.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.16.0...v3.20.0)

Updates `tokio` from 1.43.1 to 1.45.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.43.1...tokio-1.45.1)

Updates `version-compare` from 0.1.1 to 0.2.0
- [Changelog](https://gitlab.com/timvisee/version-compare/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/timvisee/version-compare/compare/v0.1.1...v0.2.0)

Updates `zip` from 0.6.6 to 4.0.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/commits/v4.0.0)

Updates `zstd` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: apple-sdk
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: bytes
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: clap
  dependency-version: 4.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: duct
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust
- dependency-name: flate2
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: goblin
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: http
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: http-body-util
  dependency-version: 0.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: hyper-util
  dependency-version: 0.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: object
  dependency-version: 0.36.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: octocrab
  dependency-version: 0.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: once_cell
  dependency-version: 1.21.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: pep440_rs
  dependency-version: 0.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: reqwest
  dependency-version: 0.12.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: reqwest-middleware
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: scroll
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: semver
  dependency-version: 1.0.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: serde
  dependency-version: 1.0.219
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: serde_json
  dependency-version: 1.0.140
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: sha2
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: tar
  dependency-version: 0.4.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: tempfile
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: tokio
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: version-compare
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: zip
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust
- dependency-name: zstd
  dependency-version: 0.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 27, 2025
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.

0 participants