From 737464fe75552b3df21c9082c31ce14fd050ba54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:34:47 +0000 Subject: [PATCH] fix(deps): update rust crate remi-fs to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 380259d..4a82b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ rand = "0.8.5" regex = "1.10.4" remi = "0.7.1" remi-azure = { version = "0.7.0", features = ["serde", "tracing"] } -remi-fs = { version = "0.7.1", features = ["serde", "tracing", "file-format"] } +remi-fs = { version = "0.8.0", features = ["serde", "tracing", "file-format"] } remi-s3 = { version = "0.7.1", features = ["serde", "tracing"] } sentry = "0.33.0" sentry-tower = { version = "0.33.0", features = ["axum", "http"] }