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

build: bump the rust-dependencies group with 16 updates #77

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps the rust-dependencies group with 16 updates:

Package From To
anyhow 1.0.92 1.0.93
clap 4.5.20 4.5.21
clap-verbosity-flag 2.2.2 3.0.1
rattler_conda_types 0.29.0 0.29.2
rattler_index 0.19.34 0.19.36
rattler_lock 0.22.29 0.22.31
rattler_networking 0.21.5 0.21.6
rattler_package_streaming 0.22.11 0.22.13
rattler_shell 0.22.5 0.22.7
reqwest-middleware 0.3.3 0.4.0
serde 1.0.214 1.0.215
serde_json 1.0.132 1.0.133
tokio 1.41.0 1.41.1
tracing 0.1.40 0.1.41
url 2.5.3 2.5.4
tempfile 3.13.0 3.14.0

Updates anyhow from 1.0.92 to 1.0.93

Release notes

Sourced from anyhow's releases.

1.0.93

  • Update dev-dependencies to thiserror v2
Commits
  • 713bda9 Release 1.0.93
  • f91c247 Merge pull request #391 from dtolnay/thiserror
  • 2a3901c Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile
  • 3ca2cdd Update dev-dependencies to thiserror v2
  • See full diff in compare view

Updates clap from 4.5.20 to 4.5.21

Release notes

Sourced from clap's releases.

v4.5.21

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Changelog

Sourced from clap's changelog.

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Commits
  • 03d7226 chore: Release
  • 3df70fb docs: Update changelog
  • 3266c36 Merge pull request #5691 from epage/custom
  • 951762d feat(complete): Allow any OsString-compatible type to be a CompletionCandidate
  • bb6493e feat(complete): Offer - as a path option
  • 27b348d refactor(complete): Simplify ArgValueCandidates code
  • 49b8108 feat(complete): Add PathCompleter
  • 82a360a feat(complete): Add ArgValueCompleter
  • 47aedc6 fix(complete): Ensure paths are sorted
  • 431e2bc test(complete): Ensure ArgValueCandidates get filtered
  • Additional commits viewable in compare view

Updates clap-verbosity-flag from 2.2.2 to 3.0.1

Changelog

Sourced from clap-verbosity-flag's changelog.

[3.0.1] - 2024-11-26

Features

  • Add impl From<Verbosity> for logging level and level-filter types

[3.0.0] - 2024-11-20

Breaking Changes

  • Log support put behind the default log feature
  • LogLevel::default renamed to LogLevel::default_filter and now returns VerbosityFilter
  • Level and LevelFilter are moved into the log mod

Features

  • Add tracing feature with Verbosity::tracing_level and Verbosity::tracing_level_filter

[2.2.3] - 2024-11-16

Features

  • Add DebugLevel and TraceLevel for exploratory programming
Commits
  • ea1218f chore: Release clap-verbosity-flag version 3.0.1
  • 057da9f docs: Update changelog
  • b04c66e Merge pull request #128 from joshka/jm/into-tracing
  • 3b7b26c feat: Implement conversion for level types
  • 02d8ea5 chore: Release clap-verbosity-flag version 3.0.0
  • 9ae44a3 docs: Update changelog
  • 9118db6 Merge pull request #127 from joshka/jm/tracing-support
  • ed05b10 Merge pull request #126 from joshka/jm/log-optional
  • 53b0316 feat: Add support for tracing crate
  • 61c1bc6 feat!: Make log crate optional
  • Additional commits viewable in compare view

Updates rattler_conda_types from 0.29.0 to 0.29.2

Release notes

Sourced from rattler_conda_types's releases.

rattler_conda_types-v0.29.2

