Skip to content

Commit ffa0f91

Browse files
ameknitegithub-actions[bot]
authored andcommitted
[0.8.8]: Update Attributions
1 parent 91fce04 commit ffa0f91

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ repository = "https://github.com/BurntSushi/byteorder"
167167

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

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

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

743743
[[dependencies]]
744744
name = "itoa"
745-
version = "1.0.13"
745+
version = "1.0.14"
746746
description = "Fast integer primitive to string conversion"
747747
license = "MIT OR Apache-2.0"
748748
authors = ["David Tolnay <dtolnay@gmail.com>"]
@@ -763,7 +763,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"
763763

764764
[[dependencies]]
765765
name = "libc"
766-
version = "0.2.164"
766+
version = "0.2.167"
767767
description = """
768768
Raw FFI bindings to platform libraries like libc.
769769
"""
@@ -774,7 +774,7 @@ repository = "https://github.com/rust-lang/libc"
774774

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

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

13551355
[[dependencies]]
13561356
name = "socket2"
1357-
version = "0.5.7"
1357+
version = "0.5.8"
13581358
description = """
13591359
Utilities for handling networking sockets with a maximal amount of configuration
13601360
possible intended.
@@ -1671,7 +1671,7 @@ repository = "https://github.com/tower-rs/tower"
16711671

16721672
[[dependencies]]
16731673
name = "tracing"
1674-
version = "0.1.40"
1674+
version = "0.1.41"
16751675
description = """
16761676
Application-level tracing for Rust.
16771677
"""
@@ -1686,7 +1686,7 @@ homepage = "https://tokio.rs"
16861686

16871687
[[dependencies]]
16881688
name = "tracing-attributes"
1689-
version = "0.1.27"
1689+
version = "0.1.28"
16901690
description = """
16911691
Procedural macro attributes for automatically instrumenting functions.
16921692
"""
@@ -1702,7 +1702,7 @@ homepage = "https://tokio.rs"
17021702

17031703
[[dependencies]]
17041704
name = "tracing-core"
1705-
version = "0.1.32"
1705+
version = "0.1.33"
17061706
description = """
17071707
Core primitives for application-level tracing.
17081708
"""

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

0 commit comments

Comments
 (0)