Skip to content

Commit 4cb40b8

Browse files
committed
Unpin dependencies after bumping MSRV
1 parent 2efffe5 commit 4cb40b8

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Cargo.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ libudev = { version = "0.3.0", optional = true }
2323
unescaper = "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"
2827
core-foundation-sys = "0.8.4"
2928
io-kit-sys = "0.4.0"
3029
mach2 = "0.4.1"
@@ -49,23 +48,10 @@ cfg-if = "1.0.0"
4948
scopeguard = "1.1"
5049
serde = { 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]
5652
assert_hex = "0.4.1"
5753
clap = { version = "3.1.6", features = ["derive"] }
5854
envconfig = "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"
6955
quickcheck = "1.0.3"
7056
quickcheck_macros = "1.0.0"
7157
rstest = { version = "0.12.0", default-features = false }

0 commit comments

Comments
 (0)