Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand All @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions THIRDPARTY.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down