Skip to content

Commit a0d01b6

Browse files
Update textwrap requirement from ^0.11 to ^0.15
Updates the requirements on [textwrap](https://github.com/mgeisler/textwrap) to permit the latest version. - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md) - [Commits](mgeisler/textwrap@0.11.0...0.15.1) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b3212c commit a0d01b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opensearch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ http = "0.2"
5353
hyper = { version = "0.14", default-features = false, features = ["tcp", "stream", "server"] }
5454
os_type = "2.2"
5555
regex="1.4"
56-
sysinfo = "0.12.0"
57-
textwrap = "^0.11"
56+
sysinfo = "0.26.4"
57+
textwrap = "^0.15"
5858
tokio = { version = "1.0", default-features = false, features = ["macros", "net", "time", "rt-multi-thread"] }
5959
xml-rs = "^0.8"
6060

0 commit comments

Comments
 (0)