1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,7 +75,7 @@
version = "0.2.1"
[dev-dependencies.env_logger]
-version = "0.10.0"
+version = "0.11"
[dev-dependencies.once_cell]
version = "1.18.0"
@@ -107,36 +107,3 @@
[target.'cfg(all(unix, not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))'.dependencies.urlencoding]
version = "2.1.3"
-
-[target.'cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.once_cell]
-version = "1.7.2"
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2]
-version = "0.6.2"
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
-version = "0.3.1"
-features = [
- "std",
- "NSError",
- "NSFileManager",
- "NSString",
- "NSURL",
-]
-default-features = false
-
-[target.'cfg(target_os = "macos")'.dependencies.percent-encoding]
-version = "2.3.1"
-
-[target."cfg(windows)".dependencies.scopeguard]
-version = "1.2.0"
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.56.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_EnhancedStorage",
- "Win32_System_Com_StructuredStorage",
- "Win32_System_SystemServices",
- "Win32_UI_Shell_PropertiesSystem",
-]
|