-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 16 updates:
1.0.92
1.0.93
4.5.20
4.5.21
2.2.2
3.0.1
0.29.0
0.29.2
0.19.34
0.19.36
0.22.29
0.22.31
0.21.5
0.21.6
0.22.11
0.22.13
0.22.5
0.22.7
0.3.3
0.4.0
1.0.214
1.0.215
1.0.132
1.0.133
1.41.0
1.41.1
0.1.40
0.1.41
2.5.3
2.5.4
3.13.0
3.14.0
Updates
anyhow
from 1.0.92 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
713bda9
Release 1.0.93f91c247
Merge pull request #391 from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile3ca2cdd
Update dev-dependencies to thiserror v2Updates
clap
from 4.5.20 to 4.5.21Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
03d7226
chore: Release3df70fb
docs: Update changelog3266c36
Merge pull request #5691 from epage/custom951762d
feat(complete): Allow any OsString-compatible type to be a CompletionCandidatebb6493e
feat(complete): Offer - as a path option27b348d
refactor(complete): Simplify ArgValueCandidates code49b8108
feat(complete): Add PathCompleter82a360a
feat(complete): Add ArgValueCompleter47aedc6
fix(complete): Ensure paths are sorted431e2bc
test(complete): Ensure ArgValueCandidates get filteredUpdates
clap-verbosity-flag
from 2.2.2 to 3.0.1Changelog
Sourced from clap-verbosity-flag's changelog.
Commits
ea1218f
chore: Release clap-verbosity-flag version 3.0.1057da9f
docs: Update changelogb04c66e
Merge pull request #128 from joshka/jm/into-tracing3b7b26c
feat: Implement conversion for level types02d8ea5
chore: Release clap-verbosity-flag version 3.0.09ae44a3
docs: Update changelog9118db6
Merge pull request #127 from joshka/jm/tracing-supported05b10
Merge pull request #126 from joshka/jm/log-optional53b0316
feat: Add support fortracing
crate61c1bc6
feat!: Make log crate optionalUpdates
rattler_conda_types
from 0.29.0 to 0.29.2Release notes
Sourced from rattler_conda_types's releases.
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: allowChannelUrl
inChannel::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)Updates
rattler_index
from 0.19.34 to 0.19.36Release notes
Sourced from rattler_index's releases.
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: allowChannelUrl
inChannel::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)Updates
rattler_lock
from 0.22.29 to 0.22.31Release notes
Sourced from rattler_lock's releases.
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: allowChannelUrl
inChannel::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)Updates
rattler_networking
from 0.21.5 to 0.21.6Release notes
Sourced from rattler_networking's releases.
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: allowChannelUrl
inChannel::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)Updates
rattler_package_streaming
from 0.22.11 to 0.22.13Release notes
Sourced from rattler_package_streaming's releases.
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: allowChannelUrl
inChannel::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)Updates
rattler_shell
from 0.22.5 to 0.22.7Release notes
Sourced from rattler_shell's releases.
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: allowChannelUrl
inChannel::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)Updates
reqwest-middleware
from 0.3.3 to 0.4.0Release notes
Sourced from reqwest-middleware's releases.
Commits
9ea9520
Release new versions (#198)4e85660
refactor: fixclippy::single_match
(#194)d95ec5a
ci: move away from deprecatedactions-rs/toolchain
(#193)b8069e2
ci: split feature powerset job per crate (#192)6d14d78
refactor: fixclippy::needless_borrows_for_generic_args
(#190)28a1323
docs: fix spellingclonable
->cloneable
(#191)e7fcd56
feat: Support OTel 0.25 & 0.26 (#188)fc89e7d
the example in the readme didn't compile (#189)680741f
Add retries to error message (#159)cf06f09
Use new matchit syntax in documentation (#181)Updates
serde
from 1.0.214 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
serde_json
from 1.0.132 to 1.0.133Release notes
Sourced from serde_json's releases.
Commits
0903de4
Release 1.0.1332b65ca0
Merge pull request #1215 from dtolnay/fromarray4e5f985
Implement From<[T; N]> for Value2ccb5b6
Disable question_mark clippy lint in lexical testa11f5f2
Resolve unnecessary_map_or clippy lints07f280a
Wrap PR 1213 to 80 columns75ed447
Merge pull request #1213 from djmitche/safety-comment73011c0
Add a safety comment to unsafe blockbe2198a
Prevent upload-artifact step from causing CI failure7cce517
Raise minimum version for preserve_order feature to Rust 1.65Updates
tokio
from 1.41.0 to 1.41.1Release notes
Sourced from tokio's releases.
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 inTcpStream
internal comment (#6944)4468f27
metrics: fixed flakyworker_steal_count
test (#6932)070a825
metrics: removed race condition from global_queue_depth_multi_thread test (#6...946401c
net: displaynet
requirement fornet::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)Updates
tracing
from 0.1.40 to 0.1.41Release notes
Sourced from tracing's releases.
... (truncated)
Commits
0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)f6a6c8c
tracing: add index API forField
(#2820)345fbff
Addjson-subscriber
to ecosystem (#3121)82a92df
fix: correct SerializeField definition and doc formatting (#3040)Updates
url
from 2.5.3 to 2.5.4Release notes
Sourced from url's releases.
Commits
d77dfb4
Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" (#999)da64903
Change no_std to no-std in Cargo.toml (#991)Updates
tempfile
from 3.13.0 to 3.14.0Changelog
Sourced from tempfile's changelog.
Commits
b232c58
chore: release 3.14.0 (#307)a23f396
fix: enable wasip2 feature for wasm32-wasip2 target (#305)f162807
ci: switch from cargo-wasi to directly using the wasip1 target (#306)fa8ad00
allow older windows-sys (#304)335d91d
fix: expose SpooledData enum (#301)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