Lockfile maintenance

This commit is contained in:
toast 2024-08-01 14:51:43 +10:00
parent 34ef2886d4
commit d4397f9673
3 changed files with 235 additions and 206 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[registries.gitea]
index = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"

429
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,15 +4,15 @@ version = "0.1.0"
edition = "2021"
[dependencies]
cargo_toml = "0.20.3"
cargo_toml = "0.20.4"
once_cell = "1.19.0"
poise = "0.6.1"
sysinfo = "0.31.0"
tempfile = "3.10.1"
tokenservice-client = { version = "0.3.1", registry = "gitea" }
tokio = { version = "1.38.0", features = ["macros", "signal", "rt-multi-thread"] }
tokio-postgres = "0.7.10"
uptime_lib = "0.3.0"
tokenservice-client = { version = "0.3.3", registry = "gitea" }
tokio = { version = "1.39.2", features = [ "macros", "signal", "rt-multi-thread" ] }
tokio-postgres = "0.7.11"
uptime_lib = "0.3.1"
[[bin]]
name = "rustbot"