mirror of
https://github.com/uutils/hostname.git
synced 2026-06-10 16:13:44 -07:00
chore(deps): update rust crate ctor to 0.9.0
This commit is contained in:
committed by
Daniel Hofstetter
parent
c242d45c5c
commit
f5fe6a452d
Generated
+43
-5
@@ -164,8 +164,19 @@ version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98"
|
||||
dependencies = [
|
||||
"ctor-proc-macro",
|
||||
"dtor",
|
||||
"ctor-proc-macro 0.0.7",
|
||||
"dtor 0.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ctor"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c1c888a2a4f677017373fb6c01e13e318dd9e78758445ed5eb985e355d3f8281"
|
||||
dependencies = [
|
||||
"ctor-proc-macro 0.0.12",
|
||||
"dtor 0.6.0",
|
||||
"link-section",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -174,6 +185,12 @@ version = "0.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
|
||||
|
||||
[[package]]
|
||||
name = "ctor-proc-macro"
|
||||
version = "0.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a7ab264ea985f1bd27887d7b21ea2bb046728e05d11909ca138d700c494730db"
|
||||
|
||||
[[package]]
|
||||
name = "deranged"
|
||||
version = "0.5.5"
|
||||
@@ -218,7 +235,16 @@ version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1057d6c64987086ff8ed0fd3fbf377a6b7d205cc7715868cd401705f715cbe4"
|
||||
dependencies = [
|
||||
"dtor-proc-macro",
|
||||
"dtor-proc-macro 0.0.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dtor"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "30e4690622ab6700ced40fc370a3f07b7d111f0154bb6fb08f73b4c8834f75b6"
|
||||
dependencies = [
|
||||
"dtor-proc-macro 0.0.12",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -227,6 +253,12 @@ version = "0.0.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
|
||||
|
||||
[[package]]
|
||||
name = "dtor-proc-macro"
|
||||
version = "0.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c98b077c7463d01d22dde8a24378ddf1ca7263dc687cffbed38819ea6c21131"
|
||||
|
||||
[[package]]
|
||||
name = "equivalent"
|
||||
version = "1.0.2"
|
||||
@@ -354,7 +386,7 @@ dependencies = [
|
||||
"clap",
|
||||
"clap_complete",
|
||||
"clap_mangen",
|
||||
"ctor",
|
||||
"ctor 0.9.1",
|
||||
"libc",
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
@@ -473,6 +505,12 @@ version = "0.2.184"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
||||
|
||||
[[package]]
|
||||
name = "link-section"
|
||||
version = "0.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f52437d47b0358721ec869cc7374b2a21f7b2237af9b439c0391341a1fbfbf1b"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
version = "0.12.1"
|
||||
@@ -1049,7 +1087,7 @@ version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d93dba8eceb0bebb686b07571b214e94be8cc739c929d0ea773c83c06d46df5"
|
||||
dependencies = [
|
||||
"ctor",
|
||||
"ctor 0.8.0",
|
||||
"libc",
|
||||
"nix",
|
||||
"pretty_assertions",
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ feat_common_core = [
|
||||
[workspace.dependencies]
|
||||
uucore = "0.8.0"
|
||||
uutests = "0.8.0"
|
||||
ctor = "0.8.0"
|
||||
ctor = "0.9.0"
|
||||
clap = { version = "4.5.4", features = ["wrap_help", "cargo"] }
|
||||
clap_complete = "4.5.2"
|
||||
clap_mangen = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user