Bump the cargo-dependencies group across 1 directory 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 cargo-dependencies group with 9 updates in the / directory:
0.14.261.6.00.5.00.6.01.38.21.45.11.16.01.17.01.5.01.10.10.7.120.7.150.4.310.4.410.3.300.3.310.10.720.10.73Updates
hyperfrom 0.14.26 to 1.6.0Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
... (truncated)
Commits
621d8e4v1.6.083f4588chore(LICENSE): update copyright year10b09fffix(server): start http1 header read timeout when conn is idle (#3828)8ce1fcffeat(ext): addext::on_informational()callback extension (#3818)de28b0echore(ci): use msrv aware dependency resolver (#3831)5baf537chore(ci): use yq to get rust-version in manifest (#3829)3817a79feat(server): addhttp1::Builder::ignore_invalid_headers(bool)option (#3824)e981a91fix(server): changemax_local_error_reset_streamsfunction to&mut self(...30f2961v1.5.2a131111fix(http1): fix intermitent panic parsing partial headers (#3812)Updates
hyper-tlsfrom 0.5.0 to 0.6.0Commits
0265e16v0.6.0373d193add alpn support (#107)95ebd8dtidy up dependency features (#106)3fc97a0Update hyper dependencies (#105)9adf50bfeat: upgrade to hyper-v1, use hyper-utils for now (#104)5e4cb93chore: port CI from hyper-util (#103)74044e3Fix typo in documentation of client.rs (#87)Updates
tokiofrom 1.38.2 to 1.45.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
3768696chore: prepare Tokio v1.45.1 (#7359)421a7b0rt: do not track time-based metrics on wasm32-unknown-unknown (#7322)b1bdb3cci: update macros_type_mismatch for Rust 1.87.0 (#7339)00754c8chore: prepare Tokio v1.45.0 (#7308)1ae9434time: revert "use sharding for timer implementation" related changes (#7226)8895bbaci: Test AArch64 Windows (#7288)48ca254time: updatesleepdocumentation to reflect maximum allowed duration (#7302)a0af02acompat: add more documentation totokio_util::compat(#7279)0ce3a11metrics: stabilizeworker_park_countandworker_unpark_count(#7276)1ea9ce1ci: fix cfg!(miri) declarations in tests (#7286)Updates
num_cpusfrom 1.16.0 to 1.17.0Changelog
Sourced from num_cpus's changelog.
Commits
342af76v1.17.0e970a82Bump hermit-abi version (#144)797f827Update LICENSE-MIT (#143)b6ca8a4ci: worker cpus has been increasedf06cd50ci: remove asmjs job41e39ddci: mips is not tier 3, remove CI jobs13af26cremove special support for nacl815551cci: pin libc for msrv jobUpdates
bytesfrom 1.5.0 to 1.10.1Release notes
Sourced from bytes's releases.
... (truncated)
Changelog
Sourced from bytes's changelog.
... (truncated)
Commits
19d1427chore: prepare bytes v1.10.1 (#774)3667543Fix memory leak inowned_to_vec(#773)e0f3a25chore: prepare bytes v1.10.0 (#766)16fd473Add feature to support platforms without atomic CAS (#467)71824b0ci: test AArch64 and run tests instead of build in cross job (#763)7a87660Use [lints] to address unexpected_cfgs lint (#762)3ab876fTry get methods for Buf trait (#753)a1b1208Disable test_bytes_vec_alloc test on miri (#755)aae4969Add specializedBuf::chunks_vectoredforTake(#617)103d7bfRemove incorrect guarantee forchunks_vectored(#754)Updates
tokio-utilfrom 0.7.12 to 0.7.15Commits
4d4d126chore: prepare tokio-util v0.7.15 (#7283)5490267fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32examples: improve echo example consistency (#7256)159a3b2rt(unstable): remove alt multi-threaded runtime (#7275)ce87dcfruntime: document the queue behavior ofspawn_blocking(#7269)d41d49dmetrics: fix panic comment inmax_errordocs (#7273)7a6c424process: addCommand::spawn_with(#7249)c3037adtask: properly handle removed entries inJoinMap(#7264)964fd06benches: add helper functions for building runtimes (#7260)817fa60fs: avoid some copies intokio::fs::write(#7199)Updates
chronofrom 0.4.31 to 0.4.41Release notes
Sourced from chrono's releases.
... (truncated)
Commits
d1de1d9Bump version to 0.4.41e2bd1d1Add support for lenient format strings (#1693)2c95b0aTweak expression to avoid repetitionebeef99TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0Tweak style on NaiveWeek fixesb267a4fImplemented consistent Hash and Eq trait for NaiveWeek7c0bd13Apply suggestions from clippy 1.86104cdc7Bump MSRV to 1.626a85301Upgrade to windows-bindgen 0.61265c79bTweak WeekdaySet method orderUpdates
futures-utilfrom 0.3.30 to 0.3.31Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
1e05281Release 0.3.318a8b085Fix clippy::uninit_vec warningf3fb74dDocument howBoxFutures /BoxStreams are often made (#2887)f00e7afFix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3ci: Work around sanitizer issue on latest Linux kernel7bf5a72Fix issues withAsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)87afaf3Use#[inline(always)]onclone_arc_raw(#2865)549b90bAdd accessors for the inner of stream::Iter (#2875)07b004aAdd missing symbols (#2883)86dc069Various fixes too make the CI green (#2885)Updates
opensslfrom 0.10.72 to 0.10.73Release notes
Sourced from openssl's releases.
Commits
e6209d4Merge pull request #2415 from alex/bump-version9ca6cfeRelease openssl v0.10.73 and openssl-sys v0.9.109c42d49cMerge pull request #2414 from alex/boringssl-fix5e24219Attempt to fix with vcpkg93f30fffixed building on the latest boringssleb88fb0Merge pull request #2403 from botovq/ctest79a304aReplace ctest2 with ctest132418bMerge pull request #2399 from alex/release-sysf7a692bRelease openssl-sys v0.9.1082f9b496Merge pull request #2398 from botovq/libressl-4.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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