Merge branch 'pwd-grp' into 'main'

Update pwd-grp to 0.1.1 to fix MacOS build etc.

See merge request tpo/core/arti!1427
This commit is contained in:
Nick Mathewson 2023-07-20 21:48:33 +00:00
commit c8e1dad298
2 changed files with 6 additions and 33 deletions

37
Cargo.lock generated
View File

@ -1081,43 +1081,16 @@ dependencies = [
"zeroize",
]
[[package]]
name = "derive-adhoc"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf4f1be2a84b4ba6f6443854fc9c3b8942ee3ffadadc7106fa777659a946cd4"
dependencies = [
"derive-adhoc-macros 0.6.1",
"heck",
]
[[package]]
name = "derive-adhoc"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67099c8db34a9fde66880bfccd24d6e401c0f643a04684dce963e97a25fd621"
dependencies = [
"derive-adhoc-macros 0.7.0",
"derive-adhoc-macros",
"heck",
]
[[package]]
name = "derive-adhoc-macros"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a7134a81d247901c0d03ef80194867644796cd8f858e82bf1b433dfc1c35485"
dependencies = [
"heck",
"itertools",
"proc-macro-crate",
"proc-macro2",
"quote",
"sha3",
"strum",
"syn 1.0.109",
"void",
]
[[package]]
name = "derive-adhoc-macros"
version = "0.7.0"
@ -2875,11 +2848,11 @@ dependencies = [
[[package]]
name = "pwd-grp"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051bd6fedf71a440d884906dd1c9b66c678e3a2882652b53c5ec8b0aa4268e4"
checksum = "6955c41fd7e4283bdf6ff3e7218b7e3f8ef24c4236b31d22be050f4cfd5e2a2c"
dependencies = [
"derive-adhoc 0.6.1",
"derive-adhoc",
"libc",
"paste",
"thiserror",
@ -4893,7 +4866,7 @@ version = "0.8.2"
dependencies = [
"amplify",
"async-trait",
"derive-adhoc 0.7.0",
"derive-adhoc",
"educe",
"futures",
"futures-await-test",

View File

@ -31,7 +31,7 @@ libc = "0.2"
once_cell = "1"
[target.'cfg(all(unix, not(target_os="ios"), not(target_os="android")))'.dependencies]
pwd-grp = "0.1"
pwd-grp = "0.1.1"
[dev-dependencies]
serde_json = "1.0.50"