@@ -129,7 +129,7 @@ repository = "https://github.com/smol-rs/async-lock"
129
129
130
130
[[dependencies ]]
131
131
name = " async-trait"
132
- version = " 0.1.81 "
132
+ version = " 0.1.82 "
133
133
description = " Type erasure for async trait methods"
134
134
license = " MIT OR Apache-2.0"
135
135
authors = [" David Tolnay <dtolnay@gmail.com>" ]
@@ -224,7 +224,7 @@ repository = "https://github.com/fitzgen/bumpalo"
224
224
225
225
[[dependencies ]]
226
226
name = " bytemuck"
227
- version = " 1.17.0 "
227
+ version = " 1.17.1 "
228
228
description = " A crate for mucking around with piles of bytes."
229
229
license = " Zlib OR Apache-2.0 OR MIT"
230
230
notices = [
@@ -278,7 +278,7 @@ repository = "https://github.com/japaric/cast.rs"
278
278
279
279
[[dependencies ]]
280
280
name = " cc"
281
- version = " 1.1.14 "
281
+ version = " 1.1.15 "
282
282
description = """
283
283
A build-time dependency for Cargo build scripts to assist in invoking the native
284
284
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/"
506
506
507
507
[[dependencies ]]
508
508
name = " derive-new"
509
- version = " 0.6 .0"
509
+ version = " 0.7 .0"
510
510
description = " `#[derive(new)]` implements simple constructor functions for structs and enums."
511
511
license = " MIT"
512
512
notices = [
@@ -897,7 +897,7 @@ repository = "https://github.com/hermit-os/hermit-rs"
897
897
898
898
[[dependencies ]]
899
899
name = " indexmap"
900
- version = " 2.4 .0"
900
+ version = " 2.5 .0"
901
901
description = " A hash table with consistent order and fast iteration."
902
902
license = " Apache-2.0 OR MIT"
903
903
notices = [" Copyright (c) 2016--2017" ]
@@ -1136,7 +1136,7 @@ repository = "https://github.com/rust-num/num-traits"
1136
1136
1137
1137
[[dependencies ]]
1138
1138
name = " object"
1139
- version = " 0.36.3 "
1139
+ version = " 0.36.4 "
1140
1140
description = " A unified interface for reading and writing object file formats."
1141
1141
license = " Apache-2.0 OR MIT"
1142
1142
notices = [" Copyright (c) 2015 The Gimli Developers" ]
@@ -1579,19 +1579,15 @@ repository = "https://github.com/rust-lang/rustc-demangle"
1579
1579
1580
1580
[[dependencies ]]
1581
1581
name = " rustc_version"
1582
- version = " 0.4.0 "
1582
+ version = " 0.4.1 "
1583
1583
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"
1585
1585
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"
1591
1587
1592
1588
[[dependencies ]]
1593
1589
name = " rustix"
1594
- version = " 0.38.34 "
1590
+ version = " 0.38.35 "
1595
1591
description = " Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls"
1596
1592
license = " Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
1597
1593
authors = [
@@ -1974,7 +1970,7 @@ repository = "https://github.com/bheisler/TinyTemplate"
1974
1970
1975
1971
[[dependencies ]]
1976
1972
name = " tokio"
1977
- version = " 1.39.3 "
1973
+ version = " 1.40.0 "
1978
1974
description = """
1979
1975
An event-driven, non-blocking I/O platform for writing asynchronous I/O
1980
1976
backed applications.
0 commit comments