Unverified Commit c12dedfe authored by Martin Weinelt's avatar Martin Weinelt
Browse files

kanidm: update to latest rc.16 commit

Fixes an administrator triggered thread crash in oauth2 claim maps.
parent 674181b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3192,6 +3192,7 @@ dependencies = [
 "hex",
 "idlset",
 "image 0.24.8",
 "itertools 0.12.1",
 "kanidm_build_profiles",
 "kanidm_lib_crypto",
 "kanidm_proto",
+2 −2
Original line number Diff line number Diff line
@@ -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 = {