From 574df20de109fd243b8c474611ce522483fa6bb9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Aug 2024 17:30:43 +0000 Subject: [PATCH] fix(deps): update rust crate derive_more to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be9910f..82262c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ actix-web-codegen-const-routes = { version = "0.1.0", tag = "0.1.0", git = "http libconfig = { version = "0.1.0", git = "https://git.batsense.net/librepages/libconfig" } derive_builder = "0.20.0" config = "0.14" -derive_more = "0.99.17" +derive_more = "1.0.0" url = { version = "2.2.2", features = ["serde"]} serde_json = { version ="1", features = ["raw_value"]} clap = { vesrion = "3.2.20", features = ["derive"]} -- 2.39.5