From 94484c390fe34d73943e7acc8c5cd5b436565a3a Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Wed, 16 Apr 2025 18:08:20 +0200 Subject: [PATCH] fmt --- swap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 0a437c25..beb1fc64 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -112,7 +112,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ typeshare = "1.0.3" unsigned-varint = { version = "0.8.0", features = [ "codec", "asynchronous_codec" ] } url = { version = "2", features = [ "serde" ] } -uuid = { version = "1.9", features = ["serde", "v4"] } +uuid = { version = "1.9", features = [ "serde", "v4" ] } void = "1" [target.'cfg(not(windows))'.dependencies]