diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a6c269b11..2fab9ce7d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1516,15 +1516,15 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.17" +version = "0.99.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version", - "syn 1.0.109", + "syn 2.0.57", ] [[package]] diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index b38b3c015..aeb4b7525 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -26,7 +26,7 @@ sha2 = "0.10.8" base64 = "0.22.1" once_cell = "1.17.1" proptest = { version = "1.4.0", optional = true } -derive_more = { version = "0.99.17", features = ["from"] } +derive_more = { version = "0.99.18", features = ["from"] } uuid = { version = "1.7.0", features = ["v4"] } phoenix-channel = { path = "../phoenix-channel" } url = "2.4.1"