-
Notifications
You must be signed in to change notification settings - Fork 114
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 nonbreaking group with 23 updates #541
Merged
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 nonbreaking group with 23 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.71` | `1.0.75` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.73` | `1.0.83` | | [bindgen](https://github.com/rust-lang/rust-bindgen) | `0.64.0` | `0.68.1` | | [walkdir](https://github.com/BurntSushi/walkdir) | `2.3.2` | `2.4.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.26.0` | `1.33.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.1.0` | `1.5.0` | | [futures-task](https://github.com/rust-lang/futures-rs) | `0.3.27` | `0.3.29` | | [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.27` | `0.3.29` | | [mio](https://github.com/tokio-rs/mio) | `0.8.6` | `0.8.9` | | openssl-macros | `0.1.0` | `0.1.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.168` | `1.0.190` | | [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.7` | `0.11.12` | | [rmp-serde](https://github.com/3Hren/msgpack-rust) | `1.1.1` | `1.1.2` | | [brotli](https://github.com/dropbox/rust-brotli) | `3.3.4` | `3.4.0` | | [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.2.45` | `0.2.70` | | [swc_core](https://github.com/swc-project/swc) | `0.83.0` | `0.86.17` | | [wit-parser](https://github.com/bytecodealliance/wasm-tools) | `0.11.3` | `0.12.1` | | [convert_case](https://github.com/rutrum/convert-case) | `0.4.0` | `0.6.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.4.1` | `1.5.0` | | [criterion](https://github.com/bheisler/criterion.rs) | `0.3.6` | `0.5.1` | | [num-format](https://github.com/bcmyers/num-format) | `0.4.3` | `0.4.4` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.4.0` | `3.8.0` | | [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.106.0` | `0.115.0` | Updates `anyhow` from 1.0.71 to 1.0.75 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.71...1.0.75) Updates `cc` from 1.0.73 to 1.0.83 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.73...1.0.83) Updates `bindgen` from 0.64.0 to 0.68.1 - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.64.0...v0.68.1) Updates `walkdir` from 2.3.2 to 2.4.0 - [Commits](BurntSushi/walkdir@2.3.2...2.4.0) Updates `tokio` from 1.26.0 to 1.33.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.26.0...tokio-1.33.0) Updates `bytes` from 1.1.0 to 1.5.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.1.0...v1.5.0) Updates `futures-task` from 0.3.27 to 0.3.29 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.27...0.3.29) Updates `futures-core` from 0.3.27 to 0.3.29 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.27...0.3.29) Updates `mio` from 0.8.6 to 0.8.9 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v0.8.6...v0.8.9) Updates `openssl-macros` from 0.1.0 to 0.1.1 Updates `serde` from 1.0.168 to 1.0.190 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.168...v1.0.190) Updates `serde_bytes` from 0.11.7 to 0.11.12 - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](serde-rs/bytes@0.11.7...0.11.12) Updates `rmp-serde` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](https://github.com/3Hren/msgpack-rust/commits) Updates `brotli` from 3.3.4 to 3.4.0 - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](https://github.com/dropbox/rust-brotli/commits) Updates `wasmprinter` from 0.2.45 to 0.2.70 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wasmprinter-0.2.45...wasmprinter-0.2.70) Updates `swc_core` from 0.83.0 to 0.86.17 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits) Updates `wit-parser` from 0.11.3 to 0.12.1 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wit-parser-0.11.3...wit-parser-0.12.1) Updates `convert_case` from 0.4.0 to 0.6.0 - [Commits](https://github.com/rutrum/convert-case/commits) Updates `uuid` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.4.1...1.5.0) Updates `criterion` from 0.3.6 to 0.5.1 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.3.6...0.5.1) Updates `num-format` from 0.4.3 to 0.4.4 - [Changelog](https://github.com/bcmyers/num-format/blob/main/CHANGELOG.md) - [Commits](bcmyers/num-format@v0.4.3...v0.4.4) Updates `tempfile` from 3.4.0 to 3.8.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.4.0...v3.8.0) Updates `wasmparser` from 0.106.0 to 0.115.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wasmparser-0.106.0...wasmparser-0.115.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: walkdir dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: futures-task dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: futures-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: openssl-macros dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: serde_bytes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: rmp-serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: brotli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: wasmprinter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: swc_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: wit-parser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: convert_case dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: num-format dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking ... 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
Oct 26, 2023
This was referenced Oct 26, 2023
jeffcharles
approved these changes
Oct 26, 2023
@dependabot merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 nonbreaking group with 23 updates:
1.0.71
1.0.75
1.0.73
1.0.83
0.64.0
0.68.1
2.3.2
2.4.0
1.26.0
1.33.0
1.1.0
1.5.0
0.3.27
0.3.29
0.3.27
0.3.29
0.8.6
0.8.9
0.1.0
0.1.1
1.0.168
1.0.190
0.11.7
0.11.12
1.1.1
1.1.2
3.3.4
3.4.0
0.2.45
0.2.70
0.83.0
0.86.17
0.11.3
0.12.1
0.4.0
0.6.0
1.4.1
1.5.0
0.3.6
0.5.1
0.4.3
0.4.4
3.4.0
3.8.0
0.106.0
0.115.0
Updates
anyhow
from 1.0.71 to 1.0.75Release notes
Sourced from anyhow's releases.
Commits
6485cae
Release 1.0.75238223a
Work around ridiculous rust-analyzer behaviorcbade7d
Release 1.0.740798a9a
Reword bootstrap comment61d8676
Merge pull request #320 from RalfJung/bootstrap663c663
don't run build probes in rustc bootstrape471b2b
Release 1.0.738cf1d15
Merge pull request #319 from dtolnay/errorprovide31c8dff
Update to nightly's new Error::provide API496b958
Ignore ignored_unit_patterns pedantic clippy lint in test suiteUpdates
cc
from 1.0.73 to 1.0.83Release notes
Sourced from cc's releases.
... (truncated)
Commits
bfc3ba4
Release version 1.0.83 (#861)d8a653b
Stop using feature "libc/std" (#860)360754b
Add method for specifying C/C++ standard version (#761)bf4f709
Release cc v1.0.82 (#850)6f43cf3
FixBuild::compile_objects
perf regression and deadlock (#849)5710ce5
Merge pull request #843 from thomcc/bump-1.0.8105fa160
Bump version to 1.0.813eb7c38
FixPrintThread
: Read stderr as bytes instead of str (#842)7adebb9
Bump version to 1.0.80 (#834)f074cd9
Handlex86_64h-apple-darwin
target (#840)Updates
bindgen
from 0.64.0 to 0.68.1Release notes
Sourced from bindgen's releases.
Changelog
Sourced from bindgen's changelog.
... (truncated)
Commits
8d75a02
chore: Releasea21e60b
Release preparation for v0.68.1 (#2627)ebcf0bc
chore: Release59102e9
chore: Releasef623bfb
Don't release anything by default (#2623)073fa62
test cli and lib msrv separately (#2625)b52377a
Update CHANGELOG.md (#2622)1d74af3
Don't delete the lockfile on the msrv workflow (#2621)ef2fb79
make search less surprising (#2613)ea3f8a7
there been editors not affilicated with Servo (#2615)Updates
walkdir
from 2.3.2 to 2.4.0Commits
037c5e1
2.4.0dcc527d
api: add follow_root_links() option to WalkDir61a185f
ci: use latest OS versions1547668
2.3.321be522
impl: use shorthand initialization, remove old work-aroundUpdates
tokio
from 1.26.0 to 1.33.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
0457690
chore: prepare Tokio v1.33.0 release (#6059)4557451
io: implementSeek
forSyncIoBridge
(#6058)2bd4376
rt: do not trace tasks while lockingOwnedTasks
(#6036)f306bd0
sync: fix unclosed code block in example (#6056)6b010ac
docs: fix new doc warnings in 1.73.0 (#6055)8cd3383
time: reduce iteration count in short_sleeps test (#6052)d6ed00c
sync:Semaphore
doc final cleanup (#6050)5d29136
docs: add semaphore example for running tests sequentially (#6038)52b29b3
net: add apple tvos support (#6045)eaba971
sync: document that broadcast capacity is a lower bound (#6042)Updates
bytes
from 1.1.0 to 1.5.0Release notes
Sourced from bytes's releases.
... (truncated)
Changelog
Sourced from bytes's changelog.
... (truncated)
Commits
74e6e20
chore: prepare bytes v1.5.0 (#627)64c4fa2
Rename UninitSlice constructors for consistency with ReadBuf (#599)c7756c3
Fix CI failure (#616)b29112c
Implement BufMut for&mut [MaybeUninit\<u8>]
(#597)99a2754
Add a safe way to create UninitSlice from slices (#598)74b04c7
Mark BytesMut::extend_from_slice as inline (#595)21ed332
chore: prepare bytes v1.4.0 (#593)05e9d5c
Avoid large reallocations when freezing BytesMut (#592)f15bba3
Document which functions requirestd
(#591)c93a94b
Fix duplicate "the the" typos (#585)Updates
futures-task
from 0.3.27 to 0.3.29Release notes
Sourced from futures-task's releases.
Changelog
Sourced from futures-task's changelog.
Commits
86f2a6a
Release 0.3.29a40204d
Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...24cca65
AddTryAny
adaptere60a439
AddTryAll
adapter5051335
Remove unsafe code from AssertUnmoved60a86e1
Fix Sync impl of FuturesUnorderedf392082
Extend io::AsyncBufReadExt::lines example with invalid UTF-82f2ec39
Fix infinite loop caused by invalid UTF-8 bytes8570ea6
Fix unused_imports warning43c0c5f
Add tests forStreamExt::all
andStreamExt::any
Updates
futures-core
from 0.3.27 to 0.3.29Release notes
Sourced from futures-core's releases.
Changelog
Sourced from futures-core's changelog.
Commits
86f2a6a
Release 0.3.29a40204d
Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...24cca65
AddTryAny
adaptere60a439
AddTryAll
adapter5051335
Remove unsafe code from AssertUnmoved60a86e1
Fix Sync impl of FuturesUnorderedf392082
Extend io::AsyncBufReadExt::lines example with invalid UTF-82f2ec39
Fix infinite loop caused by invalid UTF-8 bytes8570ea6
Fix unused_imports warning43c0c5f
Add tests forStreamExt::all
andStreamExt::any
Updates
mio
from 0.8.6 to 0.8.9Changelog
Sourced from mio's changelog.
... (truncated)
Commits
e80c3b2
Release v0.8.9862786b
Fix importing of IoSourceState4034872
Add support for vita target8eb4010
Fix receiver and sender fd in pipe based waker9f21ce1
Enable sys::unix::pipe when using pipe based Wakere7a0685
Reuse pipe2 polyfill code808dbb0
Implement pipe2 for AIX605ba78
Add AIX operating system support8dd37c5
Skip MSRV test for macOS2856112
Run the MSRV CI check on more platformsUpdates
openssl-macros
from 0.1.0 to 0.1.1Updates
serde
from 1.0.168 to 1.0.190Release notes
Sourced from serde's releases.
... (truncated)
Commits
edb1a58
Release 1.0.19011c2917
Merge pull request #2637 from dtolnay/nansign6ba9c12
Float copysign does not exist in libcore yetd2fcc34
Ensure f32 deserialized from f64 and vice versa preserve NaN signa091a07
Add float NaN testsbb4135c
Fix unused imports8de84b7
Resolve get_first clippy lint9cdf332
Remove 'remember to update' reminder from Cargo.tomle94fc65
Release 1.0.189b908487
Remove double nesting of first_attemptUpdates
serde_bytes
from 0.11.7 to 0.11.12Release notes
Sourced from serde_bytes's releases.
Commits
72a3041
Release 0.11.1232291a2
Opt in to generate-link-to-definition when building on docs.rs5e6b076
Release 0.11.11511acb3
Eliminate syn 1 from minimal-versions8f8a804
Add CI job using minimal-versions0ad4435
Release 0.11.101aa6ac9
Add no-std::no-alloc categoryfd758f8
Support a manual trigger on CI workflow0504fcb
Raise minimum tested compiler to 1.56c3c8393
Release 0.11.9Updates
rmp-serde
from 1.1.1 to 1.1.2Commits
Updates
brotli
from 3.3.4 to 3.4.0Commits
Updates
wasmprinter
from 0.2.45 to 0.2.70Commits
722b599
Bump version numbers and try to future-proof (#1250)f5f6174
Add wast parsing support for threads proposal (#1248)2d8ea0a
Enable threads, multi-memory, and relaxed-simd by default (