Skip to content

Commit 2e40388

Browse files
cjwcommunygithub-actions[bot]
authored andcommitted
[Weekly run]: Update Attributions
1 parent cb033e9 commit 2e40388

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

attribution/dependencies.toml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ repository = "https://github.com/smol-rs/async-lock"
129129

130130
[[dependencies]]
131131
name = "async-trait"
132-
version = "0.1.81"
132+
version = "0.1.82"
133133
description = "Type erasure for async trait methods"
134134
license = "MIT OR Apache-2.0"
135135
authors = ["David Tolnay <dtolnay@gmail.com>"]
@@ -224,7 +224,7 @@ repository = "https://github.com/fitzgen/bumpalo"
224224

225225
[[dependencies]]
226226
name = "bytemuck"
227-
version = "1.17.0"
227+
version = "1.17.1"
228228
description = "A crate for mucking around with piles of bytes."
229229
license = "Zlib OR Apache-2.0 OR MIT"
230230
notices = [
@@ -278,7 +278,7 @@ repository = "https://github.com/japaric/cast.rs"
278278

279279
[[dependencies]]
280280
name = "cc"
281-
version = "1.1.14"
281+
version = "1.1.15"
282282
description = """
283283
A build-time dependency for Cargo build scripts to assist in invoking the native
284284
C compiler to compile native C code into a static archive to be linked into Rust
@@ -506,7 +506,7 @@ homepage = "https://sr.ht/~kvsari/derive-getters/"
506506

507507
[[dependencies]]
508508
name = "derive-new"
509-
version = "0.6.0"
509+
version = "0.7.0"
510510
description = "`#[derive(new)]` implements simple constructor functions for structs and enums."
511511
license = "MIT"
512512
notices = [
@@ -897,7 +897,7 @@ repository = "https://github.com/hermit-os/hermit-rs"
897897

898898
[[dependencies]]
899899
name = "indexmap"
900-
version = "2.4.0"
900+
version = "2.5.0"
901901
description = "A hash table with consistent order and fast iteration."
902902
license = "Apache-2.0 OR MIT"
903903
notices = ["Copyright (c) 2016--2017"]
@@ -1136,7 +1136,7 @@ repository = "https://github.com/rust-num/num-traits"
11361136

11371137
[[dependencies]]
11381138
name = "object"
1139-
version = "0.36.3"
1139+
version = "0.36.4"
11401140
description = "A unified interface for reading and writing object file formats."
11411141
license = "Apache-2.0 OR MIT"
11421142
notices = ["Copyright (c) 2015 The Gimli Developers"]
@@ -1579,19 +1579,15 @@ repository = "https://github.com/rust-lang/rustc-demangle"
15791579

15801580
[[dependencies]]
15811581
name = "rustc_version"
1582-
version = "0.4.0"
1582+
version = "0.4.1"
15831583
description = "A library for querying the version of a installed rustc compiler"
1584-
license = "MIT/Apache-2.0"
1584+
license = "MIT OR Apache-2.0"
15851585
notices = ["Copyright (c) 2016 The Rust Project Developers"]
1586-
authors = [
1587-
"Dirkjan Ochtman <dirkjan@ochtman.nl>",
1588-
"Marvin Löbel <loebel.marvin@gmail.com>",
1589-
]
1590-
repository = "https://github.com/Kimundi/rustc-version-rs"
1586+
repository = "https://github.com/djc/rustc-version-rs"
15911587

15921588
[[dependencies]]
15931589
name = "rustix"
1594-
version = "0.38.34"
1590+
version = "0.38.35"
15951591
description = "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls"
15961592
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
15971593
authors = [
@@ -1974,7 +1970,7 @@ repository = "https://github.com/bheisler/TinyTemplate"
19741970

19751971
[[dependencies]]
19761972
name = "tokio"
1977-
version = "1.39.3"
1973+
version = "1.40.0"
19781974
description = """
19791975
An event-driven, non-blocking I/O platform for writing asynchronous I/O
19801976
backed applications.

0 commit comments

Comments
 (0)