Skip to content

Commit 9e7c026

Browse files
ameknitegithub-actions[bot]
authored andcommitted
[0.8.11]: Update Attributions
1 parent 528da46 commit 9e7c026

File tree

3 files changed

+26
-28
lines changed

3 files changed

+26
-28
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

attribution/dependencies.toml

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ repository = "https://github.com/oli-obk/cargo_metadata"
207207

208208
[[dependencies]]
209209
name = "cc"
210-
version = "1.2.14"
210+
version = "1.2.16"
211211
description = """
212212
A build-time dependency for Cargo build scripts to assist in invoking the native
213213
C compiler to compile native C code into a static archive to be linked into Rust
@@ -242,15 +242,15 @@ repository = "https://github.com/katharostech/cfg_aliases"
242242

243243
[[dependencies]]
244244
name = "clap"
245-
version = "4.5.29"
245+
version = "4.5.31"
246246
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
247247
license = "MIT OR Apache-2.0"
248248
notices = ["Copyright (c) Individual contributors"]
249249
repository = "https://github.com/clap-rs/clap"
250250

251251
[[dependencies]]
252252
name = "clap_builder"
253-
version = "4.5.29"
253+
version = "4.5.31"
254254
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
255255
license = "MIT OR Apache-2.0"
256256
notices = ["Copyright (c) 2015-2022 Kevin B. Knapp and Clap Contributors"]
@@ -320,7 +320,7 @@ repository = "https://github.com/yaahc/displaydoc"
320320

321321
[[dependencies]]
322322
name = "either"
323-
version = "1.13.0"
323+
version = "1.14.0"
324324
description = """
325325
The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
326326
"""
@@ -444,7 +444,7 @@ repository = "https://github.com/gimli-rs/gimli"
444444

445445
[[dependencies]]
446446
name = "globset"
447-
version = "0.4.15"
447+
version = "0.4.16"
448448
description = """
449449
Cross platform single glob and glob set matching. Glob set matching is the
450450
process of matching one or more glob patterns against a single candidate path
@@ -755,7 +755,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"
755755

756756
[[dependencies]]
757757
name = "libc"
758-
version = "0.2.169"
758+
version = "0.2.170"
759759
description = """
760760
Raw FFI bindings to platform libraries like libc.
761761
"""
@@ -766,7 +766,7 @@ repository = "https://github.com/rust-lang/libc"
766766

767767
[[dependencies]]
768768
name = "litemap"
769-
version = "0.7.4"
769+
version = "0.7.5"
770770
description = "A key-value Map implementation based on a flat, sorted Vec."
771771
license = "Unicode-3.0"
772772
notices = ["Copyright © 2020-2024 Unicode, Inc."]
@@ -784,7 +784,7 @@ repository = "https://github.com/Amanieu/parking_lot"
784784

785785
[[dependencies]]
786786
name = "log"
787-
version = "0.4.25"
787+
version = "0.4.26"
788788
description = """
789789
A lightweight logging facade for Rust
790790
"""
@@ -1065,7 +1065,7 @@ homepage = "https://rust-random.github.io/book"
10651065

10661066
[[dependencies]]
10671067
name = "redox_syscall"
1068-
version = "0.5.8"
1068+
version = "0.5.9"
10691069
description = "A Rust library to access raw Redox system calls"
10701070
license = "MIT"
10711071
notices = ["Copyright (c) 2017 Redox OS Developers"]
@@ -1122,17 +1122,15 @@ repository = "https://github.com/seanmonstar/reqwest"
11221122

11231123
[[dependencies]]
11241124
name = "ring"
1125-
version = "0.17.9"
1126-
description = "Safe, fast, small crypto using Rust."
1125+
version = "0.17.11"
1126+
description = "An experiment."
1127+
license = "Apache-2.0 AND ISC"
11271128
notices = [
1128-
"* Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.",
1129-
"/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)",
1130-
"/* Copyright (c) 2015, Google Inc.",
1131-
"Copyright (c) 2015-2016 the fiat-crypto authors (see",
1132-
"Copyright 2015-2016 Brian Smith.",
1129+
"Copyright (c) 2009 The Go Authors. All rights reserved.",
1130+
"Copyright 2015 The Chromium Authors. All rights reserved.",
1131+
"Copyright 2015-2025 Brian Smith.",
11331132
]
1134-
authors = ["Brian Smith <brian@briansmith.org>"]
1135-
repository = "https://github.com/briansmith/ring"
1133+
repository = "https://github.com/ctz/ring"
11361134

