From a82fd0aea23e5eb79aa32ecd5b78dc994449e414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:56:02 +1000 Subject: [PATCH] Bump scim_proto from `cb147c8` to `b5a392f` (#1294) Bumps [scim_proto](https://github.com/kanidm/scim) from `cb147c8` to `b5a392f`. - [Release notes](https://github.com/kanidm/scim/releases) - [Commits](https://github.com/kanidm/scim/compare/cb147c80fb14dd87218698d3d5608f2abd8617d5...b5a392f2be32afaa6623d6a9707b6a0ce78e88f7) --- updated-dependencies: - dependency-name: scim_proto dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 18c28ee20..4a22923b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3803,9 +3803,10 @@ dependencies = [ [[package]] name = "scim_proto" version = "0.1.0" -source = "git+https://github.com/kanidm/scim.git#cb147c80fb14dd87218698d3d5608f2abd8617d5" +source = "git+https://github.com/kanidm/scim.git#b5a392f2be32afaa6623d6a9707b6a0ce78e88f7" dependencies = [ "base64urlsafedata", + "peg", "serde", "serde_json", "time 0.2.27",