Skip to content

Commit

Permalink
[0.8.3]: Update Attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite authored and github-actions[bot] committed Aug 30, 2024
1 parent 6ee24cd commit a64cf5e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 90 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 25 additions & 88 deletions attribution/dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ repository = "https://github.com/tokio-rs/bytes"

[[dependencies]]
name = "camino"
version = "1.1.8"
version = "1.1.9"
description = "UTF-8 paths"
license = "MIT OR Apache-2.0"
authors = [
Expand Down Expand Up @@ -207,7 +207,7 @@ repository = "https://github.com/oli-obk/cargo_metadata"

[[dependencies]]
name = "cc"
version = "1.1.13"
version = "1.1.15"
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 @@ -625,7 +625,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"

[[dependencies]]
name = "libc"
version = "0.2.156"
version = "0.2.158"
description = """
Raw FFI bindings to platform libraries like libc.
"""
Expand Down Expand Up @@ -887,7 +887,7 @@ repository = "https://github.com/quinn-rs/quinn"

[[dependencies]]
name = "quote"
version = "1.0.36"
version = "1.0.37"
description = "Quasi-quoting macro quote!(...)"
license = "MIT OR Apache-2.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
Expand Down Expand Up @@ -992,7 +992,7 @@ repository = "https://github.com/rust-lang/regex/tree/master/regex-syntax"

[[dependencies]]
name = "reqwest"
version = "0.12.5"
version = "0.12.7"
description = "higher level HTTP client library"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) 2016 Sean McArthur", "Copyright 2016 Sean McArthur"]
Expand Down Expand Up @@ -1083,7 +1083,7 @@ repository = "https://github.com/rustls/pki-types"

[[dependencies]]
name = "rustls-webpki"
version = "0.102.6"
version = "0.102.7"
description = "Web PKI X.509 Certificate Verification."
license = "ISC"
notices = ["Copyright 2015 Brian Smith."]
Expand Down Expand Up @@ -1124,7 +1124,7 @@ repository = "https://github.com/dtolnay/semver"

[[dependencies]]
name = "serde"
version = "1.0.208"
version = "1.0.209"
description = "A generic serialization/deserialization framework"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -1136,7 +1136,7 @@ homepage = "https://serde.rs"

[[dependencies]]
name = "serde_derive"
version = "1.0.208"
version = "1.0.209"
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -1148,7 +1148,7 @@ homepage = "https://serde.rs"

[[dependencies]]
name = "serde_json"
version = "1.0.125"
version = "1.0.127"
description = "A JSON serialization file format"
license = "MIT OR Apache-2.0"
authors = [
Expand Down Expand Up @@ -1416,7 +1416,7 @@ repository = "https://github.com/Soveu/tinyvec_macros"

[[dependencies]]
name = "tokio"
version = "1.39.2"
version = "1.40.0"
description = """
An event-driven, non-blocking I/O platform for writing asynchronous I/O
backed applications.
Expand Down Expand Up @@ -1755,45 +1755,45 @@ license = "MPL-2.0"
repository = "https://github.com/rustls/webpki-roots"

[[dependencies]]
name = "windows-sys"
version = "0.48.0"
description = "Rust for Windows"
name = "windows-registry"
version = "0.2.0"
description = "Windows registry"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows-sys"
version = "0.52.0"
description = "Rust for Windows"
name = "windows-result"
version = "0.2.0"
description = "Windows error handling"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows-targets"
version = "0.48.5"
description = "Import libs for Windows"
name = "windows-strings"
version = "0.1.0"
description = "Rust for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows-targets"
version = "0.52.6"
description = "Import libs for Windows"
name = "windows-sys"
version = "0.52.0"
description = "Rust for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
description = "Import lib for Windows"
name = "windows-targets"
version = "0.52.6"
description = "Import libs for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
Expand All @@ -1808,15 +1808,6 @@ notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_aarch64_msvc"
version = "0.48.5"
description = "Import lib for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_aarch64_msvc"
version = "0.52.6"
Expand All @@ -1826,15 +1817,6 @@ notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_i686_gnu"
version = "0.48.5"
description = "Import lib for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_i686_gnu"
version = "0.52.6"
Expand All @@ -1853,15 +1835,6 @@ notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_i686_msvc"
version = "0.48.5"
description = "Import lib for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_i686_msvc"
version = "0.52.6"
Expand All @@ -1871,15 +1844,6 @@ notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_x86_64_gnu"
version = "0.48.5"
description = "Import lib for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_x86_64_gnu"
version = "0.52.6"
Expand All @@ -1889,15 +1853,6 @@ notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
description = "Import lib for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
Expand All @@ -1907,15 +1862,6 @@ notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_x86_64_msvc"
version = "0.48.5"
description = "Import lib for Windows"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Microsoft Corporation."]
authors = ["Microsoft"]
repository = "https://github.com/microsoft/windows-rs"

[[dependencies]]
name = "windows_x86_64_msvc"
version = "0.52.6"
Expand All @@ -1932,15 +1878,6 @@ description = "A byte-oriented, zero-copy, parser combinators library"
license = "MIT"
repository = "https://github.com/winnow-rs/winnow"

[[dependencies]]
name = "winreg"
version = "0.52.0"
description = "Rust bindings to MS Windows Registry API"
license = "MIT"
notices = ["Copyright (c) 2015 Igor Shaula"]
authors = ["Igor Shaula <gentoo90@gmail.com>"]
repository = "https://github.com/gentoo90/winreg-rs"

[[dependencies]]
name = "zerocopy"
version = "0.7.35"
Expand Down
2 changes: 1 addition & 1 deletion attribution/self.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[self]
name = "cargo-attribution"
version = "0.8.2"
version = "0.8.3"
description = "A cargo subcommand to give credit to your dependencies"
license = "MPL-2.0"
authors = ["AmeKnite"]
Expand Down

0 comments on commit a64cf5e

Please sign in to comment.