Skip to content
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 all group in /local-registry with 7 updates #116

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps the all group in /local-registry with 7 updates:

Package From To
bstr 1.9.0 1.9.1
cached 0.48.1 0.49.2
enum-iterator 1.5.0 2.0.0
serde 1.0.196 1.0.197
serde_derive 1.0.196 1.0.197
transpose 0.2.2 0.2.3
unicode-normalization 0.1.22 0.1.23

Updates bstr from 1.9.0 to 1.9.1

Commits

Updates cached from 0.48.1 to 0.49.2

Changelog

Sourced from cached's changelog.

[0.49.2]

Added

Changed

  • While handling cache refreshes in DiskCache::cache_get, treat deserialization failures as non-existent values

Removed

[0.49.1]

Added

Changed

  • Fix DiskCache::remove_expired_entries signature

Removed

[0.49.0 / [cached_proc_macro[0.20.0]] ]

Added

  • Add DiskCache store
  • Add disk=true (and company) flags to #[io_cached]

Changed

Removed

Commits

Updates enum-iterator from 1.5.0 to 2.0.0

Commits

Updates serde from 1.0.196 to 1.0.197

Release notes

Sourced from serde's releases.

v1.0.197

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @​nyurik)
Commits
  • 5fa711d Release 1.0.197
  • f5d8ae4 Resolve prelude redundant import warnings
  • 1d54973 Merge pull request #2697 from nyurik/format-str
  • b8fafef A few minor write_str optimizations and inlining
  • c42ebb8 Update ui test suite to nightly-2024-02-12
  • 9e68062 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 846f865 Ignore dead_code warnings in test
  • See full diff in compare view

Updates serde_derive from 1.0.196 to 1.0.197

Release notes

Sourced from serde_derive's releases.

v1.0.197

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @​nyurik)
Commits
  • 5fa711d Release 1.0.197
  • f5d8ae4 Resolve prelude redundant import warnings
  • 1d54973 Merge pull request #2697 from nyurik/format-str
  • b8fafef A few minor write_str optimizations and inlining
  • c42ebb8 Update ui test suite to nightly-2024-02-12
  • 9e68062 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 846f865 Ignore dead_code warnings in test
  • See full diff in compare view

Updates transpose from 0.2.2 to 0.2.3

Release notes

Sourced from transpose's releases.

v0.2.3

Release 0.2.3 (2024-02-19)

Fixes

  • Fixed an integer overflow that could lead to the out-of-place transpose function accepting invalid and unsafe inputs (#11)
  • Documentation corrections (#7)
Changelog

Sourced from transpose's changelog.

Release 0.2.3 (2024-02-19)

Fixes

  • Fixed an integer overflow that could lead to the out-of-place transpose function accepting invalid and unsafe inputs (#11)
  • Documentation corrections (#7)
Commits

Updates unicode-normalization from 0.1.22 to 0.1.23

Commits

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 conditions

Bumps the all group in /local-registry with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [bstr](https://github.com/BurntSushi/bstr) | `1.9.0` | `1.9.1` |
| [cached](https://github.com/jaemk/cached) | `0.48.1` | `0.49.2` |
| [enum-iterator](https://github.com/stephaneyfx/enum-iterator) | `1.5.0` | `2.0.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.197` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.197` |
| [transpose](https://github.com/ejmahler/transpose) | `0.2.2` | `0.2.3` |
| [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | `0.1.22` | `0.1.23` |


Updates `bstr` from 1.9.0 to 1.9.1
- [Commits](BurntSushi/bstr@1.9.0...1.9.1)

Updates `cached` from 0.48.1 to 0.49.2
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

Updates `enum-iterator` from 1.5.0 to 2.0.0
- [Commits](stephaneyfx/enum-iterator@1.5.0...2.0.0)

Updates `serde` from 1.0.196 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

Updates `serde_derive` from 1.0.196 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

Updates `transpose` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/ejmahler/transpose/releases)
- [Changelog](https://github.com/ejmahler/transpose/blob/master/RELEASES.md)
- [Commits](ejmahler/transpose@v0.2.2...v0.2.3)

Updates `unicode-normalization` from 0.1.22 to 0.1.23
- [Commits](unicode-rs/unicode-normalization@v0.1.22...v0.1.23)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cached
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: enum-iterator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: transpose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: unicode-normalization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 26, 2024 19:55
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Feb 26, 2024
@senekor senekor merged commit caa46a8 into main Feb 27, 2024
2 checks passed
@senekor senekor deleted the dependabot/cargo/local-registry/all-af57e01676 branch February 27, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:rep/tiny Tiny amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants