Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 4 updates#168

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-1d2572a6e0
Open

chore(deps): bump the rust-dependencies group across 1 directory with 4 updates#168
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-1d2572a6e0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 4 updates in the / directory: serde-saphyr, etherparse, windows and quinn.

Updates serde-saphyr from 0.0.26 to 0.0.27

Release notes

Sourced from serde-saphyr's releases.

0.0.27 Comments

The major extension of this release is comments support.

The long existed wrapper Commented<..> was usable for serialization only until now. Since this release, Commented also captures a comment of the wrapped data structure:

struct DeploymentConfig {
    name: Commented<String>,
    image: Commented<String>,
    ports: Commented<Vec<Commented<u16>>>,
    labels: Commented<BTreeMap<String, Commented<String>>>,
}

would capture all comments for the elements of the structure, like

# deployment manifest
name: checkout
image: registry.example.com/checkout:v1 # container image to deploy
ports: # sequence of exposed ports
  - 80 # public HTTP
  - 443 # public HTTPS
labels: # mapping of Kubernetes labels
  app: checkout # stable app label
  tier: frontend # routing tier
"#;

while assigning them to the relevant YAML element. This became possible after migrating to granit parser 0.0.3, which now captures comments. Comments can be either on the right or above the item they describe.

This release also adds support for figment2 (figment is supported since v0.0.13).

Commits
  • 4b76b5f Small adjustments in comment handling.
  • 759ee8c Limit maximal number of comments in Budget.
  • a4c8235 Bw/comments (#117)
  • 299044d Bump garde from 0.22.1 to 0.23.0 (#119)
  • d756075 Bump serde_json from 1.0.149 to 1.0.150 (#118)
  • e7ede1e Improve the code quality and test coverage.
  • b659f7f Merge remote-tracking branch 'origin/master'
  • dd48554 Improve the code quality
  • 8108fef Fix #115 : correct block-scalar auto-selection and indentation indicator (#116)
  • fbf4c7c Serializer security hardening, thanks @​alurm
  • Additional commits viewable in compare view

Updates etherparse from 0.14.3 to 0.20.1

Release notes

Sourced from etherparse's releases.

v0.20.0 Structured ICMPv6 Support and no_std PacketBuilder

What's Changed

New Contributors

Full Changelog: JulianSchmid/etherparse@v0.19.0...v0.20.0

v0.19.0 Add basic ICMPv6 Neighbor Discovery Support

What's Changed

New Contributors

Full Changelog: JulianSchmid/etherparse@v0.18.2...v0.19.0

v0.18.2 Add core::error::Error implementation to non_std build

What's Changed

New Contributors

Full Changelog: JulianSchmid/etherparse@v0.18.1...v0.18.2

v0.18.1 Add LaxPacketHeader:: from_linux_sll

What's Changed

New Contributors

Full Changelog: JulianSchmid/etherparse@v0.18.0...v0.18.1

v0.18.0 MACsec Support & ECN+DSCP Support for IPv6

What are the major changes?

  • Support for MACsec (IEEE 802.1AE)

... (truncated)

Changelog

Sourced from etherparse's changelog.

Changelog:

0.15.0

  • Added Linux SLL Support (thanks to @​RabadanDotDev)
  • Corrected bug where SlicedPacket::from_ether_type would not set link field in result.
Commits
  • 90d4af2 Merge pull request #145 from JulianSchmid/update-doc
  • 6df664e Increment version to 0.20.1
  • 7763b01 Update doc.rs links & remove broken codecov badge
  • c38f3bf Merge pull request #144 from JulianSchmid/version-inc-20
  • 9417a6b Resolve new clippy warnings
  • 5bcadff Resolved newest compiler warnings
  • f68b7d6 Version incremented to 0.20.0
  • 3e2b933 Merge pull request #135 from xyzzyz/amichalik/packet-builder-no-std
  • 49f6491 Add cfg_attr for docs for BuildVecWriteError
  • a4a058d Enable PacketBuilder in no_std (alloc/slice) while preserving std API
  • Additional commits viewable in compare view

Updates windows from 0.56.0 to 0.62.2

Commits

Updates quinn from c7a6ed5 to e1c8108

Commits
  • e1c8108 [JLS] fix example jls_server
  • 34ec800 Merge branch 'jls-main' into merge
  • 38c036a chore: quinn-udp@0.6.1
  • e01f99e fix: Resolve sendmsg_x/recvmsg_x via dlsym
  • 3b49196 Add thomaseizinger as a quinn-udp code owner
  • 8acb578 fix(unix): disable GSO after probing
  • 52c7ad1 refactor(quinn-udp): add retry_if_interrupted helper
  • bde0b65 Take semver-compatible dependency updates
  • b8e4d3b quinn: Make Endpoint::server dual-stack V6 by default
  • 0adcd20 docs: clarify that Event::ConnectionLost is not emitted on local close
  • 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 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

… 4 updates

Bumps the rust-dependencies group with 4 updates in the / directory: [serde-saphyr](https://github.com/bourumir-wyngs/serde-saphyr), [etherparse](https://github.com/JulianSchmid/etherparse), [windows](https://github.com/microsoft/windows-rs) and [quinn](https://github.com/spongebob888/quinn-jls).


Updates `serde-saphyr` from 0.0.26 to 0.0.27
- [Release notes](https://github.com/bourumir-wyngs/serde-saphyr/releases)
- [Commits](bourumir-wyngs/serde-saphyr@0.0.26...0.0.27)

Updates `etherparse` from 0.14.3 to 0.20.1
- [Release notes](https://github.com/JulianSchmid/etherparse/releases)
- [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md)
- [Commits](JulianSchmid/etherparse@v0.14.3...v0.20.1)

Updates `windows` from 0.56.0 to 0.62.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `quinn` from `c7a6ed5` to `e1c8108`
- [Commits](spongebob888/quinn-jls@c7a6ed5...e1c8108)

---
updated-dependencies:
- dependency-name: serde-saphyr
  dependency-version: 0.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: etherparse
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows
  dependency-version: 0.62.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: quinn
  dependency-version: e1c8108163bc40220425c2203b8ae0bb604b3ed7
  dependency-type: direct:production
  dependency-group: rust-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 Jun 11, 2026
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