Lockfile maintenance
This commit is contained in:
parent
34ef2886d4
commit
d4397f9673
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[registries.gitea]
|
||||||
|
index = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"
|
429
Cargo.lock
generated
429
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
10
Cargo.toml
10
Cargo.toml
@ -4,15 +4,15 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cargo_toml = "0.20.3"
|
cargo_toml = "0.20.4"
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
poise = "0.6.1"
|
poise = "0.6.1"
|
||||||
sysinfo = "0.31.0"
|
sysinfo = "0.31.0"
|
||||||
tempfile = "3.10.1"
|
tempfile = "3.10.1"
|
||||||
tokenservice-client = { version = "0.3.1", registry = "gitea" }
|
tokenservice-client = { version = "0.3.3", registry = "gitea" }
|
||||||
tokio = { version = "1.38.0", features = ["macros", "signal", "rt-multi-thread"] }
|
tokio = { version = "1.39.2", features = [ "macros", "signal", "rt-multi-thread" ] }
|
||||||
tokio-postgres = "0.7.10"
|
tokio-postgres = "0.7.11"
|
||||||
uptime_lib = "0.3.0"
|
uptime_lib = "0.3.1"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "rustbot"
|
name = "rustbot"
|
||||||
|
Loading…
Reference in New Issue
Block a user