-
Notifications
You must be signed in to change notification settings - Fork 1
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 minor-updates group across 1 directory with 10 updates #53
Conversation
Bumps the minor-updates group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.95` | | [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.23` | | [hidapi](https://github.com/ruabmbua/hidapi-rs) | `2.6.1` | `2.6.3` | | [btleplug](https://github.com/deviceplug/btleplug) | `0.11.5` | `0.11.6` | | [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.134` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` | | [zerocopy](https://github.com/google/zerocopy) | `0.7.35` | `0.8.14` | Updates `anyhow` from 1.0.86 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.95) Updates `clap` from 4.5.13 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.13...clap_complete-v4.5.23) Updates `hidapi` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/ruabmbua/hidapi-rs/releases) - [Commits](ruabmbua/hidapi-rs@v2.6.1...v2.6.3) Updates `btleplug` from 0.11.5 to 0.11.6 - [Changelog](https://github.com/deviceplug/btleplug/blob/master/CHANGELOG.md) - [Commits](deviceplug/btleplug@0.11.5...0.11.6) Updates `uuid` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...1.11.0) Updates `tokio` from 1.39.2 to 1.42.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.42.0) Updates `serde` from 1.0.204 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.217) Updates `serde_json` from 1.0.121 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.121...v1.0.134) Updates `time` from 0.3.36 to 0.3.37 - [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.36...v0.3.37) Updates `zerocopy` from 0.7.35 to 0.8.14 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.7.35...v0.8.14) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: hidapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: btleplug dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request bumps the versions of several dependencies in the Cargo.toml file. Notably, Class diagram showing dependency version updatesclassDiagram
class Dependencies {
+anyhow: 1.0.86 -> 1.0.95
+clap: 4.5.13 -> 4.5.23
+hidapi: 2.6.1 -> 2.6.3
+btleplug: 0.11.5 -> 0.11.6
+uuid: 1.10.0 -> 1.11.0
+serde: 1.0.204 -> 1.0.217
+serde_json: 1.0.121 -> 1.0.134
+time: 0.3.36 -> 0.3.37
+zerocopy: 0.7.35 -> 0.8.14
}
note for Dependencies "Minor version updates for multiple dependencies"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
@dependabot rebase |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the minor-updates group with 9 updates in the / directory:
1.0.86
1.0.95
4.5.13
4.5.23
2.6.1
2.6.3
0.11.5
0.11.6
1.10.0
1.11.0
1.0.204
1.0.217
1.0.121
1.0.134
0.3.36
0.3.37
0.7.35
0.8.14
Updates
anyhow
from 1.0.86 to 1.0.95Release notes
Sourced from anyhow's releases.
Commits
48be1ca
Release 1.0.95a03d6d6
Merge pull request #402 from dtolnay/fromboxed52e4abb
Add Error::from_boxed with documentation about bidirectional?
ffecefc
Merge pull request #401 from dtolnay/construct671f700
Add construct_ prefix to name of private construct functions8ceb5e9
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 formattingUpdates
clap
from 4.5.13 to 4.5.23Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
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::dir03d7226
chore: ReleaseUpdates
hidapi
from 2.6.1 to 2.6.3Release notes
Sourced from hidapi's releases.
Commits
ef8ee38
Fixed build.rs for older rustc versionsf36aaa1
Bump crate versiondd640ce
Merge pull request #158 from Tiwalun/fix-docsrs-cfgf63b1bf
Add feature for doc_cfg, specify allowed cfgs in build.rsUpdates
btleplug
from 0.11.5 to 0.11.6Changelog
Sourced from btleplug's changelog.
Commits
3797294
doc: Update version/CHANGELOG for 0.11.6a04933b
build: Update dependencies3b103cc
build: Remove include of local files in android gradle6aa36a1
fix: Correct an Android bug where stopping a scan when there's no longer a Bl...9d2c2c0
build: Add Android CI and fix jni/jni_utils version0eb6188
feat:winrtble
adapter_info and StateUpdate implementation7e11a4b
feat:bluez
adapter_info and StateUpdate implementation14ca38e
feat:corebluetooth
adapter_info and StateUpdate implementation0b9e4bb
feat: add adapterStateUpdate
event andadapter_state
getter functiondb0dcc5
chore:corebluetooth
emit state value in DidUpdateState eventUpdates
uuid
from 1.10.0 to 1.11.0Release notes
Sourced from uuid's releases.
Commits
4473398
Merge pull request #772 from uuid-rs/cargo/1.11.059fbb1e
prepare for 1.11.0 released9b34e7
Merge pull request #771 from yotamofek/zerocopy_0.814b2420
Upgrade zerocopy to 0.8Updates
tokio
from 1.39.2 to 1.42.0Release notes
Sourced from tokio's releases.
... (truncated)
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
serde
from 1.0.204 to 1.0.217Release notes
Sourced from serde's releases.
Commits
930401b
Release 1.0.217cb6eaea
Fix roundtrip inconsistency:b6f339c
Resolve repr_packed_without_abi clippy lint in tests2a5caea
Merge pull request #2872 from dtolnay/ehpersonalityb9f93f9
Add no-std CI on stable compilereb5cd47
Drop #[lang = "eh_personality"] from no-std test8478a3b
Merge pull request #2871 from dtolnay/nostdstartdbb9091
Replace #[start] with extern fn mainad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderivedUpdates
serde_json
from 1.0.121 to 1.0.134Release notes
Sourced from serde_json's releases.
Commits
b2a1415
Release 1.0.1349875785
Tweak wording of NULL/TRUE/FALSE documentation4aa05b9
Merge pull request #1222 from dtolnay/rawvalueassocf42c7c7
Move RawValue associated constants into same impl block as public functions96576ba
Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools4db66fb
Add'static
lifetime toconst
's9c9aa1f
Add literal 'null', 'true' and 'false' consts toRawValue
struct.0903de4
Release 1.0.1332b65ca0
Merge pull request #1215 from dtolnay/fromarray4e5f985
Implement From<[T; N]> for ValueUpdates
time
from 0.3.36 to 0.3.37Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d4e39b3
v0.3.37 release0943997
Fix CI failure8b50f04
Update lints56f1db6
AddMonth::length
,days_in_month
03bcfe9
Skip formatting some macros, update UI tests4404638
Permit exprs inserde::format_description!
6b43b44
strftime implementation98569ff
Hide deprecations from docsfebf3a1
Obtain local offset in multi-threaded situations1e19827
Update rstest and rstest_reuse; bump MSRV to 1.67.1 (#716)Updates
zerocopy
from 0.7.35 to 0.8.14Release notes
Sourced from zerocopy's releases.
... (truncated)
Commits
f495088
Release 0.8.14 (#2188)681561c
[derive] Implement a IntoBytes-based Hash derive (#2159)0fa779e
Silenceprivate_bounds
lint inKnownLayout
derive (#2182)2c8ef74
Release 0.8.13 (#2130)f436922
Practice goodSelf
hygiene (#2127)ac7b8e8
Release 0.8.12 (#2125)8211fbc
[derive] Don't emit #[cfg(coverage_nightly)] (#2123)1cc24c0
[ci] Roll pinned stable toolchain (#2121)7431cbd
Release v0.8.11 (#2099)d159e36
Add initial support for unsizedMaybeUninit
wrapper type (#2055)Dependabot 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 conditionsSummary by Sourcery
Build: