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 cargo-deps group with 18 updates #49

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the cargo-deps group with 18 updates:

Package From To
clap 4.4.6 4.4.7
serde 1.0.188 1.0.190
thiserror 1.0.49 1.0.50
toml 0.8.1 0.8.6
hashbrown 0.14.1 0.14.2
ahash 0.8.3 0.8.6
bitflags 2.4.0 2.4.1
deranged 0.3.8 0.3.9
errno 0.3.3 0.3.5
indexmap 2.0.2 2.1.0
libc 0.2.148 0.2.149
linux-raw-sys 0.4.8 0.4.10
memchr 2.6.3 2.6.4
proc-macro2 1.0.67 1.0.69
rustix 0.38.15 0.38.21
syn 2.0.37 2.0.38
time 0.3.29 0.3.30
winnow 0.5.15 0.5.18

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 serde from 1.0.188 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)

v1.0.189

  • Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @​ahl)
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
  • e94fc65 Release 1.0.189
  • b908487 Remove double nesting of first_attempt
  • Additional commits viewable in compare view

Updates thiserror from 1.0.49 to 1.0.50

Release notes

Sourced from thiserror's releases.

1.0.50

  • Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#258, thanks @​de-vri-es)
Commits
  • a7d220d Release 1.0.50
  • 4088d16 Ignore module_name_repetitions pedantic clippy lint
  • ebebf77 Format ui tests with rustfmt
  • ff0a0a5 Source and From attributes only have single-ident path
  • 7cec716 Remove reliance on Spanned for Member
  • c9fe739 Touch up PR 258
  • 4850c6f Merge pull request #258 from de-vri-es/as-dyn-error-span
  • a49f7c6 Change span of as_dyn_error() to point compile error at attribute.
  • f4eac7e Ignore needless_raw_string_hashes clippy lint
  • See full diff in compare view

Updates toml from 0.8.1 to 0.8.6

Commits

Updates hashbrown from 0.14.1 to 0.14.2

Changelog

Sourced from hashbrown's changelog.

[v0.14.2] - 2023-10-19

