cargo upgrade
This commit is contained in:
parent
de67ef1dec
commit
35d9135e07
3 changed files with 275 additions and 258 deletions
515
Cargo.lock
generated
515
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -57,7 +57,7 @@ Some utility commands:
|
||||||
nativeBuildInputs = with pkgs; [ pkg-config dart-sass ];
|
nativeBuildInputs = with pkgs; [ pkg-config dart-sass ];
|
||||||
buildInputs = with pkgs; [ openssl gettext sqlite ];
|
buildInputs = with pkgs; [ openssl gettext sqlite ];
|
||||||
buildAndTestSubdir = "tegakituesday";
|
buildAndTestSubdir = "tegakituesday";
|
||||||
cargoHash = "sha256-FBQGBUmLjg1CWFVBlbAqNfRCdIWyuqvlPzpBdOjYLbc=";
|
cargoHash = "sha256-XvC5YRt9q39L+b/SHJd7e1VutrEUlKpfbVhJP75/qco=";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
pushd tegakituesday
|
pushd tegakituesday
|
||||||
sass styles/sass/style.sass:$out/share/styles/css/style.css
|
sass styles/sass/style.sass:$out/share/styles/css/style.css
|
||||||
|
|
|
@ -7,8 +7,8 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
accept-language = "2.0.0"
|
accept-language = "2.0.0"
|
||||||
chrono = { version = "0.4.26", features = ["serde"] }
|
chrono = { version = "0.4.28", features = ["serde"] }
|
||||||
clap = "4.3.9"
|
clap = "4.4.2"
|
||||||
comrak = "0.18.0"
|
comrak = "0.18.0"
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
|
@ -17,13 +17,13 @@ gh-emoji = "1.0.7"
|
||||||
poise = "0.5.5"
|
poise = "0.5.5"
|
||||||
r2d2 = "0.8.10"
|
r2d2 = "0.8.10"
|
||||||
r2d2_sqlite = "0.22.0"
|
r2d2_sqlite = "0.22.0"
|
||||||
regex = "1.8.4"
|
regex = "1.9.4"
|
||||||
reqwest = "0.11.18"
|
reqwest = "0.11.20"
|
||||||
rocket = { version = "=0.5.0-rc.3", features = ["secrets", "json"] }
|
rocket = { version = "=0.5.0-rc.3", features = ["secrets", "json"] }
|
||||||
rocket_contrib = { version = "0.4.11", features = ["templates"] }
|
rocket_contrib = { version = "0.4.11", features = ["templates"] }
|
||||||
rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["tera"] }
|
rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["tera"] }
|
||||||
rusqlite = { version = "0.29.0", features = ["chrono"] }
|
rusqlite = { version = "0.29.0", features = ["chrono"] }
|
||||||
serde = "1.0.163"
|
serde = "1.0.188"
|
||||||
serde_json = "1.0.96"
|
serde_json = "1.0.105"
|
||||||
serde_yaml = "0.9.21"
|
serde_yaml = "0.9.25"
|
||||||
tokio = { version = "1.29.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue