⬆️ [pagetop] Actualiza dependencias

This commit is contained in:
Manuel Cillero 2025-01-04 08:42:21 +01:00
parent 970cb3a0b1
commit 70f46c8a3d
2 changed files with 10 additions and 7 deletions

13
Cargo.lock generated
View file

@ -759,9 +759,9 @@ dependencies = [
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.38" version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",
@ -822,12 +822,12 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]] [[package]]
name = "colored" name = "colored"
version = "2.1.0" version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"windows-sys 0.48.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -2373,7 +2373,9 @@ dependencies = [
"pagetop-build", "pagetop-build",
"pagetop-macros", "pagetop-macros",
"paste", "paste",
"regex",
"serde", "serde",
"serde_json",
"static-files", "static-files",
"substring", "substring",
"terminal_size", "terminal_size",
@ -2391,6 +2393,7 @@ version = "0.0.18"
dependencies = [ dependencies = [
"pagetop", "pagetop",
"pagetop-build", "pagetop-build",
"serde",
"static-files", "static-files",
] ]

View file

@ -16,8 +16,8 @@ license.workspace = true
authors.workspace = true authors.workspace = true
[dependencies] [dependencies]
chrono = "0.4.38" chrono = "0.4.39"
colored = "2.1.0" colored = "2.2.0"
concat-string = "1.0.1" concat-string = "1.0.1"
figlet-rs = "0.1.5" figlet-rs = "0.1.5"
itoa = "1.0.14" itoa = "1.0.14"