diff --git a/Cargo.lock b/Cargo.lock index 0d147a4..e33278c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cfgfifo" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22b5d129ead6dc36c079f655e0ef890bb38d47a32ffc4cca6e368c045b02e099" +checksum = "9f795d42e1dac1ab28ca42476c83dcd97ab0265becb69316c8af5b549c08a0ac" dependencies = [ "json5", "serde", @@ -1345,9 +1345,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.11+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", @@ -1360,18 +1360,18 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.7.5+spec-1.1.0" +version = "1.0.0+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" +checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" dependencies = [ "serde_core", ] [[package]] name = "toml_parser" -version = "1.0.6+spec-1.1.0" +version = "1.0.9+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" dependencies = [ "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 84c54b3..618e3fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["/.*"] anstream = "0.6.14" anstyle = "1.0.7" anyhow = "1.0.82" -cfgfifo = { version = "0.7.0", default-features = false, features = ["json", "json5", "toml", "yaml"] } +cfgfifo = { version = "0.8.0", default-features = false, features = ["json", "json5", "toml", "yaml"] } clap = { version = "4.5.4", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] } csscolorparser = { version = "0.8.0", features = ["serde"] } derive_more = { version = "2.0.0", default-features = false, features = ["as_ref", "deref", "display", "from_str"] } @@ -28,7 +28,7 @@ log = "0.4.27" minigh = "0.2.0" patharg = "0.4.0" rand = "0.10.0" -serde = { version = "1.0.219", features = ["derive"] } +serde = { version = "1.0.225", features = ["derive"] } smartstring = "1.0.1" thiserror = "2.0.12" unicase = "2.7.0" diff --git a/THIRDPARTY.toml b/THIRDPARTY.toml index c808584..0ca5013 100644 --- a/THIRDPARTY.toml +++ b/THIRDPARTY.toml @@ -2478,7 +2478,7 @@ limitations under the License. [[third_party_libraries]] package_name = "cfgfifo" -package_version = "0.7.0" +package_version = "0.8.0" repository = "https://github.com/jwodder/cfgfifo" license = "MIT" @@ -2487,7 +2487,7 @@ license = "MIT" text = """ The MIT License (MIT) -Copyright (c) 2023-2025 John Thorvald Wodder II +Copyright (c) 2023-2026 John Thorvald Wodder II Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23702,7 +23702,7 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a [[third_party_libraries]] package_name = "toml" -package_version = "0.9.11+spec-1.1.0" +package_version = "1.0.6+spec-1.1.0" repository = "https://github.com/toml-rs/toml" license = "MIT OR Apache-2.0" @@ -23939,7 +23939,7 @@ text = """ [[third_party_libraries]] package_name = "toml_datetime" -package_version = "0.7.5+spec-1.1.0" +package_version = "1.0.0+spec-1.1.0" repository = "https://github.com/toml-rs/toml" license = "MIT OR Apache-2.0" @@ -24176,7 +24176,7 @@ text = """ [[third_party_libraries]] package_name = "toml_parser" -package_version = "1.0.6+spec-1.1.0" +package_version = "1.0.9+spec-1.1.0" repository = "https://github.com/toml-rs/toml" license = "MIT OR Apache-2.0"