@@ -23,8 +23,7 @@ libudev = { version = "0.3.0", optional = true }
2323unescaper = " 0.1.3"
2424
2525[target .'cfg(any(target_os = "ios", target_os = "macos"))' .dependencies ]
26- # TODO: Remove pinning this dependency when we are bumping our MSRV.
27- core-foundation = " =0.10.0"
26+ core-foundation = " 0.10.0"
2827core-foundation-sys = " 0.8.4"
2928io-kit-sys = " 0.4.0"
3029mach2 = " 0.4.1"
@@ -49,23 +48,10 @@ cfg-if = "1.0.0"
4948scopeguard = " 1.1"
5049serde = { version = " 1.0" , features = [" derive" ], optional = true }
5150
52- # TODO: Remove pinning this subdependency when we are bumping our MSRV.
53- quote = " >=1, <=1.0.40"
54-
5551[dev-dependencies ]
5652assert_hex = " 0.4.1"
5753clap = { version = " 3.1.6" , features = [" derive" ] }
5854envconfig = " 0.10.0"
59- # TODES Remove pinning this subdependency (of clap) when we are bumping our
60- # MSRV (libc raised its MSRV with a patch release 0.2.167 from 1.19.0 to
61- # 1.63.0). Trick the resolver into picking a compatible release of libc by
62- # adding it as a direct dependency meanwhile.
63- libc = " >=0.2.0, <=0.2.163"
64- # TODO: Remove pinning this subdependency of clap when we are bumping our MSRV.
65- # (There has been an incompatible change with the MSRV of os_str_bytes with
66- # 6.6.0) Until then we are tricking the dependency resolver into using a
67- # compatible version by adding it as a direct dependency here.
68- os_str_bytes = " >=6.0, <6.6.0"
6955quickcheck = " 1.0.3"
7056quickcheck_macros = " 1.0.0"
7157rstest = { version = " 0.12.0" , default-features = false }
0 commit comments