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.26
1.6.0
0.5.0
0.6.0
1.38.2
1.45.1
1.16.0
1.17.0
1.5.0
1.10.1
0.7.12
0.7.15
0.4.31
0.4.41
0.3.30
0.3.31
0.10.72
0.10.73
Updates
hyper
from 0.14.26 to 1.6.0Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
... (truncated)
Commits
621d8e4
v1.6.083f4588
chore(LICENSE): update copyright year10b09ff
fix(server): start http1 header read timeout when conn is idle (#3828)8ce1fcf
feat(ext): addext::on_informational()
callback extension (#3818)de28b0e
chore(ci): use msrv aware dependency resolver (#3831)5baf537
chore(ci): use yq to get rust-version in manifest (#3829)3817a79
feat(server): addhttp1::Builder::ignore_invalid_headers(bool)
option (#3824)e981a91
fix(server): changemax_local_error_reset_streams
function to&mut self
(...30f2961
v1.5.2a131111
fix(http1): fix intermitent panic parsing partial headers (#3812)Updates
hyper-tls
from 0.5.0 to 0.6.0Commits
0265e16
v0.6.0373d193
add alpn support (#107)95ebd8d
tidy up dependency features (#106)3fc97a0
Update hyper dependencies (#105)9adf50b
feat: upgrade to hyper-v1, use hyper-utils for now (#104)5e4cb93
chore: port CI from hyper-util (#103)74044e3
Fix typo in documentation of client.rs (#87)Updates
tokio
from 1.38.2 to 1.45.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
3768696
chore: prepare Tokio v1.45.1 (#7359)421a7b0
rt: do not track time-based metrics on wasm32-unknown-unknown (#7322)b1bdb3c
ci: update macros_type_mismatch for Rust 1.87.0 (#7339)00754c8
chore: prepare Tokio v1.45.0 (#7308)1ae9434
time: revert "use sharding for timer implementation" related changes (#7226)8895bba
ci: Test AArch64 Windows (#7288)48ca254
time: updatesleep
documentation to reflect maximum allowed duration (#7302)a0af02a
compat: add more documentation totokio_util::compat
(#7279)0ce3a11
metrics: stabilizeworker_park_count
andworker_unpark_count
(#7276)1ea9ce1
ci: fix cfg!(miri) declarations in tests (#7286)Updates
num_cpus
from 1.16.0 to 1.17.0Changelog
Sourced from num_cpus's changelog.
Commits
342af76
v1.17.0e970a82
Bump hermit-abi version (#144)797f827
Update LICENSE-MIT (#143)b6ca8a4
ci: worker cpus has been increasedf06cd50
ci: remove asmjs job41e39dd
ci: mips is not tier 3, remove CI jobs13af26c
remove special support for nacl815551c
ci: pin libc for msrv jobUpdates
bytes
from 1.5.0 to 1.10.1Release notes
Sourced from bytes's releases.
... (truncated)
Changelog
Sourced from bytes's changelog.
... (truncated)
Commits
19d1427
chore: prepare bytes v1.10.1 (#774)3667543
Fix memory leak inowned_to_vec
(#773)e0f3a25
chore: prepare bytes v1.10.0 (#766)16fd473
Add feature to support platforms without atomic CAS (#467)71824b0
ci: test AArch64 and run tests instead of build in cross job (#763)7a87660
Use [lints] to address unexpected_cfgs lint (#762)3ab876f
Try get methods for Buf trait (#753)a1b1208
Disable test_bytes_vec_alloc test on miri (#755)aae4969
Add specializedBuf::chunks_vectored
forTake
(#617)103d7bf
Remove incorrect guarantee forchunks_vectored
(#754)Updates
tokio-util
from 0.7.12 to 0.7.15Commits
4d4d126
chore: prepare tokio-util v0.7.15 (#7283)5490267
fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32
examples: improve echo example consistency (#7256)159a3b2
rt(unstable): remove alt multi-threaded runtime (#7275)ce87dcf
runtime: document the queue behavior ofspawn_blocking
(#7269)d41d49d
metrics: fix panic comment inmax_error
docs (#7273)7a6c424
process: addCommand::spawn_with
(#7249)c3037ad
task: properly handle removed entries inJoinMap
(#7264)964fd06
benches: add helper functions for building runtimes (#7260)817fa60
fs: avoid some copies intokio::fs::write
(#7199)Updates
chrono
from 0.4.31 to 0.4.41Release notes
Sourced from chrono's releases.
... (truncated)
Commits
d1de1d9
Bump version to 0.4.41e2bd1d1
Add support for lenient format strings (#1693)2c95b0a
Tweak expression to avoid repetitionebeef99
TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0
Tweak style on NaiveWeek fixesb267a4f
Implemented consistent Hash and Eq trait for NaiveWeek7c0bd13
Apply suggestions from clippy 1.86104cdc7
Bump MSRV to 1.626a85301
Upgrade to windows-bindgen 0.61265c79b
Tweak WeekdaySet method orderUpdates
futures-util
from 0.3.30 to 0.3.31Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
1e05281
Release 0.3.318a8b085
Fix clippy::uninit_vec warningf3fb74d
Document howBoxFuture
s /BoxStream
s are often made (#2887)f00e7af
Fix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3
ci: Work around sanitizer issue on latest Linux kernel7bf5a72
Fix issues withAsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)87afaf3
Use#[inline(always)]
onclone_arc_raw
(#2865)549b90b
Add accessors for the inner of stream::Iter (#2875)07b004a
Add missing symbols (#2883)86dc069
Various fixes too make the CI green (#2885)Updates
openssl
from 0.10.72 to 0.10.73Release notes
Sourced from openssl's releases.
Commits
e6209d4
Merge pull request #2415 from alex/bump-version9ca6cfe
Release openssl v0.10.73 and openssl-sys v0.9.109c42d49c
Merge pull request #2414 from alex/boringssl-fix5e24219
Attempt to fix with vcpkg93f30ff
fixed building on the latest boringssleb88fb0
Merge pull request #2403 from botovq/ctest79a304a
Replace ctest2 with ctest132418b
Merge pull request #2399 from alex/release-sysf7a692b
Release openssl-sys v0.9.1082f9b496
Merge 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 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