deps: bump timeless (#2169)

Bump timeless version to use the stable version. As the author of the crate, there is no functionality change.
This commit is contained in:
Clement Tsang
2026-07-22 04:20:28 +00:00
committed by GitHub
parent 1a48939faf
commit bac7b07de4
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1776,9 +1776,9 @@ dependencies = [
[[package]]
name = "timeless"
version = "0.0.15-alpha"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2be119240e5a387a47d456fb20aed535bbfe6db82ed698212a79b2cd30382c8"
checksum = "4cc3e5eaa88cd8a3e3cbfc3d3f2183252f8b65c40bc5dfe7bb7345c1de42e99e"
[[package]]
name = "toml_datetime"
+1 -1
View File
@@ -89,7 +89,7 @@ rustc-hash = "2.1.3"
serde = { version = "1.0.228", features = ["derive"] }
starship-battery = { version = "0.11.1", optional = true }
sysinfo = "=0.39.5"
timeless = "0.0.15-alpha"
timeless = "0.0.1"
toml_edit = { version = "0.25.12", features = ["serde"] }
unicode-ellipsis = "0.6.0"
unicode-segmentation = "1.13.3"