cargo upgrade

rust
Elnu 9 months ago
parent de67ef1dec
commit 35d9135e07

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 ];
buildInputs = with pkgs; [ openssl gettext sqlite ];
buildAndTestSubdir = "tegakituesday";
cargoHash = "sha256-FBQGBUmLjg1CWFVBlbAqNfRCdIWyuqvlPzpBdOjYLbc=";
cargoHash = "sha256-XvC5YRt9q39L+b/SHJd7e1VutrEUlKpfbVhJP75/qco=";
postPatch = ''
pushd tegakituesday
sass styles/sass/style.sass:$out/share/styles/css/style.css

@ -7,8 +7,8 @@ edition = "2021"
[dependencies]
accept-language = "2.0.0"
chrono = { version = "0.4.26", features = ["serde"] }
clap = "4.3.9"
chrono = { version = "0.4.28", features = ["serde"] }
clap = "4.4.2"
comrak = "0.18.0"
derive_more = "0.99.17"
dotenv = "0.15.0"
@ -17,13 +17,13 @@ gh-emoji = "1.0.7"
poise = "0.5.5"
r2d2 = "0.8.10"
r2d2_sqlite = "0.22.0"
regex = "1.8.4"
reqwest = "0.11.18"
regex = "1.9.4"
reqwest = "0.11.20"
rocket = { version = "=0.5.0-rc.3", features = ["secrets", "json"] }
rocket_contrib = { version = "0.4.11", features = ["templates"] }
rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["tera"] }
rusqlite = { version = "0.29.0", features = ["chrono"] }
serde = "1.0.163"
serde_json = "1.0.96"
serde_yaml = "0.9.21"
tokio = { version = "1.29.0", features = ["macros", "rt-multi-thread"] }
serde = "1.0.188"
serde_json = "1.0.105"
serde_yaml = "0.9.25"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }

Loading…
Cancel
Save