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-dependencies-cargo group with 8 updates #256

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps the all-dependencies-cargo group with 8 updates:

Package From To
serde_json 1.0.104 1.0.105
serde 1.0.183 1.0.188
git2 0.17.2 0.18.0
regex 1.9.3 1.9.4
gitlab 0.1602.1 0.1603.0
tokio 1.30.0 1.32.0
openssl 0.10.56 0.10.57
clap 4.3.21 4.4.2

Updates serde_json from 1.0.104 to 1.0.105

Release notes

Sourced from serde_json's releases.

v1.0.105

  • Support bool in map keys (#1054)
Commits
  • 0daacdd Release 1.0.105
  • 59d9f96 Merge pull request #1055 from dtolnay/boolkey
  • 9b69f16 Delete test_serialize_rejects_bool_keys
  • 68a5582 Support deserializing bool in map keys
  • 283a68b Support serializing bool in map keys
  • 58dd8d9 Add test for boolean keys in map
  • 8652bf2 Resolve ignored_unit_patterns pedantic clippy lint
  • See full diff in compare view

Updates serde from 1.0.183 to 1.0.188

Release notes

Sourced from serde's releases.

v1.0.188

  • Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50 (#2603)

v1.0.187

  • Remove support for Emscripten targets on rustc older than 1.40 (#2600)

v1.0.186

  • Disallow incompatible versions of serde_derive and serde in the dependency graph (#2588, thanks @​soqb)

v1.0.185

  • Fix error "cannot move out of *self which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)

v1.0.184

  • Restore from-source serde_derive build on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io
Commits
  • dad15b9 Release 1.0.188
  • d89c19f Revert "Adopt new Cargo feature resolver"
  • 146dc0f Release 1.0.187
  • d26852d Merge pull request #2602 from dtolnay/resolver
  • e1c2724 Adopt new Cargo feature resolver
  • dbbfe7a Merge pull request #2600 from dtolnay/oldemscripten
  • dc24d12 Clean up all usage of serde_if_integer128
  • 4e7533e Remove support for emscripten targets on rustc older than 1.40
  • 5d03651 Release 1.0.186
  • a741293 Merge pull request #2599 from dtolnay/encodeutf8
  • Additional commits viewable in compare view

Updates git2 from 0.17.2 to 0.18.0

Changelog

Sourced from git2's changelog.

0.18.0 - 2023-08-28

0.17.2...0.18.0

Added

  • Added Blame::blame_buffer for getting blame data for a file that has been modified in memory. #981

Changed

  • Updated to libgit2 1.7.0. #968
  • Updated to libgit2 1.7.1. #982
  • Switched from bitflags 1.x to 2.1. This brings some small changes to types generated by bitflags. #973
  • Changed Revwalk::with_hide_callback to take a mutable reference to its callback to enforce type safety. #970
  • Implemented FusedIterator for many iterators that can support it. #955

Fixed

  • Fixed builds with cargo's -Zminimal-versions. #960
Commits
  • 69eea91 Merge pull request #984 from ehuss/update-changelog
  • 2aafd80 Fix html_root_url for next release
  • e22951c Update changelog for next release.
  • 4570c39 Merge pull request #981 from paulvandermeijs/add-git_blame_buffer
  • 19b6d05 Merge pull request #982 from ehuss/update-libgit2
  • 390c6d6 Systest no longer requires stable.
  • e0a329e Update to libgit2 1.7.1
  • 18f8ad1 Add binding for git_blame_buffer
  • 7f21181 Merge pull request #955 from vallentin/fused
  • f0d52d3 Implemented FusedIterator for various iterators
  • Additional commits viewable in compare view

Updates regex from 1.9.3 to 1.9.4

Changelog

Sourced from regex's changelog.

1.9.4 (2023-08-26)

This is a patch release that fixes a bug where RegexSet::is_match(..) could incorrectly return false (even when RegexSet::matches(..).matched_any() returns true).

Bug fixes:

Commits
  • f39ab4d 1.9.4
  • 3f15f1c deps: bump regex-syntax and regex-automata versions
  • 89b452a regex-automata-0.3.7
  • 990979b regex-syntax-0.7.5
  • e008f83 changelog: 1.9.4
  • c788378 ci: drop mips, add powerpc and s390x
  • de03399 automata: fix incorrect use of Aho-Corasick's "standard" semantics
  • 7536e05 syntax: remove superfluous borrow
  • 81e328a doc: fix typo in module-level doc
  • 10faa44 doc: fix a couple typos
  • Additional commits viewable in compare view

Updates gitlab from 0.1602.1 to 0.1603.0

Updates tokio from 1.30.0 to 1.32.0

Release notes

Sourced from tokio's releases.

Tokio v1.32.0

Fixed

  • sync: fix potential quadradic behavior in broadcast::Receiver (#5925)

Added

  • process: stabilize Command::raw_arg (#5930)
  • io: enable awaiting error readiness (#5781)

Unstable

  • rt(alt): improve the scalability of alt runtime as the number of cores grows (#5935)

#5925: tokio-rs/tokio#5925 #5930: tokio-rs/tokio#5930 #5781: tokio-rs/tokio#5781 #5935: tokio-rs/tokio#5935

Tokio v1.31.0

Fixed

  • io: delegate WriteHalf::poll_write_vectored (#5914)

Unstable

  • rt(unstable): fix memory leak in unstable next-gen scheduler prototype (#5911)
  • rt: expose mean task poll time metric (#5927)

#5914: tokio-rs/tokio#5914 #5911: tokio-rs/tokio#5911 #5927: tokio-rs/tokio#5927

Commits
  • a7d52c2 chore: prepare Tokio v1.32.0 release (#5937)
  • f5f2b58 rt: improve docs for Builder::max_blocking_threads (#5793)
  • 718dcc8 docs: BytesMut::with_capacity does not guarantee exact capacity (#5870)
  • 10e141d io: add Ready::ERROR and report error readiness (#5781)
  • 6e42c26 rt(alt): tweak some constants to improve scalability (#5935)
  • 82bef00 io: minor tweaks to AsyncFd (#5932)
  • 40633fc readme: list previous LTS releases (#5931)
  • 3dd5f7a sync: move broadcast waiters into separate list before waking (#5925)
  • 2c92cad process: stabilize Command::raw_arg (#5930)
  • 197757d streams: create StreamMock for testing Streams (#5915)
  • Additional commits viewable in compare view

Updates openssl from 0.10.56 to 0.10.57

Release notes

Sourced from openssl's releases.

openssl-v0.10.57

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.56...openssl-v0.10.57

Commits
  • 00dacb9 Merge pull request #2025 from alex/bump-for-release
  • 2d8f2f6 Release openssl v0.10.57 and openssl-sys v0.9.92
  • 03bc819 clippy
  • b60f3b8 Merge pull request #1906 from qwandor/bitflags
  • 528c3d7 Merge pull request #2023 from JadedBlueEyes/patch-1
  • 9708951 Add perl-FindBin dep for fedora
  • 2db5377 Merge pull request #2018 from dhouck/x509-email
  • 117b459 Merge pull request #2017 from johntyner/feature/cipher-ctx-clone
  • c317ffe Add X509VerifyParam::set_email
  • d266360 Update openssl/src/cipher_ctx.rs
  • Additional commits viewable in compare view

Updates clap from 4.3.21 to 4.4.2

Release notes

Sourced from clap's releases.

v4.4.2

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

v4.4.1

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

v4.3.24

[4.3.24] - 2023-08-23

Fixes

  • Ensure column padding is preserved in --help with custom templates

v4.3.23

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

[4.3.22] - 2023-08-17

Features

  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors
Changelog

Sourced from clap's changelog.

[4.4.2] - 2023-08-31

Performance

  • Improve build times by removing once_cell dependency

[4.4.1] - 2023-08-28

Features

  • Stabilize Command::styles

[4.4.0] - 2023-08-24

Compatibility

  • Update MSRV to 1.70.0

[4.3.24] - 2023-08-23

Fixes

  • Ensure column padding is preserved in --help with custom templates

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

[4.3.22] - 2023-08-17

Features

  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors
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-dependencies-cargo group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.104` | `1.0.105` |
| [serde](https://github.com/serde-rs/serde) | `1.0.183` | `1.0.188` |
| [git2](https://github.com/rust-lang/git2-rs) | `0.17.2` | `0.18.0` |
| [regex](https://github.com/rust-lang/regex) | `1.9.3` | `1.9.4` |
| gitlab | `0.1602.1` | `0.1603.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.30.0` | `1.32.0` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.56` | `0.10.57` |
| [clap](https://github.com/clap-rs/clap) | `4.3.21` | `4.4.2` |


Updates `serde_json` from 1.0.104 to 1.0.105
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.104...v1.0.105)

Updates `serde` from 1.0.183 to 1.0.188
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.183...v1.0.188)

Updates `git2` from 0.17.2 to 0.18.0
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@0.17.2...git2-0.18.0)

Updates `regex` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.9.3...1.9.4)

Updates `gitlab` from 0.1602.1 to 0.1603.0

Updates `tokio` from 1.30.0 to 1.32.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.30.0...tokio-1.32.0)

Updates `openssl` from 0.10.56 to 0.10.57
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.56...openssl-v0.10.57)

Updates `clap` from 4.3.21 to 4.4.2
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.21...v4.4.2)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 1, 2023
@bomgar bomgar merged commit 0efc069 into master Sep 1, 2023
2 checks passed
@bomgar bomgar deleted the dependabot/cargo/all-dependencies-cargo-75f82539aa branch September 1, 2023 05:46
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.

1 participant