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 17 updates #436

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the patch-dependencies group with 17 updates:

Package From To
futures 0.3.28 0.3.29
ahash 0.8.3 0.8.5
base64 0.21.4 0.21.5
clap 4.4.6 4.4.7
figment 0.10.11 0.10.12
mio 0.8.8 0.8.9
plist 1.5.0 1.5.1
rustix 0.38.20 0.38.21
serde 1.0.189 1.0.190
serde_json 1.0.107 1.0.108
serde_spanned 0.6.3 0.6.4
tempfile 3.8.0 3.8.1
tokio-util 0.7.9 0.7.10
toml_datetime 0.6.3 0.6.5
toml_edit 0.20.2 0.20.7
tracing 0.1.37 0.1.40
winnow 0.5.17 0.5.18

Updates futures from 0.3.28 to 0.3.29

Release notes

Sourced from futures's releases.

0.3.29

  • Add TryStreamExt::try_ready_chunks (#2757)
  • Add TryStreamExt::{try_all,try_any} (#2783)
  • Add UnboundedSender::{len,is_empty} (#2750)
  • Fix Sync impl of FuturesUnordered (#2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#2785)
  • Fix build error with -Z minimal-versions (#2761)
Changelog

Sourced from futures's changelog.

0.3.29 - 2023-10-26

  • Add TryStreamExt::try_ready_chunks (#2757)
  • Add TryStreamExt::{try_all,try_any} (#2783)
  • Add UnboundedSender::{len,is_empty} (#2750)
  • Fix Sync impl of FuturesUnordered (#2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#2785)
  • Fix build error with -Z minimal-versions (#2761)
Commits
  • 86f2a6a Release 0.3.29
  • a40204d Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...
  • 24cca65 Add TryAny adapter
  • e60a439 Add TryAll adapter
  • 5051335 Remove unsafe code from AssertUnmoved
  • 60a86e1 Fix Sync impl of FuturesUnordered
  • f392082 Extend io::AsyncBufReadExt::lines example with invalid UTF-8
  • 2f2ec39 Fix infinite loop caused by invalid UTF-8 bytes
  • 8570ea6 Fix unused_imports warning
  • 43c0c5f Add tests for StreamExt::all and StreamExt::any
  • Additional commits viewable in compare view

Updates ahash from 0.8.3 to 0.8.5

Release notes

Sourced from ahash's releases.

0.8.5

Fix compile error on aarch64

0.8.4

Fix to prevent intermediate key recovery attack: tkaitchuck/aHash#163

Commits

Updates base64 from 0.21.4 to 0.21.5

Changelog

Sourced from base64's changelog.

0.21.5

  • Add Debug and Clone impls for the general purpose Engine
Commits
  • 7f81baf v0.21.5
  • 95dda57 Merge pull request #255 from marshallpierce/mp/debug
  • bda313a Add Debug and Clone to general purpose Engine
  • 53a8737 Merge pull request #254 from marshallpierce/mp/ci-all-targets
  • c423b6e CI for all targets w/o default features
  • 9eaf503 Merge pull request #253 from kpreid/features-and-build
  • 04451fb Allow cargo test to complete under any set of features.
  • 2ee1a00 no_std import simplification.
  • See full diff in compare view

Updates clap from 4.4.6 to 4.4.7

Changelog

Sourced from clap's changelog.

[4.4.7] - 2023-10-24

Performance

  • Reduced code size
Commits

Updates figment from 0.10.11 to 0.10.12

Commits
  • e33a99b New version: 0.10.12.
  • 776b27f Silence new unused imports errors.
  • 9b1e548 Improve 'Jail::create_file()' docs.
  • affdb62 Add 'Jail::create_dir()': create jail directories.
  • See full diff in compare view

Updates mio from 0.8.8 to 0.8.9

Changelog

Sourced from mio's changelog.

0.8.9

Added

Fixed

Commits
  • e80c3b2 Release v0.8.9
  • 862786b Fix importing of IoSourceState
  • 4034872 Add support for vita target
  • 8eb4010 Fix receiver and sender fd in pipe based waker
  • 9f21ce1 Enable sys::unix::pipe when using pipe based Waker
  • e7a0685 Reuse pipe2 polyfill code
  • 808dbb0 Implement pipe2 for AIX
  • 605ba78 Add AIX operating system support
  • 8dd37c5 Skip MSRV test for macOS
  • 2856112 Run the MSRV CI check on more platforms
  • Additional commits viewable in compare view

Updates plist from 1.5.0 to 1.5.1

Commits
  • 37594a7 Release v1.5.1
  • 78d9c1d Add Data::from/to_xml_format
  • f15dc2c Update quick-xml to 0.30.0
  • 0ff7a26 Clarify error message for InvalidXmlDate
  • 50b4332 Link to docs.rs documentation for the latest verion
  • See full diff in compare view

Updates rustix from 0.38.20 to 0.38.21

Commits
  • cf2ad7f chore: Release rustix version 0.38.21
  • 4186613 Miscellaneous documentation cleanups.
  • bde49f1 Adjust sockaddr lengths for illumos in more more place. (#904)
  • b0a83ce Add connect_unspec (#903)
  • b01b482 Fix getsockopt zeroing memory (#901)
  • 36e3999 Fix a test failures on illumos. (#900)
  • 1ab21e6 Fix p{read,write}v{,v2}'s encoding of the offset argument on Linux. (#896)
  • 0b7ccf4 Miscellaneous documentation cleanups. (#894)
  • 3f338d8 Fix miscellaneous clippy lints. (#893)
  • e2314b7 Fix renameat_with with flags on Android. (#892)
  • Additional commits viewable in compare view

Updates serde from 1.0.189 to 1.0.190

Release notes

Sourced from serde's releases.

v1.0.190

  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#2637)
Commits
  • edb1a58 Release 1.0.190
  • 11c2917 Merge pull request #2637 from dtolnay/nansign
  • 6ba9c12 Float copysign does not exist in libcore yet
  • d2fcc34 Ensure f32 deserialized from f64 and vice versa preserve NaN sign
  • a091a07 Add float NaN tests
  • bb4135c Fix unused imports
  • 8de84b7 Resolve get_first clippy lint
  • 9cdf332 Remove 'remember to update' reminder from Cargo.toml
  • See full diff in compare view

Updates serde_json from 1.0.107 to 1.0.108

Release notes

Sourced from serde_json's releases.

v1.0.108

Commits

Updates serde_spanned from 0.6.3 to 0.6.4

Commits
  • 8686b94 chore: Release
  • 627736b docs: Update changelog
  • 2288fcc Merge pull request #629 from epage/sort
  • a9f1a44 feat(edit): Allow sorting Arrays
  • a76cc6d Merge pull request #625 from toml-rs/renovate/rust-1.x
  • b0eab8a chore(deps): update msrv to v1.67
  • 7cdd43c Merge pull request #621 from epage/style
  • 55f95c7 style: Make clippy happy
  • e597616 Merge pull request #620 from schubart/stop_building_unnecessary_string
  • 502a1f3 Stop building unnecessary string
  • Additional commits viewable in compare view

Updates tempfile from 3.8.0 to 3.8.1

Changelog

Sourced from tempfile's changelog.

3.8.1

  • Update rustix to fix a potential panic on persist_noclobber on android.
  • Update redox_syscall to 0.4 (on redox).
  • Fix some docs typos.
Commits

Updates tokio-util from 0.7.9 to 0.7.10

Commits

Updates toml_datetime from 0.6.3 to 0.6.5

Commits
  • 7ba37bb chore: Release
  • 1ff8d41 docs: Update changelog
  • c1f66fc Merge pull request #631 from epage/test
  • 045e896 fix(datetime): Verify leap years
  • 3e44692 fix(datetime): Allow leap seconds
  • 99d50bb chore(ci): Allow libfuzzer
  • 1b0a464 Merge pull request #630 from toml-rs/renovate/toml-test
  • 87ca853 chore(deps): update toml-test
  • fba15e5 chore(ci): Immediately update toml-test
  • 8057d7a chore(ci): Immediately update toml-test
  • Additional commits viewable in compare view

Updates toml_edit from 0.20.2 to 0.20.7

Commits

Updates tracing from 0.1.37 to 0.1.40

Release notes

Sourced from tracing's releases.

tracing 0.1.40

This release fixes a potential stack use-after-free in the Instrument::into_inner method. Only uses of this method are affected by this bug.

Fixed

  • Use mem::ManuallyDrop instead of mem::forget in Instrument::into_inner (#2765)

#2765: tokio-rs/tracing#2765

Thanks to @​cramertj and @​manishearth for finding and fixing this issue!

tracing 0.1.39

This release adds several additional features to the tracing macros. In addition, it updates the tracing-core dependency to [v0.1.32][core-0.1.32] and the tracing-attributes dependency to [v0.1.27][attrs-0.1.27].

Added

  • Allow constant field names in macros (#2617)
  • Allow setting event names in macros (#2699)
  • core: Allow ValueSets of any length (#2508)

Changed

  • tracing-attributes: updated to [0.1.27][attrs-0.1.27]
  • tracing-core: updated to [0.1.32][core-0.1.32]
  • attributes: Bump minimum version of proc-macro2 to 1.0.60 (#2732)
  • attributes: Generate less dead code for async block return type hint (#2709)

Fixed

  • Use fully qualified names in macros for items exported from std prelude (#2621, #2757)
  • attributes: Allow [clippy::let_with_type_underscore] in macro-generated code (#2609)
  • attributes: Allow unknown_lints in macro-generated code (#2626)
  • attributes: Fix a compilation error in #[instrument] when the "log" feature is enabled (#2599)

Documented

  • Add axum-insights to relevant crates. (#2713)
  • Fix link to RAI pattern crate documentation (#2612)
  • Fix docs typos and warnings (#2581)
  • Add clippy-tracing to related crates (#2628)
  • Add tracing-cloudwatch to related crates (#2667)
  • Fix deadlink to tracing-etw repo (#2602)

... (truncated)

Commits

Updates winnow from 0.5.17 to 0.5.18

Changelog

Sourced from winnow's changelog.

[0.5.18] - 2023-10-30

Fixes

  • Support Accumulate for HashMap with custom hashers

Compatibility

  • Deprecated Uint impls for signed numbers
Commits
  • 720cebd chore: Release
  • 342f492 docs: Update changelog
  • 9e08f38 Merge pull request #357 from adamchalmers/achalmers/generalize-hashmap-constr...
  • 8da4e79 Merge pull request #358 from epage/uint
  • 7b2dd5a feat: Impl Accumulate for more HashMaps
  • 339c0b9 fix: Deprecate signed Uint impls
  • 2e48b8e style: Fix formatting
  • 93ed74c Merge pull request #352 from vwkd/patch-3
  • 37bfc79 Merge pull request #353 from vwkd/patch-2
  • 47cbc4e docs: fix typo in tutorial
  • 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 17 updates:

| Package | From | To |
| --- | --- | --- |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.29` |
| [ahash](https://github.com/tkaitchuck/ahash) | `0.8.3` | `0.8.5` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.4` | `0.21.5` |
| [clap](https://github.com/clap-rs/clap) | `4.4.6` | `4.4.7` |
| [figment](https://github.com/SergioBenitez/Figment) | `0.10.11` | `0.10.12` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.8` | `0.8.9` |
| [plist](https://github.com/ebarnard/rust-plist) | `1.5.0` | `1.5.1` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.20` | `0.38.21` |
| [serde](https://github.com/serde-rs/serde) | `1.0.189` | `1.0.190` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.107` | `1.0.108` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.3` | `0.6.4` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.8.0` | `3.8.1` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.9` | `0.7.10` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.3` | `0.6.5` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.20.2` | `0.20.7` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.40` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.17` | `0.5.18` |


Updates `futures` from 0.3.28 to 0.3.29
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.28...0.3.29)

Updates `ahash` from 0.8.3 to 0.8.5
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](tkaitchuck/aHash@v0.8.3...v0.8.5)

Updates `base64` from 0.21.4 to 0.21.5
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.4...v0.21.5)

Updates `clap` from 4.4.6 to 4.4.7
- [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.4.6...v4.4.7)

Updates `figment` from 0.10.11 to 0.10.12
- [Commits](SergioBenitez/Figment@v0.10.11...v0.10.12)

Updates `mio` from 0.8.8 to 0.8.9
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.8...v0.8.9)

Updates `plist` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ebarnard/rust-plist/releases)
- [Commits](ebarnard/rust-plist@v1.5.0...v1.5.1)

Updates `rustix` from 0.38.20 to 0.38.21
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.20...v0.38.21)

Updates `serde` from 1.0.189 to 1.0.190
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.189...v1.0.190)

Updates `serde_json` from 1.0.107 to 1.0.108
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.107...v1.0.108)

Updates `serde_spanned` from 0.6.3 to 0.6.4
- [Commits](toml-rs/toml@serde_spanned-v0.6.3...serde_spanned-v0.6.4)

Updates `tempfile` from 3.8.0 to 3.8.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

Updates `tokio-util` from 0.7.9 to 0.7.10
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

Updates `toml_datetime` from 0.6.3 to 0.6.5
- [Commits](toml-rs/toml@toml_datetime-v0.6.3...toml_datetime-v0.6.5)

Updates `toml_edit` from 0.20.2 to 0.20.7
- [Commits](toml-rs/toml@v0.20.2...v0.20.7)

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

Updates `winnow` from 0.5.17 to 0.5.18
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.17...v0.5.18)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: ahash
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: base64
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: figment
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: mio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: plist
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde_json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde_spanned
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: tempfile
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: tokio-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: toml_datetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: tracing
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: winnow
  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 Oct 31, 2023
@nelsonjchen nelsonjchen merged commit afe22e4 into master Oct 31, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/patch-dependencies-ec83f71522 branch October 31, 2023 06:17
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