From 56406214a0f86a58b4dcc3fd220fe1f457323eb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:53:27 +0200 Subject: [PATCH] fix(deps): update rust crate swift-rs to 1.0.6 (#1201) * fix(deps): update rust crate swift-rs to 1.0.6 * Aktualisieren von Cargo.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars --- plugins/log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 27544993..dc6452a9 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -30,7 +30,7 @@ fern = "0.6" android_logger = "0.11" [target."cfg(target_os = \"ios\")".dependencies] -swift-rs = "1.0.1" +swift-rs = "1" objc = "0.2" cocoa = "0.24"