diff --git a/Cargo.lock b/Cargo.lock index f921eaf2fb..7388b93450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12193,7 +12193,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", @@ -12212,7 +12212,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 407c548a04..d170ff4195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -803,8 +803,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