mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-29 15:51:02 +00:00
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:
Generated
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user