Added

  • HashTable type which provides a low-level but safe API with explicit hashing. (#466)

Fixed

  • Disabled the use of NEON instructions on big-endian ARM. (#475)
  • Disabled the use of NEON instructions on Miri. (#476)
Commits
  • 7cd193a Auto merge of #477 - Amanieu:release-0.14.2, r=Amanieu
  • e97f934 Prepare release of v0.14.2
  • f3dd78e Auto merge of #476 - Amanieu:disable_neon_miri, r=Amanieu
  • b89e277 Disable the use of NEON intrinsics on Miri
  • ef84e09 Auto merge of #466 - Amanieu:hashtable, r=Amanieu
  • 9556bf4 Fix rustdoc warnings
  • cbbb823 Minor cleanups
  • 878b5bf Rename insert_unchecked to insert_unique
  • 05bee57 Make HashTable::find_entry return AbsentEntry on failure
  • cce9925 Update src/table.rs
  • Additional commits viewable in compare view

Updates ahash from 0.8.3 to 0.8.6

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 bitflags from 2.4.0 to 2.4.1

Release notes

Sourced from bitflags's releases.

2.4.1

What's Changed

Full Changelog: bitflags/bitflags@2.4.0...2.4.1

Changelog

Sourced from bitflags's changelog.

2.4.1

What's Changed

Full Changelog: bitflags/bitflags@2.4.0...2.4.1

Commits
  • 6c67922 Merge pull request #381 from KodrAus/cargo/2.4.1
  • 96ba9cf prepare for 2.4.1 release
  • dd91b82 Merge pull request #380 from KodrAus/ci/compile-pass-clippy
  • 03d1427 ignore a few tests that run slowly in miri
  • 3f05853 replace MIPS with Miri for cross endian tests
  • dfe6f21 just rely on smoke test for clippy
  • ea75f33 explicitly test on beta
  • 60ef5ee run clippy in compile-pass tests if available
  • See full diff in compare view

Updates deranged from 0.3.8 to 0.3.9

Commits

Updates errno from 0.3.3 to 0.3.5

Changelog

Sourced from errno's changelog.

[0.3.5] - 2023-10-08

  • Use __errno_location on DragonFly BSD #82

[0.3.4] - 2023-10-01

  • Add GNU/Hurd support #80
Commits

Updates indexmap from 2.0.2 to 2.1.0

Changelog

Sourced from indexmap's changelog.

  • 2.1.0

    • Empty slices can now be created with map::Slice::{new, new_mut} and set::Slice::new. In addition, Slice::new, len, and is_empty are now const functions on both types.

    • IndexMap, IndexSet, and their respective Slices all have binary search methods for sorted data: map binary_search_keys and set binary_search for plain comparision, binary_search_by for custom comparators, binary_search_by_key for key extraction, and partition_point for boolean conditions.

Commits

Updates libc from 0.2.148 to 0.2.149

Release notes

Sourced from libc's releases.

0.2.149

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.148...0.2.149

Commits
  • d80e8bd Auto merge of #3360 - vita-rust:release-0.2.149, r=JohnTitor
  • 017bf5f Auto merge of #3373 - SteveLauC:close_range, r=JohnTitor
  • 14ef2e5 Auto merge of #3335 - androm3da:bcain/sa_onstack, r=JohnTitor
  • 7b9e367 fmt
  • 173757d feat: add close_range for glibc
  • c7a860d Auto merge of #3370 - NordSecurity:add_apple_tvos_support, r=JohnTitor
  • 4cdc32e Auto merge of #3325 - Vtewari2311:libc-hurd-latest, r=JohnTitor
  • aa065c6 Auto merge of #3372 - SteveLauC:execveat, r=JohnTitor
  • d3910f6 add execveat for glibc
  • aab9d70 Fix apple tvos support
  • Additional commits viewable in compare view

Updates linux-raw-sys from 0.4.8 to 0.4.10

Commits

Updates memchr from 2.6.3 to 2.6.4

Commits

Updates proc-macro2 from 1.0.67 to 1.0.69

Release notes

Sourced from proc-macro2's releases.

1.0.69

  • Fix Span::source_text() bug causing panics or incorrect source text (#410)

1.0.68

  • Fix panic in Span::source_text() when source contains multibyte characters (#408)
Commits
  • 937bbcd Release 1.0.69
  • 42dc36e Merge pull request #412 from dtolnay/sourcetext
  • 6461c2d Add out-of-order call to source_text test
  • c4c3251 Explain source_text implementation approach
  • 31b14c3 Cache byte offsets computed from a char index
  • 0e15461 Make FileInfo mut in source_text to allow amortization of char indices
  • 90b8e1e Merge pull request #411 from dtolnay/sourcetext
  • 137ae0a Fix source_text treating span.lo as byte offset not char index
  • 4c0bd28 Add regression test for issue 410
  • 12eddc0 Reword explanation of SourceMap initial value
  • Additional commits viewable in compare view

Updates rustix from 0.38.15 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 syn from 2.0.37 to 2.0.38

Release notes

Sourced from syn's releases.

2.0.38

  • Fix "method 'peek' has an incompatible type for trait" error when defining bool as a custom keyword (#1518, thanks @​Vanille-N)
Commits
  • 43632bf Release 2.0.38
  • abd2c21 Merge pull request #1518 from Vanille-N/master
  • 6701e60 Absolute path to bool in custom_punctuation.rs
  • 7313d24 Resolve single_match_else pedantic clippy lint in code generator
  • 67ab64f Include unexpected token in the test failure message
  • 137ae33 Check no remaining token after the first literal
  • 258e9e8 Ignore single_match_else pedantic clippy lint in test
  • 92fd50e Test docs.rs documentation build in CI
  • See full diff in compare view

Updates time from 0.3.29 to 0.3.30

Release notes

Sourced from time's releases.

v0.3.30

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.30 [2023-10-13]

Added

  • powerfmt::smart_display::SmartDisplay has been added for the main types in the library. These implementations ensure that values follow the requested fill, width, and alignment when using format! or similar macros. Display is implemented in terms of SmartDisplay.

Fixed

  • Large values no longer wrap around in release mode when using NumericalDuration or NumericalStdDuration.
Commits

Updates winnow from 0.5.15 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

[0.5.17] - 2023-10-13

Documentation

  • Provide lexer/parser example with details on handling of custom tokens

[0.5.16] - 2023-10-06

Fixes

  • Correctly calculate offset_from for non-byte slices
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 cargo-deps group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.6` | `4.4.7` |
| [serde](https://github.com/serde-rs/serde) | `1.0.188` | `1.0.190` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.49` | `1.0.50` |
| [toml](https://github.com/toml-rs/toml) | `0.8.1` | `0.8.6` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.1` | `0.14.2` |
| [ahash](https://github.com/tkaitchuck/ahash) | `0.8.3` | `0.8.6` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.4.0` | `2.4.1` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.8` | `0.3.9` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.3` | `0.3.5` |
| [indexmap](https://github.com/bluss/indexmap) | `2.0.2` | `2.1.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.148` | `0.2.149` |
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.8` | `0.4.10` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.6.3` | `2.6.4` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.67` | `1.0.69` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.15` | `0.38.21` |
| [syn](https://github.com/dtolnay/syn) | `2.0.37` | `2.0.38` |
| [time](https://github.com/time-rs/time) | `0.3.29` | `0.3.30` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.15` | `0.5.18` |


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 `serde` from 1.0.188 to 1.0.190
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.190)

Updates `thiserror` from 1.0.49 to 1.0.50
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.49...1.0.50)

Updates `toml` from 0.8.1 to 0.8.6
- [Commits](toml-rs/toml@toml-v0.8.1...toml-v0.8.6)

Updates `hashbrown` from 0.14.1 to 0.14.2
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.1...v0.14.2)

Updates `ahash` from 0.8.3 to 0.8.6
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/commits)

Updates `bitflags` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.4.0...2.4.1)

Updates `deranged` from 0.3.8 to 0.3.9
- [Commits](https://github.com/jhpratt/deranged/commits)

Updates `errno` from 0.3.3 to 0.3.5
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)

Updates `indexmap` from 2.0.2 to 2.1.0
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.0.2...2.1.0)

Updates `libc` from 0.2.148 to 0.2.149
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.148...0.2.149)

Updates `linux-raw-sys` from 0.4.8 to 0.4.10
- [Commits](sunfishcode/linux-raw-sys@v0.4.8...v0.4.10)

Updates `memchr` from 2.6.3 to 2.6.4
- [Commits](BurntSushi/memchr@2.6.3...2.6.4)

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

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

Updates `syn` from 2.0.37 to 2.0.38
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.37...2.0.38)

Updates `time` from 0.3.29 to 0.3.30
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.29...v0.3.30)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: ahash
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: bitflags
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: linux-raw-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: memchr
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

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 Nov 1, 2023
@dependabot dependabot bot assigned b-n Nov 1, 2023
@b-n b-n merged commit 7790b64 into main Nov 1, 2023
2 checks passed
@b-n b-n deleted the dependabot/cargo/cargo-deps-1cd887278b branch November 1, 2023 11:35
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.

None yet

1 participant