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.9.0
This commit is contained in:
committed by
Daniel Hofstetter
parent
9ebf4e2ba2
commit
d37963afcb
Generated
+44
-14
@@ -505,7 +505,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -792,7 +792,7 @@ dependencies = [
|
||||
"portable-atomic",
|
||||
"portable-atomic-util",
|
||||
"serde_core",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -890,9 +890,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.31.2"
|
||||
version = "0.31.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3"
|
||||
checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if",
|
||||
@@ -1205,7 +1205,7 @@ dependencies = [
|
||||
"errno",
|
||||
"libc",
|
||||
"linux-raw-sys",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1251,7 +1251,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"terminal_size",
|
||||
"textwrap",
|
||||
"uucore",
|
||||
"uucore 0.9.0",
|
||||
"uutests",
|
||||
"xattr",
|
||||
]
|
||||
@@ -1407,7 +1407,7 @@ dependencies = [
|
||||
"getrandom 0.4.2",
|
||||
"once_cell",
|
||||
"rustix",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1417,7 +1417,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
|
||||
dependencies = [
|
||||
"rustix",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1602,23 +1602,43 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07d779636d827cde4100f0e65ff3fd23b0b1f1195055475c6e6813d425f30c8e"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"codspeed-divan-compat",
|
||||
"dns-lookup",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"itertools",
|
||||
"jiff",
|
||||
"libc",
|
||||
"nix",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"rustix",
|
||||
"thiserror",
|
||||
"time",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.8.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "069b34217c27f611e1589f540f58118dbf226a9e407d38ab472052ff075a1dc2"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"codspeed-divan-compat",
|
||||
"fluent",
|
||||
"fluent-syntax",
|
||||
"itertools",
|
||||
"libc",
|
||||
"nix",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"rustix",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time",
|
||||
"unic-langid",
|
||||
"uucore_procs",
|
||||
"uucore_procs 0.9.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
@@ -1632,6 +1652,16 @@ dependencies = [
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore_procs"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "34337da211e7abfff7189b794afb3b5018fe356fb36474b73645458fc1201350"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uutests"
|
||||
version = "0.8.0"
|
||||
@@ -1646,7 +1676,7 @@ dependencies = [
|
||||
"regex",
|
||||
"rlimit",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
"xattr",
|
||||
]
|
||||
|
||||
@@ -1794,7 +1824,7 @@ version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ sysinfo = "0.38"
|
||||
tempfile = "3.10.1"
|
||||
terminal_size = "0.4.2"
|
||||
textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
||||
uucore = { version = "0.8.0", features = ["libc"] }
|
||||
uucore = { version = "0.9.0", features = ["libc"] }
|
||||
xattr = "1.3.1"
|
||||
|
||||
|
||||
|
||||
Generated
+5
-35
@@ -941,7 +941,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"terminal_size",
|
||||
"textwrap",
|
||||
"uucore 0.8.0",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1192,27 +1192,6 @@ version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07d779636d827cde4100f0e65ff3fd23b0b1f1195055475c6e6813d425f30c8e"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"libc",
|
||||
"nix",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"rustix",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.8.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.9.0"
|
||||
@@ -1224,6 +1203,7 @@ dependencies = [
|
||||
"fluent",
|
||||
"fluent-syntax",
|
||||
"glob",
|
||||
"libc",
|
||||
"nix",
|
||||
"num-traits",
|
||||
"os_display",
|
||||
@@ -1232,7 +1212,7 @@ dependencies = [
|
||||
"rustix",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.9.0",
|
||||
"uucore_procs",
|
||||
"wild",
|
||||
]
|
||||
|
||||
@@ -1247,20 +1227,10 @@ dependencies = [
|
||||
"sed",
|
||||
"similar",
|
||||
"tempfile",
|
||||
"uucore 0.8.0",
|
||||
"uucore",
|
||||
"uufuzz",
|
||||
]
|
||||
|
||||
[[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 = "uucore_procs"
|
||||
version = "0.9.0"
|
||||
@@ -1282,7 +1252,7 @@ dependencies = [
|
||||
"rustix",
|
||||
"similar",
|
||||
"tempfile",
|
||||
"uucore 0.9.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.8.0", features = ["libc"] }
|
||||
uucore = { version = "0.9.0", features = ["libc"] }
|
||||
uufuzz = "0.9.0"
|
||||
|
||||
sed = { path = ".." }
|
||||
|
||||
Reference in New Issue
Block a user