⬆️ [pagetop] Actualiza dependencias para 0.4.0 (#7)
Reviewed-on: #7 Co-authored-by: Manuel Cillero <manuel@cillero.es> Co-committed-by: Manuel Cillero <manuel@cillero.es>
This commit is contained in:
parent
36e2d9bec8
commit
8975fbbcfb
5 changed files with 146 additions and 87 deletions
|
@ -16,5 +16,5 @@ license.workspace = true
|
|||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
grass = "0.13.4"
|
||||
grass = "0.13"
|
||||
pagetop-statics.workspace = true
|
||||
|
|
|
@ -18,7 +18,7 @@ authors.workspace = true
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.95"
|
||||
proc-macro2-diagnostics = { version = "0.10.1", default-features = false }
|
||||
quote = "1.0.40"
|
||||
syn = { version = "2.0.104", features = ["full", "extra-traits"] }
|
||||
proc-macro2 = "1.0"
|
||||
proc-macro2-diagnostics = { version = "0.10", default-features = false }
|
||||
quote = "1.0"
|
||||
syn = { version = "2.0", features = ["full", "extra-traits"] }
|
||||
|
|
|
@ -21,7 +21,7 @@ sort = []
|
|||
[dependencies]
|
||||
change-detection = { version = "1.2", optional = true }
|
||||
mime_guess = "2.0"
|
||||
path-slash = "0.1"
|
||||
path-slash = "0.2"
|
||||
|
||||
actix-web.workspace = true
|
||||
derive_more = "0.99.17"
|
||||
|
@ -30,4 +30,4 @@ futures-util = { version = "0.3", default-features = false, features = ["std"] }
|
|||
[build-dependencies]
|
||||
change-detection = { version = "1.2", optional = true }
|
||||
mime_guess = "2.0"
|
||||
path-slash = "0.1"
|
||||
path-slash = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue