Bump object and thorin-dwp

object -> 0.31.1
thorin-dwp -> 0.6.0

Required to fix watchOS breakage.
This commit is contained in:
Jubilee Young 2023-05-09 20:29:27 -07:00
parent 50dff955a9
commit 7156ff67be
6 changed files with 47 additions and 18 deletions

View file

@ -107,6 +107,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"autocfg",
"bitflags",
"block-buffer",
"byteorder", // via ruzstd in object in thorin-dwp
"cc",
"cfg-if",
"chalk-derive",
@ -206,6 +207,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"rustc-rayon",
"rustc-rayon-core",
"rustc_version",
"ruzstd", // via object in thorin-dwp
"ryu",
"scoped-tls",
"scopeguard",