mirror of
https://github.com/containers/youki
synced 2025-04-30 13:20:17 +02:00
Bump tabwriter from 1.4.0 to 1.4.1 in the patch group across 1 directory
Bumps the patch group with 1 update in the / directory: [tabwriter](https://github.com/BurntSushi/tabwriter). Updates `tabwriter` from 1.4.0 to 1.4.1 - [Commits](https://github.com/BurntSushi/tabwriter/compare/1.4.0...1.4.1) --- updated-dependencies: - dependency-name: tabwriter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
09613fc2c7
commit
a43aa44325
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -3934,11 +3934,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tabwriter"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a327282c4f64f6dc37e3bba4c2b6842cc3a992f204fa58d917696a89f691e5f6"
|
||||
checksum = "fce91f2f0ec87dff7e6bcbbeb267439aa1188703003c6055193c821487400432"
|
||||
dependencies = [
|
||||
"unicode-width 0.1.11",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4418,12 +4418,6 @@ version = "1.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
version = "0.2.0"
|
||||
@ -5464,7 +5458,7 @@ dependencies = [
|
||||
"bumpalo",
|
||||
"leb128",
|
||||
"memchr",
|
||||
"unicode-width 0.2.0",
|
||||
"unicode-width",
|
||||
"wasm-encoder 0.222.0",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user