From 2f742cdb3e0d4528ee0447419eb6e2194633a273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Wed, 5 Jul 2023 12:06:56 +0200 Subject: [PATCH] Upgrade java-properties to 2.0 This should drop the dependency on encoding (https://github.com/stackabletech/operator-rs/issues/567). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73cb498..4256d74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/stackabletech/product-config" version = "0.4.0" [dependencies] -java-properties = "1.3" +java-properties = "2.0" fancy-regex = "0.11" schemars = "0.8" semver = "1.0"