-
Notifications
You must be signed in to change notification settings - Fork 39
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
Bump the rust-minor group with 25 updates #343
Closed
Closed
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-minor group with 25 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.94` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.2` | `1.2.3` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.3` | `0.7.4` | | [cookie_store](https://github.com/pfernie/cookie_store) | `0.21.0` | `0.21.1` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [fdeflate](https://github.com/image-rs/fdeflate) | `0.3.6` | `0.3.7` | | [http](https://github.com/hyperium/http) | `1.1.0` | `1.2.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.167` | `0.2.168` | | [lyon_algorithms](https://github.com/nical/lyon) | `1.0.4` | `1.0.5` | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.15` | | [publicsuffix](https://github.com/rushmorem/publicsuffix) | `2.2.3` | `2.3.0` | | [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.7` | `0.5.8` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.41` | `0.38.42` | | [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.26.0` | `0.26.1` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.47` | `0.4.49` | | [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.97` | `0.2.99` | | [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.97` | `0.2.99` | | [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.97` | `0.2.99` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.74` | `0.3.76` | | [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.23` | `0.8.24` | Updates `tokio` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0) Updates `anyhow` from 1.0.93 to 1.0.94 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.94) Updates `cc` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.2...cc-v1.2.3) Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) Updates `clap` from 4.5.21 to 4.5.23 - [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.21...clap_complete-v4.5.23) Updates `clap_builder` from 4.5.21 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.21...v4.5.23) Updates `clap_lex` from 0.7.3 to 0.7.4 - [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_lex-v0.7.3...clap_lex-v0.7.4) Updates `cookie_store` from 0.21.0 to 0.21.1 - [Changelog](https://github.com/pfernie/cookie_store/blob/master/CHANGELOG.md) - [Commits](pfernie/cookie_store@v0.21.0...v0.21.1) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.2.0...v2.3.0) Updates `fdeflate` from 0.3.6 to 0.3.7 - [Changelog](https://github.com/image-rs/fdeflate/blob/main/CHANGES.md) - [Commits](image-rs/fdeflate@v0.3.6...v0.3.7) Updates `http` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.1.0...v1.2.0) Updates `libc` from 0.2.167 to 0.2.168 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.167...0.2.168) Updates `lyon_algorithms` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/nical/lyon/releases) - [Commits](https://github.com/nical/lyon/commits) Updates `png` from 0.17.14 to 0.17.15 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](image-rs/image-png@v0.17.14...v0.17.15) Updates `publicsuffix` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/rushmorem/publicsuffix/releases) - [Commits](rushmorem/publicsuffix@v2.2.3...v2.3.0) Updates `quinn-udp` from 0.5.7 to 0.5.8 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-udp-0.5.7...quinn-udp-0.5.8) Updates `rustix` from 0.38.41 to 0.38.42 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.41...v0.38.42) Updates `tokio-rustls` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](https://github.com/rustls/tokio-rustls/commits) Updates `tokio-util` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13) Updates `wasm-bindgen-futures` from 0.4.47 to 0.4.49 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `wasm-bindgen-macro` from 0.2.97 to 0.2.99 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.97...0.2.99) Updates `wasm-bindgen-macro-support` from 0.2.97 to 0.2.99 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.97...0.2.99) Updates `wasm-bindgen-shared` from 0.2.97 to 0.2.99 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.97...0.2.99) Updates `web-sys` from 0.3.74 to 0.3.76 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `xml-rs` from 0.8.23 to 0.8.24 - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](kornelski/xml-rs@0.8.23...0.8.24) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: anyhow dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: chrono dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap_lex dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: cookie_store dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: fdeflate dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: http dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: lyon_algorithms dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: png dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: publicsuffix dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-minor - dependency-name: quinn-udp dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: tokio-rustls dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: tokio-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: wasm-bindgen-futures dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: wasm-bindgen-macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: wasm-bindgen-macro-support dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: wasm-bindgen-shared dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: web-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: xml-rs dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Dec 9, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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-minor group with 25 updates:
1.41.1
1.42.0
1.0.93
1.0.94
1.2.2
1.2.3
0.4.38
0.4.39
4.5.21
4.5.23
4.5.21
4.5.23
0.7.3
0.7.4
0.21.0
0.21.1
2.2.0
2.3.0
0.3.6
0.3.7
1.1.0
1.2.0
0.2.167
0.2.168
1.0.4
1.0.5
0.17.14
0.17.15
2.2.3
2.3.0
0.5.7
0.5.8
0.38.41
0.38.42
0.26.0
0.26.1
0.7.12
0.7.13
0.4.47
0.4.49
0.2.97
0.2.99
0.2.97
0.2.99
0.2.97
0.2.99
0.3.74
0.3.76
0.8.23
0.8.24
Updates
tokio
from 1.41.1 to 1.42.0Release notes
Sourced from tokio's releases.
Commits
bb9d570
chore: prepare Tokio v1.42.0 (#7005)af9c683
tests: fix typo in build test instructions (#7004)4bc5a1a
ci: allow Unicode-3.0 license for unicode-ident (#7006)f8948ea
runtime: do not deferyield_now
insideblock_in_place
(#6999)bce9780
time: usearray::from_fn
instead of manually creating array (#7000)38151f3
readme: unlist 1.32.x as LTS release (#6997)5dda72d
ci: pin valgrind to rustc 1.82 (#6998)c07257f
io: simplify io readiness logic (#6966)d08578f
time: fix a typo inInstant
docs (#6982)4047d79
miri: add annotations for tests with miri ignore (#6981)Updates
anyhow
from 1.0.93 to 1.0.94Release notes
Sourced from anyhow's releases.
Commits
8ceb5e9
Release 1.0.94b9009ab
Merge pull request #399 from dtolnay/okvalue863791a
Align naming between Ok function argument and its documentation2081692
Merge pull request #398 from zertosh/ok_doc_formatcc2cecb
Fix anyhow::Ok rustdoc code formatting8852dc3
Prevent upload-artifact from causing CI failureUpdates
cc
from 1.2.2 to 1.2.3Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
1d96c83
chore: release v1.2.3 (#1316)7a263cf
Enable manual-run of release-pr.yml (#1318)ec73df9
Improve detection of environment when compiling from msbuild or msvc (#1310)b62d8c7
Better error message when failing on unknown targets (#1313)75973f4
Optimize RustcCodegenFlags (#1305)Updates
chrono
from 0.4.38 to 0.4.39Release notes
Sourced from chrono's releases.
Commits
8b86349
Bump version to 0.4.3933aaebf
Update mod.rs65c47f3
Update CHANGELOG.mdca8232f
Update licenses for unicode-ident 1.0.141456fa0
Apply suggestions from clippy 1.831c7567b
Bump codecov/codecov-action from 4 to 5f9ffd6f
add#[inline]
tonum_days
7974c60
Fix comment.77d50b1
Fix typos771c047
Use Formatter::pad (instead of write_str) for WeekdaysUpdates
clap
from 4.5.21 to 4.5.23Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
7916028
chore: Release804498d
docs: Update changelogf9721f1
Merge pull request #5695 from epage/valueb04bf72
fix(complete)!: Be consistent in value language0e28259
chore: Releasee55c986
docs: Update changelogc7157df
Merge pull request #5692 from epage/self84252b7
fix(complete): Allow completing '.'eded64a
test(complete): Verify PathCompleter::dirUpdates
clap_builder
from 4.5.21 to 4.5.23Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
fde45f9
chore: Release45d5d7e
docs: Update changelog4b82b97
chore: Releasea982adf
docs: Update changeloge5624f0
Merge pull request #5838 from cakebaker/support_uppercase_e_in_scientific_not...c8095c0
fix(lex): Allow an exponent 'E'9ebdf8c
test(lex): Allow 'E' in scientific notation5babafd
chore: Releaseac6b09c
docs: Update changelog18a81c4
Merge pull request #5836 from omertuc/reqselfUpdates
clap_lex
from 0.7.3 to 0.7.4Changelog
Sourced from clap_lex's changelog.
Commits
4b82b97
chore: Releasea982adf
docs: Update changeloge5624f0
Merge pull request #5838 from cakebaker/support_uppercase_e_in_scientific_not...c8095c0
fix(lex): Allow an exponent 'E'9ebdf8c
test(lex): Allow 'E' in scientific notation5babafd
chore: Releaseac6b09c
docs: Update changelog18a81c4
Merge pull request #5836 from omertuc/reqself29d9e88
fix(assert): Prevent arguments from requiring self52aad0e
test(asserts): Add test for self requiresUpdates
cookie_store
from 0.21.0 to 0.21.1Changelog
Sourced from cookie_store's changelog.
Commits
01d9a5f
chore(release): prepare for v0.21.1edf6359
Merge branch 'master' into idna-1.008560c2
ci: split ci check stepbuild
intobuild
+test
. Addmsrv
job7babde5
Update to idna 1.01eed496
chore(deps): bumpindexmap
to2.6.0
5063890
Merge pull request #46 from dcampbell24/change-edition-set-rust-version18f9a3b
build: setrust-version=1.63.0
05b3187
Include the patch version in MSRV.50c1e36
doc: update CONTRIBUTORS.md8baab50
Set the rust-version, update edition.Updates
fastrand
from 2.2.0 to 2.3.0Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
8419f89
v2.3.09c7ecd8
Revert "ci: Bump resolver to version 2" (#97)3789392
ci: Bump resolver to version 2a69b481
Accept any IntoIterator in choose_multipleUpdates
fdeflate
from 0.3.6 to 0.3.7Changelog
Sourced from fdeflate's changelog.
Commits
c365c7e
Release v0.3.7 (#42)ef2c31f
Properly initialize eof_bits, eof_code, and eof_mask for fixed blocks (#41)6710039
Precompute fixed huffman tables (#39)70a8e18
Optimize decoding of fixed huffman blocks (#38)Updates
http
from 1.1.0 to 1.2.0Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
a912445
v1.2.0072fd8a
feat: makeStatusCode::as_u16
a const fn (#680)2c8db78
docs: improve documentation for theExtensions::insert
method (#705)a753ce4
fix: capacity handling in HeaderMap::try_with_capacity (#710)92d4148
fix: off by 1 error in Method::from_bytes causing an allocation (#708)5a1a5e8
feat: change to TryInto bounds for Builder Methods (#730)300f91d
Generalize HeaderMap's TryFrom impl from HashMap, to allow other hashing func...75298bd
feat: add StatusCode::TOO_EARLY 425 (#725)7faad85
docs: remove text stating http is early in lifecycle (#724)0136ae7
docs: fix docs failing to compile (#722)Updates
libc
from 0.2.167 to 0.2.168Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
e6082ef
chore: release v0.2.16826b5337
Merge pull request #4190 from tgross35/backport-ci-artifacts4344e54
ci: Upload artifacts created by libc-testabe73ab
Merge pull request #4187 from tgross35/backport-romanesco1e2da75
adding POSIX memccpy and mempcpy GNU extension.7457aa1
fix: make Debug impl for unions opaque8592ff9
Lift IFA_* constants from linux/gnu to linux069c923
Test(semver/linux): Add missing PF_* constants05768aa
Docs(linux): Add docs forPF_*
constants0e89233
Feat(linux): Add new process flagsUpdates
lyon_algorithms
from 1.0.4 to 1.0.5Commits
Updates
png
from 0.17.14 to 0.17.15Changelog
Sourced from png's changelog.
Commits
10644db
Merge pull request #542 from Shnatsel/release-v0.17.15fb660c2
Small refactoring of paeth filter logic (#544)5202c6d
Merge pull request #543 from Shnatsel/rename-chunks9bb4da7
Update chunk names in test filef4b3ea8
Add the chunk renaming PR to changelog43b4dba
rename mCDv and cLLi chunks to their new namesbd8a4a3
Bump version417bceb
Fill in changelog7e4a5a4
Merge pull request #539 from Shnatsel/stb-paeth95fabd4
Gate the entire SIMD module on x86_64 to reduce the amount of possible config...Updates
publicsuffix
from 2.2.3 to 2.3.0Commits
4f385eb
chore: Release publicsuffix version 2.3.0bc8c375
Merge pull request #43 from rushmorem/bump-dependenciese36de00
Bump MSRV to v1.68.2d894e88
Drop obsolete dev dependency5a25622
Upgradehashbrown
786c046
Merge pull request #42 from torokati44/idna-1.0ade8bc1
Update to idna 1.0b300356
Merge pull request #40 from torokati44/idna-0.59102a91
Update to idna 0.547958d6
Merge pull request #39 from sdroege/idna-0.4Updates
quinn-udp
from 0.5.7 to 0.5.8Release notes
Sourced from quinn-udp's releases.
Commits
204b147
chore(udp): increase crate patch version to v0.5.87260987
fix(udp): do not enable URO on Windows on ARM728a335
Remove redundant nonblocking config on async-std31a0440
fix(udp): retry on ErrorKind::Interrupted53e13f2
fix(udp): propagate error on apple_fast7551282
fix(udp): use IPV6_PMTUDISC_PROBE instead of IP_PMTUDISC_PROBE on v6e318cc4
feat(quinn-udp): support illumosf188909
#2057: Write transport parameters in random order.af4f29b
#2057: Extract known transport parameter IDs into enum.1c463ab
proto: split config moduleUpdates
rustix
from 0.38.41 to 0.38.42Commits
228ef24
chore: Release rustix version 0.38.427b9bb5a
Fix tests on illumos. (#1238)bed5c48
Fix test compilation with restricted feature sets.52f1af8
fcntl_lock should be supported on Solaris (#1226)4046ed7
Mark libc's ``fs::Diras
Sync` (#1232)a7ba1b8
Fixes tests on Solaris. (#1228)aa53615
bump windows-sys requirement to allow 0.59.0 (#1229)fa38bd8
Disable thexdp_umem_reg
size check for now. (#1227)78b5a1d
Remove static bound from DecInt (#1223)f48de73
Use MaybeUninit in DecInt (#1201)Updates
tokio-rustls
from 0.26.0 to 0.26.1Commits
Updates
tokio-util
from 0.7.12 to 0.7.13Commits
0b31c2f
chore: prepare tokio-util v0.7.13 (#7012)129f9fc
codec: fix incorrect handling of invalid utf-8 inLinesCodec::decode_eof
(#...b5c227d
tracing: move tracing instrumentation tests into tokio tests (#7007)dcae2b9
ci: unfreeze FreeBSD from rustc 1.81 (#7009)bb9d570
chore: prepare Tokio v1.42.0 (#7005)af9c683
tests: fix typo in build test instructions (#7004)