@@ -279,7 +279,7 @@ repository = "https://github.com/dylanede/cassowary-rs"
279279
280280[[dependencies ]]
281281name = " castaway"
282- version = " 0.2.3 "
282+ version = " 0.2.4 "
283283description = " Safe, zero-cost downcasting for limited compile-time specialization."
284284license = " MIT"
285285notices = [" Copyright (c) 2021 Stephen M. Coakley" ]
@@ -288,7 +288,7 @@ repository = "https://github.com/sagebind/castaway"
288288
289289[[dependencies ]]
290290name = " cc"
291- version = " 1.2.29 "
291+ version = " 1.2.30 "
292292description = """
293293A build-time dependency for Cargo build scripts to assist in invoking the native
294294C compiler to compile native C code into a static archive to be linked into Rust
@@ -502,7 +502,7 @@ repository = "https://github.com/RustCrypto/utils"
502502
503503[[dependencies ]]
504504name = " crc32fast"
505- version = " 1.4.2 "
505+ version = " 1.5.0 "
506506description = " Fast, SIMD-accelerated CRC32 (IEEE) checksum computation"
507507license = " MIT OR Apache-2.0"
508508notices = [" Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors" ]
@@ -1288,7 +1288,7 @@ repository = "https://github.com/dtolnay/indoc"
12881288
12891289[[dependencies ]]
12901290name = " instability"
1291- version = " 0.3.7 "
1291+ version = " 0.3.9 "
12921292description = " Rust API stability attributes for the rest of us. A fork of the `stability` crate."
12931293license = " MIT"
12941294notices = [
@@ -1299,7 +1299,7 @@ authors = [
12991299 " Stephen M. Coakley <me@stephencoakley.com>" ,
13001300 " The Ratatui Developers" ,
13011301]
1302- repository = " https://github.com/ratatui-org /instability"
1302+ repository = " https://github.com/ratatui/instability"
13031303
13041304[[dependencies ]]
13051305name = " io-uring"
@@ -2136,7 +2136,7 @@ repository = "https://github.com/bytecodealliance/rustix"
21362136
21372137[[dependencies ]]
21382138name = " rustix"
2139- version = " 1.0.7 "
2139+ version = " 1.0.8 "
21402140description = " Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls"
21412141license = " Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
21422142authors = [
@@ -2272,7 +2272,7 @@ homepage = "https://serde.rs"
22722272
22732273[[dependencies ]]
22742274name = " serde_json"
2275- version = " 1.0.140 "
2275+ version = " 1.0.141 "
22762276description = " A JSON serialization file format"
22772277license = " MIT OR Apache-2.0"
22782278authors = [
@@ -2281,14 +2281,6 @@ authors = [
22812281]
22822282repository = " https://github.com/serde-rs/json"
22832283
2284- [[dependencies ]]
2285- name = " serde_spanned"
2286- version = " 0.6.9"
2287- description = " Serde-compatible spanned Value"
2288- license = " MIT OR Apache-2.0"
2289- notices = [" Copyright (c) Individual contributors" ]
2290- repository = " https://github.com/toml-rs/toml"
2291-
22922284[[dependencies ]]
22932285name = " serde_spanned"
22942286version = " 1.0.0"
@@ -2742,18 +2734,6 @@ authors = ["Tokio Contributors <team@tokio.rs>"]
27422734repository = " https://github.com/tokio-rs/tokio"
27432735homepage = " https://tokio.rs"
27442736
2745- [[dependencies ]]
2746- name = " toml"
2747- version = " 0.8.23"
2748- description = """
2749- A native Rust encoder and decoder of TOML-formatted files and streams. Provides
2750- implementations of the standard Serialize/Deserialize traits for TOML data to
2751- facilitate deserializing and serializing Rust structures.
2752- """
2753- license = " MIT OR Apache-2.0"
2754- notices = [" Copyright (c) Individual contributors" ]
2755- repository = " https://github.com/toml-rs/toml"
2756-
27572737[[dependencies ]]
27582738name = " toml"
27592739version = " 0.9.2"
@@ -2766,14 +2746,6 @@ license = "MIT OR Apache-2.0"
27662746notices = [" Copyright (c) Individual contributors" ]
27672747repository = " https://github.com/toml-rs/toml"
27682748
2769- [[dependencies ]]
2770- name = " toml_datetime"
2771- version = " 0.6.11"
2772- description = " A TOML-compatible datetime type"
2773- license = " MIT OR Apache-2.0"
2774- notices = [" Copyright (c) Individual contributors" ]
2775- repository = " https://github.com/toml-rs/toml"
2776-
27772749[[dependencies ]]
27782750name = " toml_datetime"
27792751version = " 0.7.0"
@@ -2782,14 +2754,6 @@ license = "MIT OR Apache-2.0"
27822754notices = [" Copyright (c) Individual contributors" ]
27832755repository = " https://github.com/toml-rs/toml"
27842756
2785- [[dependencies ]]
2786- name = " toml_edit"
2787- version = " 0.22.27"
2788- description = " Yet another format-preserving TOML parser."
2789- license = " MIT OR Apache-2.0"
2790- notices = [" Copyright (c) Individual contributors" ]
2791- repository = " https://github.com/toml-rs/toml"
2792-
27932757[[dependencies ]]
27942758name = " toml_parser"
27952759version = " 1.0.1"
@@ -2799,8 +2763,8 @@ notices = ["Copyright (c) Individual contributors"]
27992763repository = " https://github.com/toml-rs/toml"
28002764
28012765[[dependencies ]]
2802- name = " toml_write "
2803- version = " 0.1 .2"
2766+ name = " toml_writer "
2767+ version = " 1.0 .2"
28042768description = """
28052769A low-level interface for writing out TOML
28062770"""
0 commit comments