From ec6c8c789a223d1e7a345bd8552e22e9a233bd27 Mon Sep 17 00:00:00 2001 From: Bram Dingelstad Date: Fri, 6 Sep 2024 11:13:38 +0200 Subject: [PATCH] chore: removed deprecated underscore --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 356be0a..1f2e819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ log = "0.4.20" regex = "1.7.1" serde = { version = "^1.0", features = ["derive"], default-features = false } serde_json = { version = "^1.0", features = ["raw_value"], default-features = false } -surf = { version = "2.3.2", default_features = false } +surf = { version = "2.3.2", default-features = false }