diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 8218156c..8723ad23 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.35" +version = "0.0.36" edition = "2021" authors = [ @@ -22,17 +22,17 @@ categories = [ ] [dependencies] -async-trait = "0.1.63" +async-trait = "0.1.64" concat-string = "1.0.1" doc-comment = "0.3.3" figlet-rs = "0.1.4" -futures = "0.3.25" +futures = "0.3.26" nom = "7.1.3" once_cell = "1.17.0" paste = "1.0.11" substring = "1.4.5" term_size = "0.3.2" -toml = "0.7.0" +toml = "0.7.1" url = "2.3.1" tracing = "0.1.37"