build: bump the rust-dependencies group with 9 updates #49
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 9 updates:
4.5.15
4.5.16
0.27.5
0.27.6
0.22.19
0.22.20
0.21.1
0.21.2
0.21.7
0.22.3
0.12.5
0.12.7
1.0.207
1.0.209
1.0.125
1.0.127
1.39.2
1.40.0
Updates
clap
from 4.5.15 to 4.5.16Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
cedb1f0
chore: Releasec22a510
docs(complete): Fix registration commandsUpdates
rattler
from 0.27.5 to 0.27.6Release notes
Sourced from rattler's releases.
Commits
3a5f06e
chore: release (#824)448f351
feat: default construct marker-tree (#825)f6a7269
chore: bump keyring to 3.x to bump syn to 2.x (#823)b17d3e3
chore(rattler_virtual_packages): release v1.0.4 (#822)23907c3
fix: detect solus glibc (#821)66567b8
chore(rattler_repodata_gateway): release v0.21.7 (#820)149f433
feat: add package names api for gateway (#819)Updates
rattler_lock
from 0.22.19 to 0.22.20Release notes
Sourced from rattler_lock's releases.
Commits
3a5f06e
chore: release (#824)448f351
feat: default construct marker-tree (#825)f6a7269
chore: bump keyring to 3.x to bump syn to 2.x (#823)b17d3e3
chore(rattler_virtual_packages): release v1.0.4 (#822)23907c3
fix: detect solus glibc (#821)66567b8
chore(rattler_repodata_gateway): release v0.21.7 (#820)149f433
feat: add package names api for gateway (#819)Updates
rattler_networking
from 0.21.1 to 0.21.2Release notes
Sourced from rattler_networking's releases.
Commits
3a5f06e
chore: release (#824)448f351
feat: default construct marker-tree (#825)f6a7269
chore: bump keyring to 3.x to bump syn to 2.x (#823)b17d3e3
chore(rattler_virtual_packages): release v1.0.4 (#822)23907c3
fix: detect solus glibc (#821)66567b8
chore(rattler_repodata_gateway): release v0.21.7 (#820)149f433
feat: add package names api for gateway (#819)Updates
rattler_package_streaming
from 0.21.7 to 0.22.3Release notes
Sourced from rattler_package_streaming's releases.
Commits
3a5f06e
chore: release (#824)448f351
feat: default construct marker-tree (#825)f6a7269
chore: bump keyring to 3.x to bump syn to 2.x (#823)b17d3e3
chore(rattler_virtual_packages): release v1.0.4 (#822)23907c3
fix: detect solus glibc (#821)66567b8
chore(rattler_repodata_gateway): release v0.21.7 (#820)149f433
feat: add package names api for gateway (#819)1e99d7a
chore: release (#807)1133449
fix: move more links to the conda org from conda-incubator (#816)f732c2d
docs(py-rattler): fix example path in mkdocs snippet (#814)Updates
reqwest
from 0.12.5 to 0.12.7Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
88bd9be
v0.12.768127f0
Revert "feat: Addimpl Service\<http::Request<Body>>
forClient
and `&'_ C...b2a28f5
v0.12.6522216e
feat: Addimpl Service\<http::Request<Body>>
forClient
and&'_ Client
(...646b1f8
chore: update macOS system-configuration dep (#2368)85dd6da
dns: improve error message for hickory-dns and warn in docs (#2389)bfd31be
docs: Improve RequestBuilder::multipart's documentation (#2388)8c7f338
chore: bump dev-dependency libflate (#2382)dddf877
chore: bump h3 dependencya53c944
chore: fix some commentsUpdates
serde
from 1.0.207 to 1.0.209Release notes
Sourced from serde's releases.
Commits
30752ac
Release 1.0.209b84e6ca
Improve wording of PR 2805 comments87a2fb0
Wrap comments from PR 2805 to 80 columns9eaf7b9
Merge pull request #2805 from Mingun/untagged-tests7bde100
Replace MapRefDeserializer with value::MapDeserializerda7fc79
Fix deserialization of empty struct variant in untagged enums4c5fec1
Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...6588b0a
Cover Content::Seq case in VariantRefDeserializer::struct_variant0093f74
Split test newtype_enum into four tests for each variant171c6da
Complete coverage of ContentRefDeserializer::deserialize_newtype_structUpdates
serde_json
from 1.0.125 to 1.0.127Release notes
Sourced from serde_json's releases.
Commits
5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticf268173
Unify chunk size choice between float and string parsingfec0376
Merge pull request #1182 from CryZe/chunk-64bit3d837e1
Ensure the SWAR chunks are 64-bit in more cases11fc61c
AddOccupiedEntry::shift_remove()
andswap_remove()
Updates
tokio
from 1.39.2 to 1.40.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
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)cc70a21
task: addjoin_all
method toJoinSet
(#6784)1ac8dff
task: addAbortOnDropHandle
type (#6786)ff3f2a8
io: addSimplexStream
(#6589)5b9a290
io: clarify zero remaining capacity case (#6790)70569bd
task: fix typo inTaskTracker
docs (#6792)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