diff --git a/Cargo.lock b/Cargo.lock index e2e8be3c120..6ba41d0c847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12181,7 +12181,7 @@ dependencies = [ [[package]] name = "scim2-rs" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db837a71f94c3b8efac9a64cfbdb2d527f" +source = "git+https://github.com/oxidecomputer/scim2-rs?rev=41f8593531815f1f84140b7400129460e1253fa2#41f8593531815f1f84140b7400129460e1253fa2" dependencies = [ "anyhow", "chrono", @@ -12200,7 +12200,7 @@ dependencies = [ [[package]] name = "scim2-test-client" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db837a71f94c3b8efac9a64cfbdb2d527f" +source = "git+https://github.com/oxidecomputer/scim2-rs?rev=41f8593531815f1f84140b7400129460e1253fa2#41f8593531815f1f84140b7400129460e1253fa2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1bd5498fe0b..079e8c82f28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -800,8 +800,8 @@ newtype-uuid = { version = "1.3.1", default-features = false } newtype-uuid-macros = "0.1.0" omicron-uuid-kinds = { path = "uuid-kinds", features = ["serde", "schemars08", "uuid-v4"] } -scim2-rs = { git = "https://github.com/oxidecomputer/scim2-rs", rev = "c78005db837a71f94c3b8efac9a64cfbdb2d527f" } -scim2-test-client = { git = "https://github.com/oxidecomputer/scim2-rs", rev = "c78005db837a71f94c3b8efac9a64cfbdb2d527f" } +scim2-rs = { git = "https://github.com/oxidecomputer/scim2-rs", rev = "41f8593531815f1f84140b7400129460e1253fa2" } +scim2-test-client = { git = "https://github.com/oxidecomputer/scim2-rs", rev = "41f8593531815f1f84140b7400129460e1253fa2" } # NOTE: The test profile inherits from the dev profile, so settings under # profile.dev get inherited. AVOID setting anything under profile.test: that