Merged
Conversation
Contributor
Greptile SummaryThis PR performs routine dependency updates to address a Key changes across the lockfile and manifest files:
No logic or structural code changes are introduced; this is a pure dependency maintenance update. Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["cargo deny check advisory\n(aws-lc-sys RUSTSEC)"] --> B["Bump aws-lc-rs\n1.16.1 → 1.16.2"]
B --> C["Bump aws-lc-sys\n0.38.0 → 0.39.0\n✅ Advisory resolved"]
D["config 0.15.19 → 0.15.22"] --> E["toml consolidated\n0.9.12 dropped\n→ 1.0.7 only"]
E --> F["winnow\n0.7.15 → 1.0.0"]
E --> G["toml_datetime 1.0.0 → 1.0.1\ntoml_edit 0.25.4 → 0.25.5\ntoml_parser 1.0.9 → 1.0.10\ntoml_writer 1.0.6 → 1.0.7"]
H["clap 4.5 → 4.6"] --> I["anstream 0.6 → 1.0\nanstyle-parse 0.2 → 1.0\nclap_lex 1.0 → 1.1"]
J["uuid 1.21 → 1.22"] --> K["rand 0.9.2 removed\n→ rand 0.10.0 (shared)"]
L["Other minor bumps\nzerocopy, libc, tempfile,\ntracing-subscriber, quinn-proto,\ncc, socket2, …"] --> M["No breaking changes\nPatch/minor only"]
Last reviewed commit: "d" |
Merged
shikhar
pushed a commit
that referenced
this pull request
Mar 20, 2026
## 🤖 New release
* `s2-common`: 0.29.0 -> 0.30.0 (⚠ API breaking changes)
* `s2-api`: 0.27.12 -> 0.27.13 (✓ API compatible changes)
* `s2-lite`: 0.29.25 -> 0.29.26 (✓ API compatible changes)
* `s2-sdk`: 0.25.0 -> 0.26.0 (⚠ API breaking changes)
* `s2-cli`: 0.29.25 -> 0.29.26
### ⚠ `s2-common` breaking changes
```text
--- failure constructible_struct_adds_field: externally-constructible struct adds field ---
Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field BasinInfo.created_at in /tmp/.tmpC8ehRw/s2/common/src/types/basin.rs:213
field BasinInfo.deleted_at in /tmp/.tmpC8ehRw/s2/common/src/types/basin.rs:214
--- failure enum_missing: pub enum removed or renamed ---
Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_missing.ron
Failed in:
enum s2_common::types::basin::BasinState, previously in file /tmp/.tmpFp6uyJ/s2-common/src/types/basin.rs:203
--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---
Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_pub_field_missing.ron
Failed in:
field state of struct BasinInfo, previously in file /tmp/.tmpFp6uyJ/s2-common/src/types/basin.rs:218
```
### ⚠ `s2-sdk` breaking changes
```text
--- failure enum_missing: pub enum removed or renamed ---
Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_missing.ron
Failed in:
enum s2_sdk::types::BasinState, previously in file /tmp/.tmpFp6uyJ/s2-sdk/src/types.rs:1126
--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---
Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_pub_field_missing.ron
Failed in:
field state of struct BasinInfo, previously in file /tmp/.tmpFp6uyJ/s2-sdk/src/types.rs:1151
```
<details><summary><i><b>Changelog</b></i></summary><p>
## `s2-common`
<blockquote>
## [0.30.0] - 2026-03-20
### Features
- Align basin info with stream info
([#338](#338))
<!-- generated by git-cliff -->
</blockquote>
## `s2-api`
<blockquote>
## [0.27.13] - 2026-03-20
### Features
- Align basin info with stream info
([#338](#338))
<!-- generated by git-cliff -->
</blockquote>
## `s2-lite`
<blockquote>
## [0.29.26] - 2026-03-20
### Features
- Align basin info with stream info
([#338](#338))
<!-- generated by git-cliff -->
</blockquote>
## `s2-sdk`
<blockquote>
## [0.26.0] - 2026-03-20
### Features
- Align basin info with stream info
([#338](#338))
<!-- generated by git-cliff -->
</blockquote>
## `s2-cli`
<blockquote>
## [0.29.26] - 2026-03-20
### Features
- Align basin info with stream info
([#338](#338))
### Miscellaneous Tasks
- Dep updates ([#340](#340))
<!-- generated by git-cliff -->
</blockquote>
</p></details>
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
Co-authored-by: s2-release-plz[bot] <262023388+s2-release-plz[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
address
cargo deny checkadvisory aboutaws-lc-sys