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

[cargo](deps): Bump the deps group with 6 updates #295

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps the deps group with 6 updates:

Package From To
openssl 0.10.59 0.10.60
serde 1.0.192 1.0.193
serde-jsonlines 0.4.0 0.5.0
async-channel 2.1.0 2.1.1
gimli 0.28.0 0.28.1
proc-macro2 1.0.69 1.0.70

Updates openssl from 0.10.59 to 0.10.60

Release notes

Sourced from openssl's releases.

openssl-v0.10.60

What's Changed

Full Changelog: sfackler/rust-openssl@openssl-v0.10.59...openssl-v0.10.60

Commits
  • 8f4b97a Merge pull request #2104 from alex/bump-for-release
  • df66283 Release openssl v0.10.60 and openssl-sys v0.9.96
  • 1a09dc8 Merge pull request #2102 from sfackler/ex-leak
  • b0a1da5 Merge branch 'master' into ex-leak
  • f456b60 Merge pull request #2099 from alex/deprecate-store-ref-objects
  • a8413b8 Merge pull request #2100 from alex/symm-update-unchecked
  • a92c237 clippy
  • e839496 Don't leak when overwriting ex data
  • 602d38d Added update_unchecked to symm::Crypter
  • cf9681a fixes #2096 -- deprecate X509StoreRef::objects, it is unsound
  • Additional commits viewable in compare view

Updates serde from 1.0.192 to 1.0.193

Release notes

Sourced from serde's releases.

v1.0.193

Commits
  • 44613c7 Release 1.0.193
  • c706281 Merge pull request #2655 from dtolnay/rangestartend
  • 65d75b8 Add RangeFrom and RangeTo tests
  • 332b0cb Merge pull request #2654 from dtolnay/rangestartend
  • 8c4af41 Fix more RangeFrom / RangeEnd mixups
  • 24a78f0 Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixup
  • c91c334 Fix Range{From,To} deserialize mixup
  • 2083f43 Update ui test suite to nightly-2023-11-19
  • See full diff in compare view

Updates serde-jsonlines from 0.4.0 to 0.5.0

Release notes

Sourced from serde-jsonlines's releases.

v0.5.0 — More derives; better packaging

  • Added asynchronous category to crate metadata
  • Increased MSRV to 1.70
  • Removed the implicit features for the optional dependencies that comprise the async feature
  • Remove library installation instructions from README
  • Derive Clone, Eq, and PartialEq for JsonLinesReader, JsonLinesWriter, JsonLinesIter, AsyncJsonLinesReader, AsyncJsonLinesWriter, and JsonLinesSink
Changelog

Sourced from serde-jsonlines's changelog.

v0.5.0 (2023-11-22)

  • Added asynchronous category to crate metadata
  • Increased MSRV to 1.70
  • Removed the implicit features for the optional dependencies that comprise the async feature
  • Remove library installation instructions from README
  • Derive Clone, Eq, and PartialEq for JsonLinesReader, JsonLinesWriter, JsonLinesIter, AsyncJsonLinesReader, AsyncJsonLinesWriter, and JsonLinesSink
Commits

Updates async-channel from 2.1.0 to 2.1.1

Release notes

Sourced from async-channel's releases.

v2.1.1

  • Bump event-listener to v4.0.0. (#73)
Changelog

Sourced from async-channel's changelog.

Version 2.1.1

  • Bump event-listener to v4.0.0. (#73)
Commits

Updates gimli from 0.28.0 to 0.28.1

Changelog

Sourced from gimli's changelog.

0.28.1

Released 2023/11/24.

Changed

  • Changed read::AbbreviationsCache to require manual population using Dwarf::populate_abbreviations_cache. #679

  • Changed the default read::UnwindContextStorage to use Box instead of Vec so that its memory usage is limited. #687

  • Changed read::UnwindTable::new to always reset the context, because previous errors may have left the context in an invalid state. #684

  • Changed the Debug implementation for read::EndianSlice to limit the number of bytes it displays. #686

Added

  • Added more AArch64 register definitions. #680

  • Added read::Unit::new_with_abbreviations. #677

  • Added read::Evaluation::value_result. #676


Commits
  • ee0262a Release 0.28.1 (#688)
  • 1ee51ef read: shorten Debug output for EndianSlice (#686)
  • 516b8fa dwarfdump: improve handling of FDE parsing errors (#685)
  • 4c97bb5 read/cfi: limit the stack depth in UnwindContext (#687)
  • 4cc1fe0 read/cfi: always reset context in initialize (#684)
  • e6adc47 read: add Evaluation::value_result (#676)
  • 531636d Add SVE register definitions to AArch64 (#680)
  • 23ebfc8 read: add Dwarf::populate_abbreviations_cache (#679)
  • 2d3ad32 Add Unit::new_with_abbreviations() to allow the user to use custom abbreviati...
  • d9febe3 ci: switch to powerpc64 for big endian test (#678)
  • See full diff in compare view

Updates proc-macro2 from 1.0.69 to 1.0.70

Release notes

Sourced from proc-macro2's releases.

1.0.70

  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#423)
Commits
  • cd31a69 Release 1.0.70
  • 4482662 Merge pull request #423 from dtolnay/trackcaller
  • 690ab11 Track caller for Ident validation panics
  • f15383f Merge pull request #422 from dtolnay/newchecked
  • ea2cd7f Rename internal Ident::new -> Ident::new_checked
  • 8059195 Merge pull request #421 from dtolnay/identunchecked
  • 805a6ad Bypass Ident validation on identifiers created by parser
  • c513462 Merge pull request #420 from dtolnay/newraw
  • bd778e1 Delete Ident::_new_raw
  • 0cb3649 Ignore checked_conversions pedantic clippy lint
  • 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 deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.59` | `0.10.60` |
| [serde](https://github.com/serde-rs/serde) | `1.0.192` | `1.0.193` |
| [serde-jsonlines](https://github.com/jwodder/serde-jsonlines) | `0.4.0` | `0.5.0` |
| [async-channel](https://github.com/smol-rs/async-channel) | `2.1.0` | `2.1.1` |
| [gimli](https://github.com/gimli-rs/gimli) | `0.28.0` | `0.28.1` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.69` | `1.0.70` |


Updates `openssl` from 0.10.59 to 0.10.60
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.59...openssl-v0.10.60)

Updates `serde` from 1.0.192 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.192...v1.0.193)

Updates `serde-jsonlines` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/jwodder/serde-jsonlines/releases)
- [Changelog](https://github.com/jwodder/serde-jsonlines/blob/master/CHANGELOG.md)
- [Commits](jwodder/serde-jsonlines@v0.4.0...v0.5.0)

Updates `async-channel` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-channel@v2.1.0...v2.1.1)

Updates `gimli` from 0.28.0 to 0.28.1
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.28.0...0.28.1)

Updates `proc-macro2` from 1.0.69 to 1.0.70
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.69...1.0.70)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde-jsonlines
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: async-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: gimli
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies labels Nov 27, 2023
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9a05b77) 79.39% compared to head (e8766e7) 79.39%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #295   +/-   ##
=======================================
  Coverage   79.39%   79.39%           
=======================================
  Files           5        5           
  Lines         665      665           
=======================================
  Hits          528      528           
  Misses        137      137           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwodder jwodder merged commit 2be358f into master Nov 27, 2023
20 of 21 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-51228c2df2 branch November 27, 2023 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant