From 4454f8e6d84094dd02de68bc19990498a01693bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:42:21 +0000 Subject: [PATCH] deps(rust): update scim_proto requirement from ^0.2.1 to ^1.3.2 --- updated-dependencies: - dependency-name: scim_proto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79be9191..42122f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ base64 = "^0.22.0" base64urlsafedata = "0.5.0" hex = "^0.4.3" num_enum = "^0.7.2" -scim_proto = "^0.2.1" +scim_proto = "^1.3.2" serde_with = "3.1.0" time = { version = "^0.3.21", features = ["formatting", "local-offset"] } url = "^2.4.0"