mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
build(deps): bump ctor from 0.10.1 to 0.11.1
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.10.1 to 0.11.1. - [Changelog](https://github.com/mmastrac/rust-ctor/blob/master/CHANGELOG.md) - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: ctor dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Daniel Hofstetter
parent
2332e46830
commit
b374033f88
Generated
+8
-8
@@ -229,12 +229,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ctor"
|
||||
version = "0.10.1"
|
||||
version = "0.11.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "83cf0d42651b16c6dfe68685716d18480d18a9c39c62d76e8cf3eb6ed5d8bcbf"
|
||||
checksum = "400a21f1014a968ec518c7ccdf9b4a4ed0cac8c56ccb6d604f8b91f00110501e"
|
||||
dependencies = [
|
||||
"ctor-proc-macro 0.0.13",
|
||||
"dtor 0.8.1",
|
||||
"dtor 0.11.0",
|
||||
"link-section",
|
||||
]
|
||||
|
||||
@@ -299,9 +299,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dtor"
|
||||
version = "0.8.1"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "edf234dd1594d6dd434a8fb8cada51ddbbc593e40e4a01556a0b31c62da2775b"
|
||||
checksum = "96eb86b441d67a711e6e76b410de7135385fec1b8cd304e99d11c56ae542e2fc"
|
||||
dependencies = [
|
||||
"dtor-proc-macro 0.0.13",
|
||||
]
|
||||
@@ -381,7 +381,7 @@ dependencies = [
|
||||
"argmax",
|
||||
"chrono",
|
||||
"clap",
|
||||
"ctor 0.10.1",
|
||||
"ctor 0.11.1",
|
||||
"faccess",
|
||||
"filetime",
|
||||
"nix 0.31.2",
|
||||
@@ -635,9 +635,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "link-section"
|
||||
version = "0.2.1"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b685d66585d646efe09fec763d796c291049c8b6bf84e04954bffc8748341f0d"
|
||||
checksum = "8acde40189b7f4b102f876f43a98ec1f5899f96e9a144945d36d9ce0be7f99c7"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ uucore = { version = "0.8.0", features = ["entries", "fs", "fsext", "mode"] }
|
||||
walkdir = "2.5"
|
||||
|
||||
[dev-dependencies]
|
||||
ctor = "0.10"
|
||||
ctor = "0.11"
|
||||
filetime = "0.2"
|
||||
nix = { version = "0.31", features = ["fs"] }
|
||||
tempfile = "3"
|
||||
|
||||
Reference in New Issue
Block a user