mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Merge pull request #3635 from deltachat/dependabot/cargo/textwrap-0.15.1
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -954,7 +954,7 @@ dependencies = [
|
|||||||
"strum_macros",
|
"strum_macros",
|
||||||
"tagger",
|
"tagger",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"textwrap 0.15.0",
|
"textwrap 0.15.1",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
@@ -3411,9 +3411,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "textwrap"
|
name = "textwrap"
|
||||||
version = "0.15.0"
|
version = "0.15.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"smawk",
|
"smawk",
|
||||||
"unicode-linebreak",
|
"unicode-linebreak",
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ fast-socks5 = "0.8"
|
|||||||
humansize = "1"
|
humansize = "1"
|
||||||
qrcodegen = "1.7.0"
|
qrcodegen = "1.7.0"
|
||||||
tagger = "4.3.3"
|
tagger = "4.3.3"
|
||||||
textwrap = "0.15.0"
|
textwrap = "0.15.1"
|
||||||
async-channel = "1.6.1"
|
async-channel = "1.6.1"
|
||||||
futures-lite = "1.12.0"
|
futures-lite = "1.12.0"
|
||||||
tokio-stream = { version = "0.1.9", features = ["fs"] }
|
tokio-stream = { version = "0.1.9", features = ["fs"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user