11371135
[[dependencies]]
11381136
name = "rowan"
@@ -1253,7 +1251,7 @@ repository = "https://github.com/dtolnay/semver"
12531251

12541252
[[dependencies]]
12551253
name = "serde"
1256-
version = "1.0.217"
1254+
version = "1.0.218"
12571255
description = "A generic serialization/deserialization framework"
12581256
license = "MIT OR Apache-2.0"
12591257
authors = [
@@ -1265,7 +1263,7 @@ homepage = "https://serde.rs"
12651263

12661264
[[dependencies]]
12671265
name = "serde_derive"
1268-
version = "1.0.217"
1266+
version = "1.0.218"
12691267
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
12701268
license = "MIT OR Apache-2.0"
12711269
authors = [
@@ -1277,7 +1275,7 @@ homepage = "https://serde.rs"
12771275

12781276
[[dependencies]]
12791277
name = "serde_json"
1280-
version = "1.0.138"
1278+
version = "1.0.139"
12811279
description = "A JSON serialization file format"
12821280
license = "MIT OR Apache-2.0"
12831281
authors = [
@@ -1345,7 +1343,7 @@ repository = "https://github.com/tokio-rs/slab"
13451343

13461344
[[dependencies]]
13471345
name = "smallvec"
1348-
version = "1.13.2"
1346+
version = "1.14.0"
13491347
description = "'Small vector' optimization: store up to a small number of items on the stack"
13501348
license = "MIT OR Apache-2.0"
13511349
notices = ["Copyright (c) 2018 The Servo Project Developers"]
@@ -1736,7 +1734,7 @@ repository = "https://github.com/seanmonstar/try-lock"
17361734

17371735
[[dependencies]]
17381736
name = "unicode-ident"
1739-
version = "1.0.16"
1737+
version = "1.0.17"
17401738
description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
17411739
license = "(MIT OR Apache-2.0) AND Unicode-3.0"
17421740
notices = ["Copyright © 1991-2023 Unicode, Inc."]
@@ -2043,7 +2041,7 @@ repository = "https://github.com/microsoft/windows-rs"
20432041

20442042
[[dependencies]]
20452043
name = "winnow"
2046-
version = "0.7.2"
2044+
version = "0.7.3"
20472045
description = "A byte-oriented, zero-copy, parser combinators library"
20482046
license = "MIT"
20492047
repository = "https://github.com/winnow-rs/winnow"
@@ -2109,7 +2107,7 @@ repository = "https://github.com/google/zerocopy"
21092107

21102108
[[dependencies]]
21112109
name = "zerofrom"
2112-
version = "0.1.5"
2110+
version = "0.1.6"
21132111
description = "ZeroFrom trait for constructing"
21142112
license = "Unicode-3.0"
21152113
notices = ["Copyright © 2020-2024 Unicode, Inc."]
@@ -2118,7 +2116,7 @@ repository = "https://github.com/unicode-org/icu4x"
21182116

21192117
[[dependencies]]
21202118
name = "zerofrom-derive"
2121-
version = "0.1.5"
2119+
version = "0.1.6"
21222120
description = "Custom derive for the zerofrom crate"
21232121
license = "Unicode-3.0"
21242122
notices = ["Copyright © 2020-2024 Unicode, Inc."]

attribution/self.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[self]
22
name = "cargo-attribution"
3-
version = "0.8.10"
3+
version = "0.8.11"
44
description = "A cargo subcommand to give credit to your dependencies"
55
license = "MPL-2.0"
66
authors = ["AmeKnite"]

0 commit comments

Comments
 (0)