Skip to content

Commit

Permalink
[2024-06-29]: Update Attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite authored and github-actions[bot] committed Jun 29, 2024
1 parent a88ad58 commit 3945ec2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions attribution/dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ repository = "https://github.com/maciejhirsz/beef"

[[dependencies]]
name = "bitflags"
version = "2.5.0"
version = "2.6.0"
description = """
A macro to generate structures which behave like bitflags.
"""
Expand Down Expand Up @@ -198,7 +198,7 @@ repository = "https://github.com/oli-obk/cargo_metadata"

[[dependencies]]
name = "cc"
version = "1.0.99"
version = "1.0.101"
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 All @@ -224,23 +224,23 @@ repository = "https://github.com/alexcrichton/cfg-if"

[[dependencies]]
name = "clap"
version = "4.5.7"
version = "4.5.8"
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.7"
version = "4.5.8"
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"]
repository = "https://github.com/clap-rs/clap"

[[dependencies]]
name = "clap_derive"
version = "4.5.5"
version = "4.5.8"
description = "Parse command line argument by defining a struct, derive crate."
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) 2015-2022 Kevin B. Knapp and Clap Contributors"]
Expand Down Expand Up @@ -292,7 +292,7 @@ repository = "https://github.com/jhpratt/deranged"

[[dependencies]]
name = "either"
version = "1.12.0"
version = "1.13.0"
description = """
The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
"""
Expand Down Expand Up @@ -635,7 +635,7 @@ repository = "https://github.com/Amanieu/parking_lot"

[[dependencies]]
name = "log"
version = "0.4.21"
version = "0.4.22"
description = """
A lightweight logging facade for Rust
"""
Expand Down Expand Up @@ -1148,7 +1148,7 @@ homepage = "https://serde.rs"

[[dependencies]]
name = "serde_json"
version = "1.0.117"
version = "1.0.118"
description = "A JSON serialization file format"
license = "MIT OR Apache-2.0"
authors = [
Expand Down Expand Up @@ -1262,7 +1262,7 @@ repository = "https://github.com/rapidfuzz/strsim-rs"

[[dependencies]]
name = "subtle"
version = "2.6.0"
version = "2.6.1"
description = "Pure-Rust traits and utilities for constant-time cryptographic implementations."
license = "BSD-3-Clause"
notices = [
Expand All @@ -1286,7 +1286,7 @@ repository = "https://github.com/dtolnay/syn"

[[dependencies]]
name = "syn"
version = "2.0.67"
version = "2.0.68"
description = "Parser for Rust source code"
license = "MIT OR Apache-2.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
Expand Down Expand Up @@ -1379,7 +1379,7 @@ repository = "https://github.com/time-rs/time"

[[dependencies]]
name = "tinyvec"
version = "1.6.0"
version = "1.6.1"
description = "`tinyvec` provides 100% safe vec-like data structures."
license = "Zlib OR Apache-2.0 OR MIT"
notices = ['Copyright (c) 2019 Daniel "Lokathor" Gee.']
Expand Down

0 comments on commit 3945ec2

Please sign in to comment.