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 patch-dependencies group with 4 updates #409

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2023

Bumps the patch-dependencies group with 4 updates: aho-corasick, async-compression, errno and memchr.

Updates aho-corasick from 1.0.4 to 1.0.5

Commits
  • ea0e558 1.0.5
  • 3ae537c lint: get rid of 'allow(warnings)' and fix fallout
  • ed6e2ff ci: replace mips with powerpc64 and s390x
  • 776b091 nfa: improve construction times for small automatons
  • See full diff in compare view

Updates async-compression from 0.4.1 to 0.4.2

Release notes

Sourced from async-compression's releases.

async-compression: v0.4.2

  • Add top-level brotli module containing stable brotli crate wrapper types.
  • Add BrotliEncoder::with_quality_and_params() constructors.
  • Add Deflate64Decoder behind new crate feature deflate64.
Changelog

Sourced from async-compression's changelog.

0.4.2

  • Add top-level brotli module containing stable brotli crate wrapper types.
  • Add BrotliEncoder::with_quality_and_params() constructors.
  • Add Deflate64Decoder behind new crate feature deflate64.
Commits
  • 8273067 Merge pull request #243 from Nullus157/rel-042
  • cb0a54f chore(async-compression): prepare release 0.4.2
  • 29a411b Merge pull request #242 from Nullus157/brotli-params
  • b698b1a feat: re-add Copy derive to brotli::EncoderParams
  • ee2acc1 chore: remove EncoderParams Copy derive
  • 6150080 docs: update changelog
  • 14d916a feat: add brotli module
  • 1cb4371 refactor: move zstd module to file
  • 8af8b96 Merge pull request #241 from Nullus157/update-deny
  • f021120 update deny config
  • Additional commits viewable in compare view

Updates errno from 0.3.2 to 0.3.3

Changelog

Sourced from errno's changelog.

[0.3.3] - 2023-08-28

  • Disable "libc/std" in no-std configurations. #77

  • Bump errno-dragonfly to 0.1.2 #75

  • Support for the ESP-IDF framework #74

Commits

Updates memchr from 2.6.0 to 2.6.2

Commits
  • d408475 2.6.2
  • 79f7bb8 fuzz: remove Cargo.lock from source control
  • a12d405 api: make the memchr iterators implement Send/Sync
  • 3a570a9 benchmarks: update memchr version, redux
  • 7732055 benchmarks: update memchr version
  • 2465d1b 2.6.1
  • 151cbd9 readme: remove libc section and mention aarch64, wasm32 and SWAR
  • 1b8d5c8 api: gate 'into_owned' on 'alloc' feature
  • 2a58d26 fuzz: update dependencies
  • 4662005 cargo: add rust-version to Cargo.toml
  • Additional commits viewable in compare view

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 patch-dependencies group with 4 updates: [aho-corasick](https://github.com/BurntSushi/aho-corasick), [async-compression](https://github.com/Nullus157/async-compression), [errno](https://github.com/lambda-fairy/rust-errno) and [memchr](https://github.com/BurntSushi/memchr).


Updates `aho-corasick` from 1.0.4 to 1.0.5
- [Commits](BurntSushi/aho-corasick@1.0.4...1.0.5)

Updates `async-compression` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@async-compression-v0.4.1...async-compression-v0.4.2)

Updates `errno` from 0.3.2 to 0.3.3
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.2...v0.3.3)

Updates `memchr` from 2.6.0 to 2.6.2
- [Commits](BurntSushi/memchr@2.6.0...2.6.2)

---
updated-dependencies:
- dependency-name: aho-corasick
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: async-compression
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 1, 2023
@dependabot dependabot bot deleted the dependabot/cargo/patch-dependencies-f60f7ee945 branch September 1, 2023 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants