mirror of
https://github.com/uutils/sed.git
synced 2026-06-10 16:14:15 -07:00
fix(deps): update rust crate uucore to 0.8.0
This commit is contained in:
committed by
Daniel Hofstetter
parent
deb64e0ccd
commit
59551c580b
Generated
+37
-6
@@ -1323,7 +1323,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"terminal_size",
|
||||
"textwrap",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
"uutests",
|
||||
"xattr",
|
||||
]
|
||||
@@ -1674,22 +1674,43 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8038531f506a34ab4612b93f97d5f40759768cd34a83fd2af041b84fcbde474"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"codspeed-divan-compat",
|
||||
"dns-lookup",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"itertools",
|
||||
"jiff",
|
||||
"libc",
|
||||
"nix 0.30.1",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time",
|
||||
"unic-langid",
|
||||
"uucore_procs",
|
||||
"uucore_procs 0.7.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07d779636d827cde4100f0e65ff3fd23b0b1f1195055475c6e6813d425f30c8e"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"codspeed-divan-compat",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"itertools",
|
||||
"libc",
|
||||
"nix 0.31.2",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"rustix",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.8.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
@@ -1703,6 +1724,16 @@ dependencies = [
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore_procs"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da865e8a648b260dbd89fca76d0801995877ab27a4e259b6dec30ba9743b86ab"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uutests"
|
||||
version = "0.7.0"
|
||||
@@ -1717,7 +1748,7 @@ dependencies = [
|
||||
"regex",
|
||||
"rlimit",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"uucore 0.7.0",
|
||||
"xattr",
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ sysinfo = "0.38"
|
||||
tempfile = "3.10.1"
|
||||
textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
||||
terminal_size = "0.4.2"
|
||||
uucore = { version = "0.7.0", features = ["libc"] }
|
||||
uucore = { version = "0.8.0", features = ["libc"] }
|
||||
xattr = "1.3.1"
|
||||
|
||||
|
||||
|
||||
Generated
+6
-47
@@ -738,18 +738,6 @@ dependencies = [
|
||||
"simd-adler32",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.30.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if",
|
||||
"cfg_aliases",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.31.2"
|
||||
@@ -1110,7 +1098,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"terminal_size",
|
||||
"textwrap",
|
||||
"uucore 0.7.0",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1365,26 +1353,6 @@ version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8038531f506a34ab4612b93f97d5f40759768cd34a83fd2af041b84fcbde474"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"libc",
|
||||
"nix 0.30.1",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.7.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.8.0"
|
||||
@@ -1397,7 +1365,8 @@ dependencies = [
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"glob",
|
||||
"nix 0.31.2",
|
||||
"libc",
|
||||
"nix",
|
||||
"num-traits",
|
||||
"os_display",
|
||||
"procfs",
|
||||
@@ -1405,7 +1374,7 @@ dependencies = [
|
||||
"rustix",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.8.0",
|
||||
"uucore_procs",
|
||||
"wild",
|
||||
]
|
||||
|
||||
@@ -1420,20 +1389,10 @@ dependencies = [
|
||||
"sed",
|
||||
"similar",
|
||||
"tempfile",
|
||||
"uucore 0.7.0",
|
||||
"uucore",
|
||||
"uufuzz",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore_procs"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0f63e2d5083ff0983193a33e2d57fd271c7e3e3e7df8e46e8f471865647b2cbc"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore_procs"
|
||||
version = "0.8.0"
|
||||
@@ -1455,7 +1414,7 @@ dependencies = [
|
||||
"rand 0.9.2",
|
||||
"similar",
|
||||
"tempfile",
|
||||
"uucore 0.8.0",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ libc = "0.2.153"
|
||||
tempfile = "3.15.0"
|
||||
rand = { version = "0.10.0" }
|
||||
similar = "3.0.0"
|
||||
uucore = { version = "0.7.0", features = ["libc"] }
|
||||
uucore = { version = "0.8.0", features = ["libc"] }
|
||||
uufuzz = "0.8.0"
|
||||
|
||||
sed = { path = ".." }
|
||||
|
||||
Reference in New Issue
Block a user