Skip to content

Commit

Permalink
[Weekly run]: Update Attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwcommuny authored and github-actions[bot] committed Jul 21, 2024
1 parent df6f564 commit e7b4a29
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions attribution/dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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]>"]
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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 = [
Expand All @@ -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 = [
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit e7b4a29

Please sign in to comment.