kanidm: update to latest rc.16 commit

Fixes an administrator triggered thread crash in oauth2 claim maps.
This commit is contained in:
Martin Weinelt 2024-03-26 03:45:31 +01:00
parent 674181b546
commit c12dedfe6f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 3 additions and 2 deletions

View File

@ -3192,6 +3192,7 @@ dependencies = [
"hex",
"idlset",
"image 0.24.8",
"itertools 0.12.1",
"kanidm_build_profiles",
"kanidm_lib_crypto",
"kanidm_proto",

View File

@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec {
owner = pname;
repo = pname;
# Latest revision of 1.1.0-rc.16 stable branch
rev = "4c88d6b27c9b82ad5b2482bda140025d7068293f";
hash = "sha256-tatZ56uIusNvAAGwJ731rfmHvheOtPXjPUxLuAPFxXs=";
rev = "e51d0dee44ecabbf7be9e855753453bb2f61cced";
hash = "sha256-YgrlmSrjOzn/oFWmYy/71xwcq53lJbmiLIFzn2sIFAk=";
};
cargoLock = {