-
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 #53
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.86` | `1.0.89` | | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.19` | | [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.2.1` | `2.2.2` | | [rattler_digest](https://github.com/conda/rattler) | `1.0.1` | `1.0.2` | | [rattler_conda_types](https://github.com/conda/rattler) | `0.27.2` | `0.27.4` | | [rattler_lock](https://github.com/conda/rattler) | `0.22.20` | `0.22.22` | | [rattler_networking](https://github.com/conda/rattler) | `0.21.2` | `0.21.4` | | [rattler_package_streaming](https://github.com/conda/rattler) | `0.22.3` | `0.22.5` | | [rattler_shell](https://github.com/conda/rattler) | `0.21.6` | `0.21.8` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` | | [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.15` | `0.1.16` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` | | [async-std](https://github.com/async-rs/async-std) | `1.12.0` | `1.13.0` | | [rstest](https://github.com/la10736/rstest) | `0.22.0` | `0.23.0` | Updates `anyhow` from 1.0.86 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.89) Updates `clap` from 4.5.16 to 4.5.19 - [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.16...clap_complete-v4.5.19) Updates `clap-verbosity-flag` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap-verbosity-flag@v2.2.1...v2.2.2) Updates `rattler_digest` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/conda/rattler/releases) - [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_digest-v1.0.1...rattler_digest-v1.0.2) Updates `rattler_conda_types` from 0.27.2 to 0.27.4 - [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.27.2...rattler_conda_types-v0.27.4) Updates `rattler_lock` from 0.22.20 to 0.22.22 - [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.20...rattler_lock-v0.22.22) Updates `rattler_networking` from 0.21.2 to 0.21.4 - [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.2...rattler_networking-v0.21.4) Updates `rattler_package_streaming` from 0.22.3 to 0.22.5 - [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.3...rattler_package_streaming-v0.22.5) Updates `rattler_shell` from 0.21.6 to 0.21.8 - [Release notes](https://github.com/conda/rattler/releases) - [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md) - [Commits](conda/rattler@rattler_shell-v0.21.6...rattler_shell-v0.21.8) Updates `reqwest` from 0.12.7 to 0.12.8 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8) Updates `serde` from 1.0.209 to 1.0.210 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.209...v1.0.210) Updates `serde_json` from 1.0.127 to 1.0.128 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.127...1.0.128) Updates `tokio-stream` from 0.1.15 to 0.1.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16) Updates `tempfile` from 3.12.0 to 3.13.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.12.0...v3.13.0) Updates `async-std` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md) - [Commits](async-rs/async-std@v1.12.0...v1.13.0) Updates `rstest` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.22.0...v0.23.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-patch dependency-group: rust-dependencies - dependency-name: rattler_digest dependency-type: direct:production update-type: version-update:semver-patch 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_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 dependency-type: direct:production update-type: version-update:semver-patch 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-stream 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 - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
requested review from
pavelzw,
delsner and
0xbe7a
as code owners
October 1, 2024 20:54
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.86
1.0.89
4.5.16
4.5.19
2.2.1
2.2.2
1.0.1
1.0.2
0.27.2
0.27.4
0.22.20
0.22.22
0.21.2
0.21.4
0.22.3
0.22.5
0.21.6
0.21.8
0.12.7
0.12.8
1.0.209
1.0.210
1.0.127
1.0.128
0.1.15
0.1.16
3.12.0
3.13.0
1.12.0
1.13.0
0.22.0
0.23.0
Updates
anyhow
from 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6d
Release 1.0.89830c399
Merge pull request #386 from dtolnay/unwindsafe8454be3
Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414
Add more autotraits tests139f266
Release 1.0.88aa3ab2b
Merge pull request #385 from dtolnay/docnostd44c3767
Update documentation on no-std error type conversionsafe93e7
Release 1.0.87d58fa4b
Fix outdated html_root_urlc18d807
Disable unused doc_cfg featureUpdates
clap
from 4.5.16 to 4.5.19Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1089073
chore: Releasec9b8c85
docs: Update changelog8b3de18
Merge pull request #5685 from epage/engineb38538d
fix(complete)!: Rename dynamic to engine232af62
Merge pull request #5684 from epage/endless0209a79
fix(complete): Don't cause endless completions for bash/zshd811585
chore: Releaseab948b3
docs: Update changelog82e599e
Merge pull request #5602 from shannmu/delimiter_values59bf26d
feat(clap_complete): Support delimiter values in native completionsUpdates
clap-verbosity-flag
from 2.2.1 to 2.2.2Changelog
Sourced from clap-verbosity-flag's changelog.
Commits
74d1e81
chore: Release clap-verbosity-flag version 2.2.2502ef85
docs: Update changelog41425bb
Merge pull request #115 from joshka/jm/verbosity-u89936958
fix: Don't overflow on boundary conditionsc684b6f
refactor: Track numeric levels as a u84e3f4e5
refactor: Break out parts of verbosity calculation02ddbef
refactor: Shift numeric level to be 0 based4c96f55
test: Verbosity calculatio boundary conditionsc621a6a
Merge pull request #113 from clap-rs/renovate/embarkstudios-cargo-deny-action...27f5cc9
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2Updates
rattler_digest
from 1.0.1 to 1.0.2Release notes
Sourced from rattler_digest's releases.
Commits
08134ae
chore: release (#853)0281cba
fix: remaining typos (#854)b23af5c
fix: add missing init docstrings (#817)bc3bdf1
fix(gateway): clear subdir cache based onbase_url
(#852)6fa7c18
fix: typo in py-rattler (#850)00ae495
fix: typos (#849)adf8465
chore: release (#846)423d3cf
fix: allowgcs://
andoci://
in gateway (#845)b413c21
fix: rattler_cache missing feature122c0c8
chore: release (#844)Updates
rattler_conda_types
from 0.27.2 to 0.27.4Release notes
Sourced from rattler_conda_types's releases.
Commits
122c0c8
chore: release (#844)3c4d098
refactor: make PackageCache multi-process safe (#837)c02c992
chore: release (#836)33fb90b
refactor: make virtual package overrides none by default consistently (#842)8a9fed3
feat: start adding interface to override (#834)41d3f37
feat: add edge case tests forStringMatcher
(#839)e4a8b60
fix: zip large files compression (#838)698075b
feat: use mold linker on linux (#835)fcc1c13
fix: Redact spec channel before comparing it with repodata channel (#831)dada9ab
docs: Remove note that only libsolv is supported (#832)Updates
rattler_lock
from 0.22.20 to 0.22.22Release notes
Sourced from rattler_lock's releases.
Commits
b413c21
fix: rattler_cache missing feature122c0c8
chore: release (#844)3c4d098
refactor: make PackageCache multi-process safe (#837)c02c992
chore: release (#836)33fb90b
refactor: make virtual package overrides none by default consistently (#842)8a9fed3
feat: start adding interface to override (#834)41d3f37
feat: add edge case tests forStringMatcher
(#839)e4a8b60
fix: zip large files compression (#838)698075b
feat: use mold linker on linux (#835)fcc1c13
fix: Redact spec channel before comparing it with repodata channel (#831)Updates
rattler_networking
from 0.21.2 to 0.21.4Release notes
Sourced from rattler_networking's releases.
Commits
08134ae
chore: release (#853)0281cba
fix: remaining typos (#854)b23af5c
fix: add missing init docstrings (#817)bc3bdf1
fix(gateway): clear subdir cache based onbase_url
(#852)6fa7c18
fix: typo in py-rattler (#850)00ae495
fix: typos (#849)adf8465
chore: release (#846)423d3cf
fix: allowgcs://
andoci://
in gateway (#845)b413c21
fix: rattler_cache missing feature122c0c8
chore: release (#844)Updates
rattler_package_streaming
from 0.22.3 to 0.22.5Release notes
Sourced from rattler_package_streaming's releases.
Commits
122c0c8
chore: release (#844)3c4d098
refactor: make PackageCache multi-process safe (#837)c02c992
chore: release (#836)33fb90b
refactor: make virtual package overrides none by default consistently (#842)8a9fed3
feat: start adding interface to override (#834)41d3f37
feat: add edge case tests forStringMatcher
(#839)e4a8b60
fix: zip large files compression (#838)698075b
feat: use mold linker on linux (#835)fcc1c13
fix: Redact spec channel before comparing it with repodata channel (#831)dada9ab
docs: Remove note that only libsolv is supported (#832)Updates
rattler_shell
from 0.21.6 to 0.21.8Release notes
Sourced from rattler_shell's releases.
Commits
b413c21
fix: rattler_cache missing feature122c0c8
chore: release (#844)3c4d098
refactor: make PackageCache multi-process safe (#837)c02c992
chore: release (#836)33fb90b
refactor: make virtual package overrides none by default consistently (#842)8a9fed3
feat: start adding interface to override (#834)41d3f37
feat: add edge case tests forStringMatcher
(#839)e4a8b60
fix: zip large files compression (#838)698075b
feat: use mold linker on linux (#835)fcc1c13
fix: Redact spec channel before comparing it with repodata channel (#831)Updates
reqwest
from 0.12.7 to 0.12.8Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
95fec09
v0.12.8baf9712
fix: pass pool_timer to hyper_util to enable the idle cleanup task (#2434)d85f44b
Bump rustls-native-certs (#2427)c8665be
tests: use a documented test network for testing964b1c6
tests: bypass the proxy when testing timeouts09884ed
feat: Add support for SOCKS4 (#610) (#2400)a13a6bc
ci: pin tokio-util for msrv job (#2412)4cc8ec8
feat: Exposestreaming
as public APIwrap
(#2255)cc3dd51
Add file function to async::multipart (#2106)193ed1f
chore: Depend on wasm-bindgen 0.2.89 or higherUpdates
serde
from 1.0.209 to 1.0.210Release notes
Sourced from serde's releases.
Commits
89c4b02
Release 1.0.210eeb8e44
Merge pull request #2818 from dtolnay/coreerror785c2d9
Stabilize no-std StdError traitd549f04
Reformat parse_ip_impl definition and calls4c0dd63
Delete attr support from core::net deserialization macros26fb134
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614b
Merge pull request #2817 from dtolnay/corenetb1f899f
Delete doc(cfg) attribute from impls that are supported in no-stdb4f860e
Merge pull request #2816 from MathiasKoch/chore/core-netd940fe1
Reuse existing Buf wrapper as replacement for std::io::WriteUpdates
serde_json
from 1.0.127 to 1.0.128Release notes
Sourced from serde_json's releases.
Commits
d96b1d9
Release 1.0.128599228d
Merge pull request #1188 from Mrreadiness/feat/add-hashmap-key-128-serializer5416cee
feat: add support for 128 bit HashMap key serialization27a4ca9
Upload CI Cargo.lock for reproducing failuresUpdates
tokio-stream
from 0.1.15 to 0.1.16Commits
4ed0fa2
chore: prepare tokio-stream v0.1.16 (#6825)12b2567
chore: usepoll_fn
from std (#6810)35f244a
chore: prepare tokio-util v0.7.12 (#6823)1166ecc
config: enable full for tokio-util in the playground (#6818)27539ae
runtime: fix race in yield_defers_until_park test (#6809)ea6d652
chore: prepare Tokio v1.40.0 (#6806)11f66f4
chore: replaceready!
withstd::task::ready!
(#6804)479a56a
time: eliminate timer wheel allocations (#6779)b37f0de
runtime: implement initial set of task hooks (#6742)c9fad08
codec: fix typo in the docs forEncoder::Error
(#6800)Updates
tempfile
from 3.12.0 to 3.13.0Changelog
Sourced from tempfile's changelog.
Commits
a354f8c
chore: release 3.13.0d21b602
chore: update depsd6600da
Add forwith_suffix
(#299)19280c5
Document current default permissions for tempdirs (#296)c5eac9f
fix: address clippy unnecessary deref lint in test (#294)Updates
async-std
from 1.12.0 to 1.13.0Release notes
Sourced from async-std's releases.
Changelog
Sourced from async-std's changelog.
Commits
2987d21
Merge pull request #1083 from Keruspe/+release-prepare0c382db
Bump version to 1.13.0566684c
CHANGELOG.md: updates for 1.13.01c1b209
Merge pull request #1085 from Keruspe/release-prepare57eafb4
silence warnings reported by newer rust versions79c89d7
deps: update gloo-timers to 0.319ccd34
Merge pull request #1084 from sunfishcode/main590386a
Fix compilation errors withfeature = io_safety
.74dbd3a
Merge pull request #1082 from jayvdb/typos3074209
Merge pull request #1064 from frisoft/mainUpdates
rstest
from 0.22.0 to 0.23.0Release notes
Sourced from rstest's releases.
Changelog
Sourced from rstest's changelog.
Commits
da11d4e
Update dependency and prepare the release0c6e203
Update checkout list20e8858
Make clippy happy57a9342
Playground should use dev package8a04803
Removed the useless build rerun variable8c232bc
Add a test for invalid base_dir value3520861
Add tests for replace_env_vars465a401
Add unit tests for parsing attributes, and add base_dira970613
Add a test for declared environment variablesc65d1c0
Add tests and #[ignore_missing_env_vars]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