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 #162

Merged
merged 2 commits into from
Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group with 6 updates:

Package From To
serde_json 1.0.106 1.0.107
anstyle 1.0.2 1.0.3
libc 0.2.147 0.2.148
proc-macro2 1.0.66 1.0.67
syn 2.0.32 2.0.37
unicode-ident 1.0.11 1.0.12

Updates serde_json from 1.0.106 to 1.0.107

Release notes

Sourced from serde_json's releases.

v1.0.107

  • impl IntoDeserializer for &RawValue (#1071)
Commits
  • b6e113f Release 1.0.107
  • 00626a0 Merge pull request #1073 from dtolnay/rawvalue
  • b9d296f IntoDeserializer for &RawValue
  • 4ea34a2 Merge pull request #1072 from dtolnay/rawvalue
  • fe30766 Support deserializing from &RawValue
  • 2c22077 Merge pull request #1062 from osiewicz/remove_build_rs
  • 04f7758 fixup! chore: Remove no_btreemap_get_key_value and no_btreemap_remove_entry.
  • 83bdc5f Omit return keyword in remove_entry
  • 89a2741 Revert "Remove limb_width32 and limb_width64 features"
  • 16e04ce fixup! Remove limb_width32 and limb_width64 features
  • See full diff in compare view

Updates anstyle from 1.0.2 to 1.0.3

Commits
  • 1f403ae chore: Release
  • a12f6c5 docs: Update changelog
  • 7691517 Merge pull request #123 from epage/const
  • fa31837 feat(antyle): Make on_default const
  • 41db129 Merge pull request #121 from rust-cli/renovate/crossterm-0.x
  • 2c1270a Merge pull request #119 from rust-cli/renovate/compatible-(dev)
  • e1a5608 chore(deps): update compatible (dev)
  • e1e1173 Merge pull request #122 from rust-cli/renovate/strip-ansi-escapes-0.x
  • 9f98c2c chore(deps): update rust crate crossterm to 0.27.0
  • 5c06712 Merge pull request #120 from rust-cli/renovate/criterion-0.x
  • Additional commits viewable in compare view

Updates libc from 0.2.147 to 0.2.148

Commits
  • c89f747 libc 0.2.148
  • 8356615 Auto merge of #3322 - shyouhei:feature/shyouhei/RTLD_MAIN_ONLY, r=JohnTitor
  • 10e0724 Auto merge of #3321 - kleisauke:emscripten-update-node-16.20.0, r=JohnTitor
  • ff6a0c6 properly modify the type with ::
  • 837159c add RTLD_MAIN_ONLY
  • 5841067 CI: Update Node.js version to v16.20.0
  • 9447d17 Auto merge of #3313 - devnexen:linux_mman_aarch64_upd, r=JohnTitor
  • cbeb1bd linux glibc/musl and android adding PROT_BTI/PROT_MTE mmap flags for arm64.
  • 92a5d3e Auto merge of #3301 - Dirreke:csky-unknown-linux-gnuabiv2, r=JohnTitor
  • cd4fc66 Auto merge of #3312 - alexcrichton:fix-aarch64-darwin-ucontext-t, r=JohnTitor
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.66 to 1.0.67

Release notes

Sourced from proc-macro2's releases.

1.0.67

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#405)
Commits
  • a803dd1 Release 1.0.67
  • 8bf6937 Delete proc-macro2-fallback crate
  • 60c62dc Merge pull request #406 from dtolnay/error
  • 14a481d Parse rustc's representation of macro expansion error
  • 2e96778 Ignore missing_safety_doc clippy lint
  • 7017480 Merge pull request #404 from dtolnay/honggfuzz
  • 4ec3a42 Re-enable honggfuzz CI
  • 5a225cf Update actions/checkout@v3 -> v4
  • 45ef770 Update ui test suite to nightly-2023-08-29
  • 2cc9ef0 Update afl crate to 0.14
  • Additional commits viewable in compare view

Updates syn from 2.0.32 to 2.0.37

Release notes

Sourced from syn's releases.

2.0.37

  • Work around incorrect future compatibility warning in rustc 1.74.0-nightly

2.0.36

  • Restore compatibility with --generate-link-to-definition documentation builds (#1514)

2.0.35

  • Make rust-analyzer produce preferred brackets for invocations of Token! macro (#1510, #1512)

2.0.34

  • Documentation improvements

2.0.33

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand
Commits
  • 9681088 Release 2.0.37
  • fbe3bc2 Work around unknown_lints warning on rustc older than 1.64
  • 75cf912 Ignore more repr_transparent_external_private_fields
  • 299c782 Ignore false repr_transparent_external_private_fields FCW in generated code
  • ef6476c Release 2.0.36
  • 6ae1a97 Merge pull request #1514 from dtolnay/pubnotdoc
  • 7bfef4b Work around doc breakage in generate-link-to-definition mode
  • ce360ff Release 2.0.35
  • 23736bd Merge pull request #1512 from dtolnay/tokendoc
  • 6f6b004 Improve docs of Token! macro
  • Additional commits viewable in compare view

Updates unicode-ident from 1.0.11 to 1.0.12

Release notes

Sourced from unicode-ident's releases.

1.0.12

  • Update to Unicode 15.1.0 (#25)
Commits
  • ff4d27c Release 1.0.12
  • 9e4780e Update crate-level rustdoc static storage table
  • b4e9dd5 Merge pull request #25 from dtolnay/unicode
  • 0bb8a59 Update static data sizes
  • 6d03a92 Disable unicode-xid comparison test
  • 69a5e2c Update to Unicode 15.1.0
  • 0eb7abf Update actions/checkout@v3 -> v4
  • 24db477 Raise minimum tested compiler to 1.70
  • 28d69d6 Raise minimum tested compiler to 1.65
  • ee161b1 Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
  • 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 |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.106` | `1.0.107` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3` |
| [libc](https://github.com/rust-lang/libc) | `0.2.147` | `0.2.148` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.66` | `1.0.67` |
| [syn](https://github.com/dtolnay/syn) | `2.0.32` | `2.0.37` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.11` | `1.0.12` |


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

Updates `anstyle` from 1.0.2 to 1.0.3
- [Commits](rust-cli/anstyle@anstyle-wincon-v1.0.2...v1.0.3)

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

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

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

Updates `unicode-ident` from 1.0.11 to 1.0.12
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.11...1.0.12)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: libc
  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
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added d:cargo Update a Cargo (Rust) dependency dependencies Add, remove, or update one or more dependencies labels Sep 18, 2023
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #162 (65be3d6) into master (8fa2b91) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #162   +/-   ##
=======================================
  Coverage   91.26%   91.26%           
=======================================
  Files           3        3           
  Lines         435      435           
=======================================
  Hits          397      397           
  Misses         38       38           

@jwodder jwodder merged commit 66bce90 into master Sep 18, 2023
11 checks passed
@jwodder jwodder deleted the dependabot/cargo/deps-d3ae983003 branch September 18, 2023 14:38
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