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 group across 1 directory with 4 updates #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the all group with 4 updates in the / directory: postcard, rb-sys, serde and rb-sys-env.

Updates postcard from 1.0.10 to 1.1.1

Release notes

Sourced from postcard's releases.

postcard/v1.1.1

What's Changed

Full Changelog: jamesmunns/postcard@postcard/v1.1.0...postcard/v1.1.1

postcard/v1.1.0

What's Changed

New Contributors

Full Changelog: jamesmunns/postcard@v1.0.10...postcard/v1.1.0

Commits
  • cb14463 Update versions, remove one more clippy lint
  • 0dd176a Merge pull request #169 from barafael/edition-2021
  • bffc76c Bump versions, remove unused optional deps
  • 3831085 Also bump postcard-dyn
  • 3fe5f20 Bump version numbers
  • bfb6b73 Merge pull request #190 from Spartan2909/main
  • f736abe Document IOReader and EIOReader constructors
  • 039bb1e Merge pull request #187 from max-heller/slice-schema-name
  • fae27b3 Merge pull request #188 from max-heller/nalgebra
  • bcbb917 Merge pull request #186 from max-heller/postcard-crate
  • Additional commits viewable in compare view

Updates rb-sys from 0.9.102 to 0.9.104

Release notes

Sourced from rb-sys's releases.

v0.9.104

What's Changed

New Contributors

Full Changelog: oxidize-rb/rb-sys@v0.9.103...v0.9.104

v0.9.103

What's Changed

Full Changelog: oxidize-rb/rb-sys@v0.9.102...v0.9.103

Commits
  • 4a981cb Bump to v0.9.104
  • beaf680 Various updates for docker images (#466)
  • fc2923e Update rake-compiler-dock base containers to 1.6.0
  • df0e6f4 Make stable-api-compiled-fallback the default, cleanup some warnings
  • 4da4f97 Bump syn from 2.0.87 to 2.0.90 (#459)
  • b932fe6 Implemented StableApiDefinition::thread_sleep for TruffleRuby. (#457)
  • 40146c2 Implementing StableApiDefinition RBasic methods for TruffleRuby. (#458)
  • 3f54d0b Implemented StableApiDefinition::[bignum_positive_p|bignum_negative_p]. (#461)
  • de0ab79 Bump proc-macro2 from 1.0.89 to 1.0.92 (#454)
  • 61fdb43 Implemented StableApiDefinition::rstring_interned_p methods for TruffleRuby. ...
  • Additional commits viewable in compare view

Updates serde from 1.0.210 to 1.0.216

Release notes

Sourced from serde's releases.

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
  • ad8dd41 Release 1.0.216
  • f91d2ed Merge pull request #2868 from dtolnay/automaticallyderived
  • 9497463 Mark all generated trait impls as #[automatically_derived]
  • 46e9ecf Merge pull request #2866 from tdittr/mark-visitors-as-generated
  • e9c399c Mark generated impl de::Visitor blocks as #[automatically_derived]
  • b9dbfcb Switch out fnv in favor of foldhash in test
  • c270e27 Use BuildHasher instead of Hasher in collection macros
  • 0307f60 Resolve question_mark clippy lint in build script
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • Additional commits viewable in compare view

Updates rb-sys-env from 0.1.2 to 0.2.1

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 group with 4 updates in the / directory: [postcard](https://github.com/jamesmunns/postcard), [rb-sys](https://github.com/oxidize-rb/rb-sys), [serde](https://github.com/serde-rs/serde) and [rb-sys-env](https://github.com/oxidize-rb/rb-sys).


Updates `postcard` from 1.0.10 to 1.1.1
- [Release notes](https://github.com/jamesmunns/postcard/releases)
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md)
- [Commits](jamesmunns/postcard@v1.0.10...postcard/v1.1.1)

Updates `rb-sys` from 0.9.102 to 0.9.104
- [Release notes](https://github.com/oxidize-rb/rb-sys/releases)
- [Commits](oxidize-rb/rb-sys@v0.9.102...v0.9.104)

Updates `serde` from 1.0.210 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.216)

Updates `rb-sys-env` from 0.1.2 to 0.2.1
- [Release notes](https://github.com/oxidize-rb/rb-sys/releases)
- [Commits](https://github.com/oxidize-rb/rb-sys/commits)

---
updated-dependencies:
- dependency-name: postcard
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rb-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rb-sys-env
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Dec 23, 2024
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.

0 participants