-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(deps-rs): bump the patch group with 6 updates #752
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #752 +/- ##
=======================================
Coverage 82.31% 82.31%
=======================================
Files 63 63
Lines 7740 7740
Branches 7484 7484
=======================================
Hits 6371 6371
Misses 979 979
Partials 390 390
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@dependabot rebase |
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.
LGTM
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [pyo3](https://github.com/pyo3/pyo3) | `0.23.3` | `0.23.4` | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` | | [delegate](https://github.com/kobzol/rust-delegate) | `0.13.1` | `0.13.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.216` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.137` | Updates `pyo3` from 0.23.3 to 0.23.4 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.23.4) Updates `clap` from 4.5.23 to 4.5.26 - [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.23...clap_complete-v4.5.26) Updates `delegate` from 0.13.1 to 0.13.2 - [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md) - [Commits](Kobzol/rust-delegate@v0.13.1...v0.13.2) Updates `indexmap` from 2.7.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1) Updates `serde` from 1.0.216 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.216...v1.0.217) Updates `serde_json` from 1.0.134 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.137) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: delegate dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
8e44d80
to
6b660d0
Compare
Bumps the patch group with 6 updates:
0.23.3
0.23.4
4.5.23
4.5.26
0.13.1
0.13.2
2.7.0
2.7.1
1.0.216
1.0.217
1.0.134
1.0.137
Updates
pyo3
from 0.23.3 to 0.23.4Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
f2a8460
release: 0.23.40c10e34
ci: updates for Rust 1.84 (#4846)9ee55a3
Implement locked iteration for PyList (#4789)4b04bb3
Allow useless conversion (#4838)bcdbc93
Fix PyDict issues on free-threaded build (#4788)8aa6825
Add an API to set rpath when using macOS system Python (#4833)e19d048
ci: add more tests for cross-compilation (#4773)325218f
docs: Expand docs on when and why allow_threads is necessary (#4767)869a25b
fix error with complex enums with many fields (#4832)f2915f5
fix: cross-compilation compatibility checks for Windows (#4800)Updates
clap
from 4.5.23 to 4.5.26Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
df1efca
chore: Released48bef6
docs: Update changelog6b7aa3d
Merge pull request #5628 from mart-mihkel/complete_hyphen57b6cb8
refactor(complete): Simplify engine::completefbec05e
refactor(complete): Fix typo in hyhpenb7cfbdc
feat(complete): Native support for hyphen values1d97c29
test(complete): Test cases for allow_hyphen_values64e3790
chore: Release1cf50c7
docs: Update changelog085143d
Merge pull request #5722 from epage/sortUpdates
delegate
from 0.13.1 to 0.13.2Changelog
Sourced from delegate's changelog.
Commits
930f0e4
Bump version to 0.13.2079706b
Merge pull request #78 from Kobzol/attribute-pathf2362bc
Make attribute parsing more robustUpdates
indexmap
from 2.7.0 to 2.7.1Changelog
Sourced from indexmap's changelog.
Commits
42e57a3
Merge pull request #369 from cuviper/release-2.7.1f61b581
Release 2.7.1cb520a7
Merge pull request #368 from cuviper/reserve_entriesf0ec924
Merge pull request #367 from savannstm/better-panics38ef618
Merge pull request #364 from hkBst/patch-11f12721
Improve memory reservation forinsert_entry
2f55755
Improve panic messages7b64edc
Add#[track_caller]
attributes to functions that may panicf63bb6e
remove fxhash dep8eb4de5
Remove fxhash example from lib.rsUpdates
serde
from 1.0.216 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 mainUpdates
serde_json
from 1.0.134 to 1.0.137Release notes
Sourced from serde_json's releases.
Commits
eb49e28
Release 1.0.13751c48ab
Merge pull request #1231 from dtolnay/playground7d8f15b
Enable "float_roundtrip" and "unbounded_depth" features in playgrounda46f14c
Release 1.0.136eb9f3f6
Merge pull request #1230 from goffrie/patch-1513e5b2
Use Map::with_capacity in value::Serializer::serialize_map9802c08
Release 1.0.135b97935f
Merge pull request #1226 from tisonkun/map-into-valuesd48c224
Add Map::into_values method1e77cac
Resolve precedence clippy lintDependabot 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