Added

  • channel is serialized without trailing slash (#948)

Other

  • allow ChannelUrl in Channel::from_url interface (#944)

rattler_conda_types-v0.29.1

Other

  • enable using sharded repodata for custom channels (#910)
Commits
  • fd66505 chore: release (#947)
  • e9fb357 feat: channel is serialized without trailing slash (#948)
  • 10722c6 feat: add setters to py-rattler / RunExportsJson (#946)
  • b5857c4 feat: py-rattler - add more types to construct a paths.json type (#945)
  • ef2dcd5 chore: allow ChannelUrl in Channel::from_url interface (#944)
  • 19cd7d5 chore: release (#936)
  • 6fd0bf5 perf: enable using sharded repodata for custom channels (#910)
  • 9a5d91d fix: Release downloader lock before re-attempting fallback download (#938)
  • 8bb8835 feat: use fs-err in rattler_shell (#933)
  • aa8a092 feat: set cache directory (#934)
  • Additional commits viewable in compare view

Updates rattler_index from 0.19.34 to 0.19.36

Release notes

Sourced from rattler_index's releases.

rattler_index-v0.19.36

Other

  • updated the following local packages: rattler_conda_types

rattler_index-v0.19.35

Other

  • updated the following local packages: rattler_conda_types, rattler_package_streaming
Commits
  • fd66505 chore: release (#947)
  • e9fb357 feat: channel is serialized without trailing slash (#948)
  • 10722c6 feat: add setters to py-rattler / RunExportsJson (#946)
  • b5857c4 feat: py-rattler - add more types to construct a paths.json type (#945)
  • ef2dcd5 chore: allow ChannelUrl in Channel::from_url interface (#944)
  • 19cd7d5 chore: release (#936)
  • 6fd0bf5 perf: enable using sharded repodata for custom channels (#910)
  • 9a5d91d fix: Release downloader lock before re-attempting fallback download (#938)
  • 8bb8835 feat: use fs-err in rattler_shell (#933)
  • aa8a092 feat: set cache directory (#934)
  • Additional commits viewable in compare view

Updates rattler_lock from 0.22.29 to 0.22.31

Release notes

Sourced from rattler_lock's releases.

rattler_lock-v0.22.31

Other

  • updated the following local packages: rattler_conda_types

rattler_lock-v0.22.30

Other

  • updated the following local packages: rattler_conda_types
Commits
  • fd66505 chore: release (#947)
  • e9fb357 feat: channel is serialized without trailing slash (#948)
  • 10722c6 feat: add setters to py-rattler / RunExportsJson (#946)
  • b5857c4 feat: py-rattler - add more types to construct a paths.json type (#945)
  • ef2dcd5 chore: allow ChannelUrl in Channel::from_url interface (#944)
  • 19cd7d5 chore: release (#936)
  • 6fd0bf5 perf: enable using sharded repodata for custom channels (#910)
  • 9a5d91d fix: Release downloader lock before re-attempting fallback download (#938)
  • 8bb8835 feat: use fs-err in rattler_shell (#933)
  • aa8a092 feat: set cache directory (#934)
  • Additional commits viewable in compare view

Updates rattler_networking from 0.21.5 to 0.21.6

Release notes

Sourced from rattler_networking's releases.

rattler_networking-v0.21.6

Added

  • more setters for about.json and index.json (#939)
Commits
  • b5d2358 chore: release (#949)
  • ca549b9 feat: more setters for about.json and index.json (#939)
  • fd66505 chore: release (#947)
  • e9fb357 feat: channel is serialized without trailing slash (#948)
  • 10722c6 feat: add setters to py-rattler / RunExportsJson (#946)
  • b5857c4 feat: py-rattler - add more types to construct a paths.json type (#945)
  • ef2dcd5 chore: allow ChannelUrl in Channel::from_url interface (#944)
  • 19cd7d5 chore: release (#936)
  • 6fd0bf5 perf: enable using sharded repodata for custom channels (#910)
  • 9a5d91d fix: Release downloader lock before re-attempting fallback download (#938)
  • Additional commits viewable in compare view

Updates rattler_package_streaming from 0.22.11 to 0.22.13

Release notes

Sourced from rattler_package_streaming's releases.

rattler_package_streaming-v0.22.13

Other

  • updated the following local packages: rattler_conda_types

rattler_package_streaming-v0.22.12

Fixed

  • Release downloader lock before re-attempting fallback download (#938)
Commits
  • fd66505 chore: release (#947)
  • e9fb357 feat: channel is serialized without trailing slash (#948)
  • 10722c6 feat: add setters to py-rattler / RunExportsJson (#946)
  • b5857c4 feat: py-rattler - add more types to construct a paths.json type (#945)
  • ef2dcd5 chore: allow ChannelUrl in Channel::from_url interface (#944)
  • 19cd7d5 chore: release (#936)
  • 6fd0bf5 perf: enable using sharded repodata for custom channels (#910)
  • 9a5d91d fix: Release downloader lock before re-attempting fallback download (#938)
  • 8bb8835 feat: use fs-err in rattler_shell (#933)
  • aa8a092 feat: set cache directory (#934)
  • Additional commits viewable in compare view

Updates rattler_shell from 0.22.5 to 0.22.7

Release notes

Sourced from rattler_shell's releases.

rattler_shell-v0.22.7

Other

  • updated the following local packages: rattler_conda_types

rattler_shell-v0.22.6

Other

  • updated the following local packages: rattler_conda_types
Commits
  • fd66505 chore: release (#947)
  • e9fb357 feat: channel is serialized without trailing slash (#948)
  • 10722c6 feat: add setters to py-rattler / RunExportsJson (#946)
  • b5857c4 feat: py-rattler - add more types to construct a paths.json type (#945)
  • ef2dcd5 chore: allow ChannelUrl in Channel::from_url interface (#944)
  • 19cd7d5 chore: release (#936)
  • 6fd0bf5 perf: enable using sharded repodata for custom channels (#910)
  • 9a5d91d fix: Release downloader lock before re-attempting fallback download (#938)
  • 8bb8835 feat: use fs-err in rattler_shell (#933)
  • aa8a092 feat: set cache directory (#934)
  • Additional commits viewable in compare view

Updates reqwest-middleware from 0.3.3 to 0.4.0

Release notes

Sourced from reqwest-middleware's releases.

reqwest-middleware-v0.4.0

Breaking Changes

  • request_middleware::Error is now a transparent error enum and doesn't add its own context anymore.
Commits

Updates serde from 1.0.214 to 1.0.215

Release notes

Sourced from serde's releases.

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)
Commits
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • 1a3cf4b Update PR 2562 ui tests
  • 7d96352 Merge pull request #2857 from dtolnay/collide
  • 111ecc5 Update ui tests for warning on colliding aliases
  • edd6fe9 Revert "Add checks for conflicts for aliases"
  • a20e924 Revert "pacify clippy"
  • b1353a9 Merge pull request #2856 from dtolnay/dename
  • c59e876 Produce a separate warning for every colliding name
  • 7f1e697 Merge pull request #2855 from dtolnay/namespan
  • Additional commits viewable in compare view

Updates serde_json from 1.0.132 to 1.0.133

Release notes

Sourced from serde_json's releases.

v1.0.133

  • Implement From<[T; N]> for serde_json::Value (#1215)
Commits
  • 0903de4 Release 1.0.133
  • 2b65ca0 Merge pull request #1215 from dtolnay/fromarray
  • 4e5f985 Implement From<[T; N]> for Value
  • 2ccb5b6 Disable question_mark clippy lint in lexical test
  • a11f5f2 Resolve unnecessary_map_or clippy lints
  • 07f280a Wrap PR 1213 to 80 columns
  • 75ed447 Merge pull request #1213 from djmitche/safety-comment
  • 73011c0 Add a safety comment to unsafe block
  • be2198a Prevent upload-artifact step from causing CI failure
  • 7cce517 Raise minimum version for preserve_order feature to Rust 1.65
  • Additional commits viewable in compare view

Updates tokio from 1.41.0 to 1.41.1

Release notes

Sourced from tokio's releases.

Tokio v1.41.1

1.41.1 (Nov 7th, 2024)

Fixed

  • metrics: fix bug with wrong number of buckets for the histogram (#6957)
  • net: display net requirement for net::UdpSocket in docs (#6938)
  • net: fix typo in TcpStream internal comment (#6944)

#6957: tokio-rs/tokio#6957 #6938: tokio-rs/tokio#6938 #6944: tokio-rs/tokio#6944

Commits
  • bb7ca75 chore: prepare Tokio v1.41.1 (#6959)
  • 4a34b77 metrics: fix bug with wrong number of buckets for the histogram (#6957)
  • 8897885 docs: fix mismatched backticks in CONTRIBUTING.md (#6951)
  • 0dbdd19 ci: update cargo-check-external-types to 0.1.13 (#6949)
  • 94e55c0 net: fix typo in TcpStream internal comment (#6944)
  • 4468f27 metrics: fixed flaky worker_steal_count test (#6932)
  • 070a825 metrics: removed race condition from global_queue_depth_multi_thread test (#6...
  • 946401c net: display net requirement for net::UdpSocket in docs (#6938)
  • 0c01fd2 ci: use patched version of cargo-check-external-types to fix CI failure (#6937)
  • ebe2416 ci: use cargo deny (#6931)
  • See full diff in compare view

Updates tracing from 0.1.40 to 0.1.41

Release notes

Sourced from tracing's releases.

tracing 0.1.41

[ [crates.io][crate-0.1.41] ] | [ [docs.rs][docs-0.1.41] ]

This release updates the tracing-core dependency to [v0.1.33][core-0.1.33] and the tracing-attributes dependency to [v0.1.28][attrs-0.1.28].

Added

  • core: Add index API for Field (#2820)
  • core: Allow &[u8] to be recorded as event/span field (#2954)

Changed

  • Bump MSRV to 1.63 (#2793)
  • core: Use const thread_locals when possible (#2838)

Fixed

  • Removed core imports in macros (#2762)
  • attributes: Added missing RecordTypes for instrument (#2781)
  • attributes: Change order of async and unsafe modifier (#2864)
  • Fix missing field prefixes (#2878)
  • attributes: Extract match scrutinee (#2880)
  • Fix non-simple macro usage without message (#2879)
  • Fix event macros with constant field names in the first position (#2883)
  • Allow field path segments to be keywords (#2925)
  • core: Fix missed register_callsite error (#2938)
  • attributes: Support const values for target and name (#2941)
  • Prefix macro calls with ::core to avoid clashing with local macros (#3024)

#2762: tokio-rs/tracing#2762 #2781: tokio-rs/tracing#2781 #2793: tokio-rs/tracing#2793 #2820: tokio-rs/tracing#2820 #2838: tokio-rs/tracing#2838 #2864: tokio-rs/tracing#2864 #2878: tokio-rs/tracing#2878 #2879: tokio-rs/tracing#2879 #2880: tokio-rs/tracing#2880 #2883: tokio-rs/tracing#2883 #2925: tokio-rs/tracing#2925 #2938: tokio-rs/tracing#2938 #2941: tokio-rs/tracing#2941 #2954: tokio-rs/tracing#2954 #3024: tokio-rs/tracing#3024 [attrs-0.1.28]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.28 [core-0.1.33]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.33 [docs-0.1.41]: https://docs.rs/tracing/0.1.41/tracing/

... (truncated)

Commits

Updates url from 2.5.3 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

Commits

Updates tempfile from 3.13.0 to 3.14.0

Changelog

Sourced from tempfile's changelog.

3.14.0

  • Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). #305.
  • Allow older windows-sys versions #304.
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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.92` | `1.0.93` |
| [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.2.2` | `3.0.1` |
| [rattler_conda_types](https://github.com/conda/rattler) | `0.29.0` | `0.29.2` |
| [rattler_index](https://github.com/conda/rattler) | `0.19.34` | `0.19.36` |
| [rattler_lock](https://github.com/conda/rattler) | `0.22.29` | `0.22.31` |
| [rattler_networking](https://github.com/conda/rattler) | `0.21.5` | `0.21.6` |
| [rattler_package_streaming](https://github.com/conda/rattler) | `0.22.11` | `0.22.13` |
| [rattler_shell](https://github.com/conda/rattler) | `0.22.5` | `0.22.7` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.3.3` | `0.4.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` |


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

Updates `clap` from 4.5.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

Updates `clap-verbosity-flag` from 2.2.2 to 3.0.1
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.2.2...v3.0.1)

Updates `rattler_conda_types` from 0.29.0 to 0.29.2
- [Release notes](https://github.com/conda/rattler/releases)
- [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md)
- [Commits](conda/rattler@rattler_conda_types-v0.29.0...rattler_conda_types-v0.29.2)

Updates `rattler_index` from 0.19.34 to 0.19.36
- [Release notes](https://github.com/conda/rattler/releases)
- [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md)
- [Commits](conda/rattler@rattler_index-v0.19.34...rattler_index-v0.19.36)

Updates `rattler_lock` from 0.22.29 to 0.22.31
- [Release notes](https://github.com/conda/rattler/releases)
- [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md)
- [Commits](conda/rattler@rattler_lock-v0.22.29...rattler_lock-v0.22.31)

Updates `rattler_networking` from 0.21.5 to 0.21.6
- [Release notes](https://github.com/conda/rattler/releases)
- [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md)
- [Commits](conda/rattler@rattler_networking-v0.21.5...rattler_networking-v0.21.6)

Updates `rattler_package_streaming` from 0.22.11 to 0.22.13
- [Release notes](https://github.com/conda/rattler/releases)
- [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md)
- [Commits](conda/rattler@rattler_package_streaming-v0.22.11...rattler_package_streaming-v0.22.13)

Updates `rattler_shell` from 0.22.5 to 0.22.7
- [Release notes](https://github.com/conda/rattler/releases)
- [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md)
- [Commits](conda/rattler@rattler_shell-v0.22.5...rattler_shell-v0.22.7)

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

Updates `serde` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

Updates `serde_json` from 1.0.132 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

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

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

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: rattler_conda_types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rattler_index
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rattler_lock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rattler_networking
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rattler_package_streaming
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rattler_shell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: reqwest-middleware
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@pavelzw pavelzw enabled auto-merge (squash) November 28, 2024 14:13
@pavelzw pavelzw merged commit 0601baf into main Nov 28, 2024
16 checks passed
@pavelzw pavelzw deleted the dependabot/cargo/rust-dependencies-b597cb4df2 branch November 28, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant