Skip to content

Commit 0b18273

Browse files
ameknitegithub-actions[bot]
authored andcommitted
[0.8.10]: Update Attributions
1 parent 04be32a commit 0b18273

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ repository = "https://github.com/BurntSushi/bstr"
149149

150150
[[dependencies]]
151151
name = "bumpalo"
152-
version = "3.16.0"
152+
version = "3.17.0"
153153
description = "A fast bump allocation arena for Rust."
154154
license = "MIT OR Apache-2.0"
155155
notices = ["Copyright (c) 2019 Nick Fitzgerald"]
@@ -531,19 +531,19 @@ repository = "https://github.com/hyperium/http-body"
531531

532532
[[dependencies]]
533533
name = "httparse"
534-
version = "1.9.5"
534+
version = "1.10.0"
535535
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
536536
license = "MIT OR Apache-2.0"
537-
notices = ["Copyright (c) 2015-2024 Sean McArthur"]
537+
notices = ["Copyright (c) 2015-2025 Sean McArthur"]
538538
authors = ["Sean McArthur <sean@seanmonstar.com>"]
539539
repository = "https://github.com/seanmonstar/httparse"
540540

541541
[[dependencies]]
542542
name = "hyper"
543-
version = "1.5.2"
543+
version = "1.6.0"
544544
description = "A protective and efficient HTTP library for all."
545545
license = "MIT"
546-
notices = ["Copyright (c) 2014-2021 Sean McArthur"]
546+
notices = ["Copyright (c) 2014-2025 Sean McArthur"]
547547
authors = ["Sean McArthur <sean@seanmonstar.com>"]
548548
repository = "https://github.com/hyperium/hyper"
549549
homepage = "https://hyper.rs"
@@ -1171,7 +1171,7 @@ repository = "https://github.com/rust-lang/rustc-hash"
11711171

11721172
[[dependencies]]
11731173
name = "rustls"
1174-
version = "0.23.21"
1174+
version = "0.23.22"
11751175
description = "Rustls is a modern TLS library written in Rust."
11761176
license = "Apache-2.0 OR ISC OR MIT"
11771177
notices = [
@@ -1193,7 +1193,7 @@ repository = "https://github.com/rustls/pemfile"
11931193

11941194
[[dependencies]]
11951195
name = "rustls-pki-types"
1196-
version = "1.10.1"
1196+
version = "1.11.0"
11971197
description = "Shared types for the rustls PKI ecosystem"
11981198
license = "MIT OR Apache-2.0"
11991199
notices = [
@@ -1220,7 +1220,7 @@ repository = "https://github.com/dtolnay/rustversion"
12201220

12211221
[[dependencies]]
12221222
name = "ryu"
1223-
version = "1.0.18"
1223+
version = "1.0.19"
12241224
description = "Fast floating point to string conversion"
12251225
license = "Apache-2.0 OR BSL-1.0"
12261226
authors = ["David Tolnay <dtolnay@gmail.com>"]
@@ -1277,7 +1277,7 @@ homepage = "https://serde.rs"
12771277

12781278
[[dependencies]]
12791279
name = "serde_json"
1280-
version = "1.0.137"
1280+
version = "1.0.138"
12811281
description = "A JSON serialization file format"
12821282
license = "MIT OR Apache-2.0"
12831283
authors = [
@@ -1648,7 +1648,7 @@ repository = "https://github.com/toml-rs/toml"
16481648

16491649
[[dependencies]]
16501650
name = "toml_edit"
1651-
version = "0.22.22"
1651+
version = "0.22.23"
16521652
description = "Yet another format-preserving TOML parser."
16531653
license = "MIT OR Apache-2.0"
16541654
notices = ["Copyright (c) Individual contributors"]
@@ -1749,7 +1749,7 @@ repository = "https://github.com/seanmonstar/try-lock"
17491749

17501750
[[dependencies]]
17511751
name = "unicode-ident"
1752-
version = "1.0.15"
1752+
version = "1.0.16"
17531753
description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
17541754
license = "(MIT OR Apache-2.0) AND Unicode-3.0"
17551755
notices = ["Copyright © 1991-2023 Unicode, Inc."]
@@ -1923,7 +1923,7 @@ repository = "https://github.com/daxpedda/web-time"
19231923

19241924
[[dependencies]]
19251925
name = "webpki-roots"
1926-
version = "0.26.7"
1926+
version = "0.26.8"
19271927
description = "Mozilla's CA root certificates for use with webpki"
19281928
license = "MPL-2.0"
19291929
repository = "https://github.com/rustls/webpki-roots"
@@ -2056,7 +2056,7 @@ repository = "https://github.com/microsoft/windows-rs"
20562056

20572057
[[dependencies]]
20582058
name = "winnow"
2059-
version = "0.6.24"
2059+
version = "0.7.0"
20602060
description = "A byte-oriented, zero-copy, parser combinators library"
20612061
license = "MIT"
20622062
repository = "https://github.com/winnow-rs/winnow"

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.9"
3+
version = "0.8.10"
44
description = "A cargo subcommand to give credit to your dependencies"
55
license = "MPL-2.0"
66
authors = ["AmeKnite"]

0 commit comments

Comments
 (0)