-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df6f564
commit e7b4a29
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,7 +257,7 @@ repository = "https://github.com/BurntSushi/byteorder" | |
|
||
[[dependencies]] | ||
name = "bytes" | ||
version = "1.6.0" | ||
version = "1.6.1" | ||
description = "Types and traits for working with bytes" | ||
license = "MIT" | ||
notices = ["Copyright (c) 2018 Carl Lerche"] | ||
|
@@ -278,7 +278,7 @@ repository = "https://github.com/japaric/cast.rs" | |
|
||
[[dependencies]] | ||
name = "cc" | ||
version = "1.0.105" | ||
version = "1.1.5" | ||
description = """ | ||
A build-time dependency for Cargo build scripts to assist in invoking the native | ||
C compiler to compile native C code into a static archive to be linked into Rust | ||
|
@@ -340,15 +340,15 @@ homepage = "https://clap.rs/" | |
|
||
[[dependencies]] | ||
name = "clap" | ||
version = "4.5.8" | ||
version = "4.5.9" | ||
description = "A simple to use, efficient, and full-featured Command Line Argument Parser" | ||
license = "MIT OR Apache-2.0" | ||
notices = ["Copyright (c) Individual contributors"] | ||
repository = "https://github.com/clap-rs/clap" | ||
|
||
[[dependencies]] | ||
name = "clap_builder" | ||
version = "4.5.8" | ||
version = "4.5.9" | ||
description = "A simple to use, efficient, and full-featured Command Line Argument Parser" | ||
license = "MIT OR Apache-2.0" | ||
notices = ["Copyright (c) 2015-2022 Kevin B. Knapp and Clap Contributors"] | ||
|
@@ -1901,15 +1901,15 @@ repository = "https://github.com/mgeisler/textwrap" | |
|
||
[[dependencies]] | ||
name = "thiserror" | ||
version = "1.0.61" | ||
version = "1.0.62" | ||
description = "derive(Error)" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["David Tolnay <[email protected]>"] | ||
repository = "https://github.com/dtolnay/thiserror" | ||
|
||
[[dependencies]] | ||
name = "thiserror-impl" | ||
version = "1.0.61" | ||
version = "1.0.62" | ||
description = "Implementation detail of the `thiserror` crate" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["David Tolnay <[email protected]>"] | ||
|
@@ -2009,7 +2009,7 @@ repository = "https://github.com/toml-rs/toml" | |
|
||
[[dependencies]] | ||
name = "toml_edit" | ||
version = "0.22.14" | ||
version = "0.22.15" | ||
description = "Yet another format-preserving TOML parser." | ||
license = "MIT OR Apache-2.0" | ||
notices = ["Copyright (c) Individual contributors"] | ||
|
@@ -2116,7 +2116,7 @@ repository = "https://github.com/Manishearth/triomphe" | |
|
||
[[dependencies]] | ||
name = "typed-builder" | ||
version = "0.18.2" | ||
version = "0.19.1" | ||
description = "Compile-time type-checked builder derive" | ||
license = "MIT OR Apache-2.0" | ||
authors = [ | ||
|
@@ -2127,7 +2127,7 @@ repository = "https://github.com/idanarye/rust-typed-builder" | |
|
||
[[dependencies]] | ||
name = "typed-builder-macro" | ||
version = "0.18.2" | ||
version = "0.19.1" | ||
description = "Compile-time type-checked builder derive" | ||
license = "MIT OR Apache-2.0" | ||
authors = [ | ||
|
@@ -2197,7 +2197,7 @@ repository = "https://github.com/alacritty/vte" | |
|
||
[[dependencies]] | ||
name = "uuid" | ||
version = "1.9.1" | ||
version = "1.10.0" | ||
description = "A library to generate and parse UUIDs." | ||
license = "Apache-2.0 OR MIT" | ||
notices = [ | ||
|