build(deps): bump the dependencies group with 5 updates#26
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps): bump the dependencies group with 5 updates#26dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148` | | [toml](https://github.com/toml-rs/toml) | `0.9.8` | `0.9.10+spec-1.1.0` | | [bincode](https://github.com/bincode-org/bincode) | `1.3.3` | `3.0.0` | | [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.11.2` | `0.11.3` | Updates `tracing` from 0.1.43 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.43...tracing-0.1.44) Updates `serde_json` from 1.0.145 to 1.0.148 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) Updates `toml` from 0.9.8 to 0.9.10+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.8...toml-v0.9.10) Updates `bincode` from 1.3.3 to 3.0.0 - [Commits](https://github.com/bincode-org/bincode/commits) Updates `roaring` from 0.11.2 to 0.11.3 - [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases) - [Commits](RoaringBitmap/roaring-rs@v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: toml dependency-version: 0.9.10+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: bincode dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: roaring dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
@dependabot ignore toml minor version |
Contributor
Author
|
OK, I won't notify you about version 0.9.x of toml again, unless you unignore it. |
Owner
|
@dependabot ignore bincode major version |
Contributor
Author
|
OK, I won't notify you about version 3.x.x of bincode again, unless you unignore it. |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dependencies group with 5 updates:
0.1.430.1.441.0.1451.0.1480.9.80.9.10+spec-1.1.01.3.33.0.00.11.20.11.3Updates
tracingfrom 0.1.43 to 0.1.44Release notes
Sourced from tracing's releases.
Commits
2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)cc44064chore: prepare tracing-subscriber 0.3.22 (#3428)Updates
serde_jsonfrom 1.0.145 to 1.0.148Release notes
Sourced from serde_json's releases.
Commits
8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146bc6c827Merge pull request #1305 from Xeonacid/patch-1a09210aSet fast_arithmetic=64 for riscv6401182e5Update actions/upload-artifact@v5 -> v6383b13aUpdate actions/upload-artifact@v4 -> v5Updates
tomlfrom 0.9.8 to 0.9.10+spec-1.1.0Commits
e32c7a2chore: Releasedf1c328docs: Update changelogb826cf4feat(edit)!: Allowset_position(None)(#1080)8043f20feat(edit)!: Allowset_position(None)a02c0dbfeat: Support TOML 1.1 (#1079)5cfb838feat(edit): Support TOML 1.11eb4d60feat(toml): Support TOML 1.1695d788feat(edit)!: Multi-line inline tables with trailing commascc4f7acfeat(toml): Multi-line inline tables with trailing commas539f8c1feat(datetime): Make seconds optionalUpdates
bincodefrom 1.3.3 to 3.0.0Commits
Updates
roaringfrom 0.11.2 to 0.11.3Release notes
Sourced from roaring's releases.
Commits
6a4dda2Merge pull request #342 from RoaringBitmap/bump-versiond28fc94Make clippy happyd51ffd0Bump MSRV to v1.82.0342e9ffBump version to v0.11.3ad96740Merge pull request #338 from Dr-Emann/iter_next_ranged9114beFix documentation of the last_contiguous_range_len function7bf690cfeat: Iter::next_range and next_range_back6e32e86Merge pull request #339 from Dr-Emann/push-vovoqlvsypkl136b8f1fix: bitmap advance_back_to could violate invariantsMost Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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