diff --git a/Cargo.lock b/Cargo.lock index ba44c35e9..df12d2167 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,9 +1164,9 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" [[package]] name = "dyn-clone" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28" +checksum = "140206b78fb2bc3edbcfc9b5ccbd0b30699cfe8d348b8b31b330e47df5291a5a" [[package]] name = "either" diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index a4a8fa654..2be5125bf 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -20,7 +20,7 @@ tracing = { version = "^0.1.35", features = ["attributes"] } tracing-subscriber = { version = "^0.3.11", features = ["env-filter"] } tracing-serde = "^0.1.3" -dyn-clone = "^1.0.5" +dyn-clone = "^1.0.6" url = { version = "^2.2.2", features = ["serde"] } tide = "^0.16.0"