Description: Update etcetera to allow 0.10 or 0.11
Author: Antonin Delpeuch <antonin@delpeuch.eu>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -251,7 +251,7 @@ uuid = [
 ]
 
 [target."cfg(target_os = \"windows\")".dependencies.etcetera]
-version = "0.8.0"
+version = ">= 0.10, < 0.12"
 
 [lints.clippy]
 cast_possible_truncation = "deny"
