Skip to content

Commit

Permalink
[0.8.10]: Update Attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite authored and github-actions[bot] committed Feb 1, 2025
1 parent 04be32a commit 0b18273
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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.

26 changes: 13 additions & 13 deletions attribution/dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ repository = "https://github.com/BurntSushi/bstr"

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

[[dependencies]]
name = "httparse"
version = "1.9.5"
version = "1.10.0"
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) 2015-2024 Sean McArthur"]
notices = ["Copyright (c) 2015-2025 Sean McArthur"]
authors = ["Sean McArthur <[email protected]>"]
repository = "https://github.com/seanmonstar/httparse"

[[dependencies]]
name = "hyper"
version = "1.5.2"
version = "1.6.0"
description = "A protective and efficient HTTP library for all."
license = "MIT"
notices = ["Copyright (c) 2014-2021 Sean McArthur"]
notices = ["Copyright (c) 2014-2025 Sean McArthur"]
authors = ["Sean McArthur <[email protected]>"]
repository = "https://github.com/hyperium/hyper"
homepage = "https://hyper.rs"
Expand Down Expand Up @@ -1171,7 +1171,7 @@ repository = "https://github.com/rust-lang/rustc-hash"

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

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

[[dependencies]]
name = "ryu"
version = "1.0.18"
version = "1.0.19"
description = "Fast floating point to string conversion"
license = "Apache-2.0 OR BSL-1.0"
authors = ["David Tolnay <[email protected]>"]
Expand Down Expand Up @@ -1277,7 +1277,7 @@ homepage = "https://serde.rs"

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

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

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

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

[[dependencies]]
name = "winnow"
version = "0.6.24"
version = "0.7.0"
description = "A byte-oriented, zero-copy, parser combinators library"
license = "MIT"
repository = "https://github.com/winnow-rs/winnow"
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.9"
version = "0.8.10"
description = "A cargo subcommand to give credit to your dependencies"
license = "MPL-2.0"
authors = ["AmeKnite"]
Expand Down

0 comments on commit 0b18273

Please sign in to comment.