-
-
Notifications
You must be signed in to change notification settings - Fork 116
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 cargo group with 21 updates #2073
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 cargo group with 21 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.49` | `1.0.50` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.40` | | [regex](https://github.com/rust-lang/regex) | `1.10.0` | `1.10.2` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.31.1` | `0.31.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.188` | `1.0.189` | | [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.18.0` | `0.18.1` | | [cmd_lib](https://github.com/rust-shell-script/rust_cmd_lib) | `1.3.0` | `1.5.0` | | [ahash](https://github.com/tkaitchuck/ahash) | `0.8.3` | `0.8.4` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.73` | `0.1.74` | | [deranged](https://github.com/jhpratt/deranged) | `0.3.8` | `0.3.9` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.27` | `1.0.28` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.57` | `0.1.58` | | [ipnet](https://github.com/krisprice/ipnet) | `2.8.0` | `2.9.0` | | [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.10` | `0.4.11` | | [mio](https://github.com/tokio-rs/mio) | `0.8.8` | `0.8.9` | | [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.8` | `0.9.9` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.19` | `0.38.20` | | [socket2](https://github.com/rust-lang/socket2) | `0.4.9` | `0.4.10` | | [time](https://github.com/time-rs/time) | `0.3.29` | `0.3.30` | | [wide](https://github.com/Lokathor/wide) | `0.7.12` | `0.7.13` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.16` | `0.5.17` | Updates `thiserror` from 1.0.49 to 1.0.50 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.49...1.0.50) Updates `tracing` from 0.1.37 to 0.1.40 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.40) Updates `regex` from 1.10.0 to 1.10.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.0...1.10.2) Updates `octocrab` from 0.31.1 to 0.31.2 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.31.1...v0.31.2) Updates `serde` from 1.0.188 to 1.0.189 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.188...v1.0.189) Updates `cargo_metadata` from 0.18.0 to 0.18.1 - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.18.0...0.18.1) Updates `cmd_lib` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/rust-shell-script/rust_cmd_lib/releases) - [Commits](https://github.com/rust-shell-script/rust_cmd_lib/commits) Updates `ahash` from 0.8.3 to 0.8.4 - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) Updates `async-trait` from 0.1.73 to 0.1.74 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.73...0.1.74) Updates `deranged` from 0.3.8 to 0.3.9 - [Commits](https://github.com/jhpratt/deranged/commits) Updates `flate2` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.27...1.0.28) Updates `iana-time-zone` from 0.1.57 to 0.1.58 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.57...v0.1.58) Updates `ipnet` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](krisprice/ipnet@2.8.0...2.9.0) Updates `lock_api` from 0.4.10 to 0.4.11 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@lock_api-0.4.10...lock_api-0.4.11) Updates `mio` from 0.8.8 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.8...v0.8.9) Updates `parking_lot_core` from 0.9.8 to 0.9.9 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@core-0.9.8...core-0.9.9) Updates `rustix` from 0.38.19 to 0.38.20 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.38.19...v0.38.20) Updates `socket2` from 0.4.9 to 0.4.10 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](rust-lang/socket2@v0.4.9...v0.4.10) Updates `time` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.29...v0.3.30) Updates `wide` from 0.7.12 to 0.7.13 - [Commits](Lokathor/wide@v0.7.12...v0.7.13) Updates `winnow` from 0.5.16 to 0.5.17 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.16...v0.5.17) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cmd_lib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ahash dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: deranged dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: flate2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: ipnet dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: lock_api dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: mio dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: parking_lot_core dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: socket2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: time dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: wide dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Oct 23, 2023
Turns out this doesn't get Dependabot to run `cargo update`. It just gets it to submit weird pull requests I don't quite understand.
Also included a manual upgrade to winit 0.29.2. |
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 cargo group with 21 updates:
1.0.49
1.0.50
0.1.37
0.1.40
1.10.0
1.10.2
0.31.1
0.31.2
1.0.188
1.0.189
0.18.0
0.18.1
1.3.0
1.5.0
0.8.3
0.8.4
0.1.73
0.1.74
0.3.8
0.3.9
1.0.27
1.0.28
0.1.57
0.1.58
2.8.0
2.9.0
0.4.10
0.4.11
0.8.8
0.8.9
0.9.8
0.9.9
0.38.19
0.38.20
0.4.9
0.4.10
0.3.29
0.3.30
0.7.12
0.7.13
0.5.16
0.5.17
Updates
thiserror
from 1.0.49 to 1.0.50Release notes
Sourced from thiserror's releases.
Commits
a7d220d
Release 1.0.504088d16
Ignore module_name_repetitions pedantic clippy lintebebf77
Format ui tests with rustfmtff0a0a5
Source and From attributes only have single-ident path7cec716
Remove reliance on Spanned for Memberc9fe739
Touch up PR 2584850c6f
Merge pull request #258 from de-vri-es/as-dyn-error-spana49f7c6
Change span ofas_dyn_error()
to point compile error at attribute.f4eac7e
Ignore needless_raw_string_hashes clippy lintUpdates
tracing
from 0.1.37 to 0.1.40Release notes
Sourced from tracing's releases.
... (truncated)
Commits
15600a3
tracing: prepare to release v0.1.4020a1762
tracing: use ManuallyDrop instead of mem::forget (#2765)4b99457
chore: prepare tracing 0.1.39 (#2755)b2a5e11
tracing: update core to v0.1.31 and attributes to v0.1.273825a50
tracing: use full path when callingformat_args!
(#2757)c4b2a56
chore: prepare tracing-core 0.1.32 (#2754)2502f19
chore: prepare tracing-attributes 0.1.27 (#2756)9048762
Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)" (#...6ba5af2
docs: remove mention ofRegistration
on v0.1.x (#2753)11aac9a
log: deprecateenv_logger
in favor oftracing_subscriber::fmt::Subscriber
...Updates
regex
from 1.10.0 to 1.10.2Changelog
Sourced from regex's changelog.
Commits
5f1f1c8
1.10.21a54a82
deps: bump regex-automata to 0.4.361242b1
regex-automata-0.4.350fe7d1
changelog: 1.10.2eb950f6
automata/meta: revert broadening of reverse suffix optimizatione7bd19d
regex-lite-0.1.50086dec
lite: fix stack overflow test4ae1472
tests: fix compilation of doctests on 32-bit architecturescd79881
regex-lite-0.1.4466e42c
lite: fix stack overflow in NFA compilerUpdates
octocrab
from 0.31.1 to 0.31.2Release notes
Sourced from octocrab's releases.
Changelog
Sourced from octocrab's changelog.
Commits
0bfd9dd
chore: release (#470)9bfba30
Addfollow-redirect
feature (#469)Updates
serde
from 1.0.188 to 1.0.189Release notes
Sourced from serde's releases.
Commits
e94fc65
Release 1.0.189b908487
Remove double nesting of first_attempt2a7c7fa
Merge pull request #2613 from ahl/fix-untagged-plus-simplee302e15
Merge pull request #2625 from marcospb19/add-csv-to-the-list1cbea89
Add CSV to the formats list37a3285
Update ui test suite to nightly-2023-10-068c4aad3
Clean up unneeded raw strings in test1774794
Resolve needless_raw_string_hashes clippy lint in test1af23f1
Test docs.rs documentation build in CI94fbc3d
fix clippyUpdates
cargo_metadata
from 0.18.0 to 0.18.1Commits
5b794f8
Merge pull request #252 from bend-n/libtest87adb46
Update CHANGELOG.mdbd379af
clarify libtest module level doc04d1899
update changelog023b857
patch bumpd7d326f
add "unstable" featuredb32e7e
add helper methods for health9259190
add stdout helper method162826a
make mod pub60f783d
add bench testUpdates
cmd_lib
from 1.3.0 to 1.5.0Commits
Updates
ahash
from 0.8.3 to 0.8.4Commits
Updates
async-trait
from 0.1.73 to 0.1.74Release notes
Sourced from async-trait's releases.
Commits
265979b
Release 0.1.745e67709
Fix doc test when async fn in trait is natively supportedef144ae
Update ui test suite to nightly-2023-10-159398a28
Test docs.rs documentation build in CI8737173
Update ui test suite to nightly-2023-09-245ba643c
Test dyn Trait containing async fn247c8e7
Add ui test testing the recommendation to use async-trait799db66
Update ui test suite to nightly-2023-09-230e60248
Update actions/checkout@v3 -> v47fcbc83
Update ui test suite to nightly-2023-08-29Updates
deranged
from 0.3.8 to 0.3.9Commits
Updates
flate2
from 1.0.27 to 1.0.28Release notes
Sourced from flate2's releases.
Commits
a99b53e
Merge pull request #378 from Byron/prep-release223f829
Merge pull request #380 from Manishearth/reset-stream7a61ea5
Reset StreamWrapper after calling mz_inflate / mz_deflate1260d3e
prepare next patch-releasef62ff42
Merge pull request #375 from georeth/fix-read-doc5b23cc9
Fix and unify docs ofbufread
andread
types.f285e9a
Merge pull request #373 from anforowicz/fix-spare-capacity-handling69972b8
Fix soundness ofwrite_to_spare_capacity_of_vec
.82e45fa
Refactoring: Dedupe code intowrite_to_spare_capacity_of_vec
helper.20cdcbe
Merge pull request #371 from jongiddy/jgiddy/msrv-1.53Updates
iana-time-zone
from 0.1.57 to 0.1.58Changelog
Sourced from iana-time-zone's changelog.
Commits
bea1576
Increment version number. Update changelog.190533a
update changelog14687ad
Merge pull request #57 from ecnelises/aix728204a
update changelog3a4e2cc
Merge pull request #121 from Kijewski/pr-hurda1c068b
Merge pull request #122 from Kijewski/pr-ci-windowsed6476b
CI: run tests on older windows-core version791a63e
Embed bindings via windows-core (#117)bee1950
Implement for GNU Hurd4bc97db
CI: reduce disk usage (#120)Updates
ipnet
from 2.8.0 to 2.9.0Release notes
Sourced from ipnet's releases.
Changelog
Sourced from ipnet's changelog.
Commits
ac6137c
Fix * in heapless dependency not supported by crates.io585bcad
Merge pull request #52 from elrafoon/ser_as_str5d21106
Increment version numbercd940a0
Add ser_as_str feature to serialize using serialize_str()Updates
lock_api
from 0.4.10 to 0.4.11Changelog
Sourced from lock_api's changelog.
Commits
8d92826
Release lock_api 0.4.11 and parking_lot_core 0.9.98e9b3b9
Merge pull request #348 from claui/rust-version669bf52
Merge pull request #403 from Lochlanna/public-guard-creation3f38a9e
rename arc guard creation methodsb6eb569
Merge pull request #407 from alex/patch-1aa2115f
Updated redox_syscall dep8f5ccd0
small fix to doc wording on read guard methodse927d19
Updated documentation for upgradable guard creation function.d0d4ee9
Updated documentation for guard creation functions05e6a4e
Merge pull request #405 from NordSecurity/add_apple_tvos_supportUpdates
mio
from 0.8.8 to 0.8.9Changelog
Sourced from mio's changelog.
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
parking_lot_core
from 0.9.8 to 0.9.9Changelog
Sourced from parking_lot_core's changelog.
Commits
8d92826
Release lock_api 0.4.11 and parking_lot_core 0.9.98e9b3b9
Merge pull request #348 from claui/rust-version669bf52
Merge pull request #403 from Lochlanna/public-guard-creation3f38a9e
rename arc guard creation methodsb6eb569
Merge pull request #407 from alex/patch-1aa2115f
Updated redox_syscall dep8f5ccd0
small fix to doc wording on read guard methodse927d19
Updated documentation for upgradable guard creation function.d0d4ee9
Updated documentation for guard creation functions05e6a4e
Merge pull request #405 from NordSecurity/add_apple_tvos_supportUpdates
rustix
from 0.38.19 to 0.38.20Commits
414309a
chore: Release rustix version 0.38.20ce11b6c
Miscellaneous documentation cleanups. (#887)a59a191
Fixsendmsg_unix
's address encoding. (#885)e35481c
Fix a documentation link.b8d7e00
Miscellaneous documentation cleanups. (#883)30a5ae1
Add support for armv7-sony-vita-newlibeabihf. (#882)702c54a
Add documentation for how to do the equivalent ofgethostname
. (#880)Updates
socket2
from 0.4.9 to 0.4.10Changelog
Sourced from socket2's changelog.
Commits
71cad22
Release v0.4.1003211da
Added support for vita6a21bba
Fix Fuchsia targetb71b7b4
Update to FreeBSD 13.1 in CI14796fb
Backport ESP-IDF support from main branch98f4747
Add support for 'all' feature on QNX Neutrino for v0.4.xUpdates
time
from 0.3.29 to 0.3.30Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
72f03e0
v0.3.30 release08ed41d
Address clippy lints9564e59
ImplementSmartDisplay
for main typesdec2a2d
Userstest_reuse
to split tests further1ebc5e3
Added closing markdown tag (#628)75e255d
Avoid wrapping inext
when using--release
Updates
wide
from 0.7.12 to 0.7.13Commits
86ff930
chore: Release wide version 0.7.13b418284
i guess tier2 mips isn't a thing anymorefe73f07
as_array_mut added to all simd types. (#142)aba67bf
Add dot product for i16. (#136)Updates
winnow
from 0.5.16 to 0.5.17Changelog
Sourced from winnow's changelog.
Commits
897cd5e
chore: Release9410634
docs: Update changelogdb577d9
Merge pull request #348 from epage/customc878116
docs(topic): Expand on custom tokense7e9b52
docs(examples): Add lexer/parser exampleecca81d
fix: Allow custom tokens for Fn ContainsToken03c26b4
test(examples): Make arithmetic benches 1:1628760d
refactor(example): Clean up main921a2a3
test(examples): Align arithmetic testseac1456
refactor(example): Further clean up of arithmeticDependabot 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