Skip to content

deps(deps): bump scim_proto from 1.6.4 to 1.7.4#43

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/scim_proto-1.7.4
Open

deps(deps): bump scim_proto from 1.6.4 to 1.7.4#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/scim_proto-1.7.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 20, 2025

Bumps scim_proto from 1.6.4 to 1.7.4.

Release notes

Sourced from scim_proto's releases.

v1.7.4 - Clippy lints and makefile updates

Maintenance release to allow building on all supported versions of Rust, and to update the Makefile so we don't miss publishing crate updates.

v1.7.3

2025-08-15 - Kanidm 1.7.3 Patch

  • Correctly handle IP address SAN's in certificate issuance for replication
  • Clearly describe some replication misconfiguration in warning messages.
  • Resolve unixd/tasks from dropping tasks that are queued (initial fix was incomplete)

2025-08-15 - Kanidm 1.7.2 Patch

  • Improve argon2id parameter search speed
  • Make it clearer why a unixd user can't login
  • Disable and enable of break-glass accounts
  • Resolve unixd/tasks from dropping tasks that are queued
  • Correct a defect in show replication cert which would wait indefinitely

Known Issues

  • Repeat calls to recover-account contains an edge case that causes the command to fail. You should call disable-account then recover-account in sequence if you see a failure during recover-account

2025-08-01 - Kanidm 1.7.1 Patch

  • Incorrect handling of SEC1 formatted ECDSA private keys prevented server startup
  • Update tracing libraries to allow publishing of crates

2025-08-01 - Kanidm 1.7.0

This is the latest stable release of the Kanidm Identity Management project. Every release is the combined effort of our community and we appreciate their invaluable contributions, comments, questions, feedback and support.

You should review our [support documentation] as this may have important effects on your distribution or upgrades in future.

Before upgrading you should review [our upgrade documentation]

1.7.0 Release Highlights

  • Darkmode UI colour and style improvements (#3593, #3660)
  • OpenSSL removal in favour of rust-cryptography and rustls (#3594, #3687, )
  • OAuth2 client IDs always process as lowercase (#3605)
  • Test for corrupt unicode in SSH keys (#3618)
  • Accept SSH keys with variable salt lengths (#3629)
  • Move unixd shadow/passwd handling into the tasks daemon (#3631)
  • Reload schema before db verify to prevent incorrect warnings (#3643)
  • Improve unixd and tasks daemon startup coupling (#3638)
  • Reduce unixd memory usage (#3651, #3645, #3754)
  • SCIM API implementation (#3535, #3700, #3725, #3741, #3748)
  • Fix parsing of passwd files with comments in them (#3673)

... (truncated)

Changelog

Sourced from scim_proto's changelog.

Kanidm Release Notes

Kanidm Logo

Getting Started

To get started, see the [kanidm book]

Feedback

We value your feedback! First, please see our [code of conduct]. If you have questions please join our [gitter community channel] so that we can help. If you find a bug or issue, we'd love you to report it to our [issue tracker].

Release Notes

2025-08-01 - Kanidm 1.7.0

This is the latest stable release of the Kanidm Identity Management project. Every release is the combined effort of our community and we appreciate their invaluable contributions, comments, questions, feedback and support.

You should review our [support documentation] as this may have important effects on your distribution or upgrades in future.

Before upgrading you should review [our upgrade documentation]

1.7.0 Release Highlights

  • Darkmode UI colour and style improvements (#3593, #3660)
  • OpenSSL removal in favour of rust-cryptography and rustls (#3594, #3687, )
  • OAuth2 client IDs always process as lowercase (#3605)
  • Test for corrupt unicode in SSH keys (#3618)
  • Accept SSH keys with variable salt lengths (#3629)
  • Move unixd shadow/passwd handling into the tasks daemon (#3631)
  • Reload schema before db verify to prevent incorrect warnings (#3643)
  • Improve unixd and tasks daemon startup coupling (#3638)
  • Reduce unixd memory usage (#3651, #3645, #3754)
  • SCIM API implementation (#3535, #3700, #3725, #3741, #3748)
  • Fix parsing of passwd files with comments in them (#3673)
  • Reduce unixd logging verbosity (#3680)
  • Only allow server side password generation for service accounts (#3688)
  • Fix UI confusion when unix password validation fails (#3719, #3720)
  • Web UI for users to self manage RADIUS passwords (#3728)

2025-05-01 - Kanidm 1.6.0

This is the latest stable release of the Kanidm Identity Management project. Every release is the combined effort of our community and we appreciate their invaluable contributions, comments, questions, feedback and support.

You should review our [support documentation] as this may have important effects on your distribution or upgrades in

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [scim_proto](https://github.com/kanidm/kanidm) from 1.6.4 to 1.7.4.
- [Release notes](https://github.com/kanidm/kanidm/releases)
- [Changelog](https://github.com/kanidm/kanidm/blob/master/RELEASE_NOTES.md)
- [Commits](kanidm/kanidm@v1.6.4...v1.7.4)

---
updated-dependencies:
- dependency-name: scim_proto
  dependency-version: 1.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 20, 2025
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.

1 participant