Skip to content

Commit

Permalink
[0.8.8]: Update Attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite authored and github-actions[bot] committed Dec 1, 2024
1 parent 91fce04 commit ffa0f91
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.

22 changes: 11 additions & 11 deletions attribution/dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ repository = "https://github.com/BurntSushi/byteorder"

[[dependencies]]
name = "bytes"
version = "1.8.0"
version = "1.9.0"
description = "Types and traits for working with bytes"
license = "MIT"
notices = ["Copyright (c) 2018 Carl Lerche"]
Expand All @@ -192,7 +192,7 @@ repository = "https://github.com/camino-rs/camino"

[[dependencies]]
name = "cargo-platform"
version = "0.1.8"
version = "0.1.9"
description = "Cargo's representation of a target platform."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
Expand All @@ -207,7 +207,7 @@ repository = "https://github.com/oli-obk/cargo_metadata"

[[dependencies]]
name = "cc"
version = "1.2.1"
version = "1.2.2"
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 @@ -742,7 +742,7 @@ repository = "https://github.com/rust-itertools/itertools"

[[dependencies]]
name = "itoa"
version = "1.0.13"
version = "1.0.14"
description = "Fast integer primitive to string conversion"
license = "MIT OR Apache-2.0"
authors = ["David Tolnay <[email protected]>"]
Expand All @@ -763,7 +763,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"

[[dependencies]]
name = "libc"
version = "0.2.164"
version = "0.2.167"
description = """
Raw FFI bindings to platform libraries like libc.
"""
Expand All @@ -774,7 +774,7 @@ repository = "https://github.com/rust-lang/libc"

[[dependencies]]
name = "litemap"
version = "0.7.3"
version = "0.7.4"
description = "A key-value Map implementation based on a flat, sorted Vec."
license = "Unicode-3.0"
notices = ["Copyright © 2020-2024 Unicode, Inc."]
Expand Down Expand Up @@ -1179,7 +1179,7 @@ repository = "https://github.com/rust-lang/rustc-hash"

[[dependencies]]
name = "rustls"
version = "0.23.18"
version = "0.23.19"
description = "Rustls is a modern TLS library written in Rust."
license = "Apache-2.0 OR ISC OR MIT"
notices = [
Expand Down Expand Up @@ -1354,7 +1354,7 @@ repository = "https://github.com/servo/rust-smallvec"

[[dependencies]]
name = "socket2"
version = "0.5.7"
version = "0.5.8"
description = """
Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
Expand Down Expand Up @@ -1671,7 +1671,7 @@ repository = "https://github.com/tower-rs/tower"

[[dependencies]]
name = "tracing"
version = "0.1.40"
version = "0.1.41"
description = """
Application-level tracing for Rust.
"""
Expand All @@ -1686,7 +1686,7 @@ homepage = "https://tokio.rs"

[[dependencies]]
name = "tracing-attributes"
version = "0.1.27"
version = "0.1.28"
description = """
Procedural macro attributes for automatically instrumenting functions.
"""
Expand All @@ -1702,7 +1702,7 @@ homepage = "https://tokio.rs"

[[dependencies]]
name = "tracing-core"
version = "0.1.32"
version = "0.1.33"
description = """
Core primitives for application-level tracing.
"""
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.7"
version = "0.8.8"
description = "A cargo subcommand to give credit to your dependencies"
license = "MPL-2.0"
authors = ["AmeKnite"]
Expand Down

0 comments on commit ffa0f91

Please sign in to comment.