diff --git a/Cargo.lock b/Cargo.lock index ce9643d..3e9863c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1170,9 +1170,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" +checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" dependencies = [ "unicode-segmentation", ] @@ -5695,7 +5695,7 @@ dependencies = [ "async-trait", "bon", "chrono", - "convert_case 0.10.0", + "convert_case 0.11.0", "futures", "serde", "serde_json", diff --git a/packages/core/shield/Cargo.toml b/packages/core/shield/Cargo.toml index bb766f1..8b74e4a 100644 --- a/packages/core/shield/Cargo.toml +++ b/packages/core/shield/Cargo.toml @@ -16,7 +16,7 @@ utoipa = ["dep:utoipa"] async-trait.workspace = true bon.workspace = true chrono = { workspace = true, features = ["serde"] } -convert_case = "0.10.0" +convert_case = "0.11.0" futures.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true