Update template with changes
This commit is contained in:
parent
05c9bed1f8
commit
47a433b649
@ -1,2 +1,2 @@
|
||||
[registries.gitea]
|
||||
index = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"
|
||||
index = "https://git.toast-server.net/toast/_cargo-index"
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1707,7 +1707,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "serenity"
|
||||
version = "0.12.4"
|
||||
source = "git+https://github.com/serenity-rs/serenity?branch=next#fbeda94a0dfd029d2281e636537b067764a01ac9"
|
||||
source = "git+https://github.com/serenity-rs/serenity?branch=next#6286c184a0f7030573ae49377c4b0f6d5c08a579"
|
||||
dependencies = [
|
||||
"aformat",
|
||||
"arrayvec",
|
||||
@ -2048,7 +2048,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tokenservice-client"
|
||||
version = "0.4.2"
|
||||
source = "sparse+https://git.toast-server.net/api/packages/toast/cargo/"
|
||||
source = "registry+https://git.toast-server.net/toast/_cargo-index"
|
||||
checksum = "6c6f3da21601ea1072262024198c099bea1688714f13b13c36cc7f4a88c6b203"
|
||||
dependencies = [
|
||||
"reqwest",
|
||||
|
12
Cargo.toml
12
Cargo.toml
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "rustbot"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
@ -15,14 +15,14 @@ members = [
|
||||
[workspace.dependencies]
|
||||
cargo_toml = "0.21.0"
|
||||
poise = "0.6.1"
|
||||
regex = "1.11.0"
|
||||
serde = "1.0.210"
|
||||
regex = "1.11.1"
|
||||
serde = "1.0.216"
|
||||
rand = "0.8.5"
|
||||
sysinfo = "0.33.0"
|
||||
time = "0.3.36"
|
||||
time = "0.3.37"
|
||||
uptime_lib = "0.3.1"
|
||||
tokio = { version = "1.40.0", features = ["macros", "signal", "rt-multi-thread"] }
|
||||
reqwest = { version = "0.12.8", features = ["native-tls-vendored"] }
|
||||
tokio = { version = "1.42.0", features = ["macros", "signal", "rt-multi-thread"] }
|
||||
reqwest = { version = "0.12.9", features = ["native-tls-vendored"] }
|
||||
rustbot_lib = { path = "library" }
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "rustbot_events"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
poise = { workspace = true }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "rustbot_jobs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { workspace = true }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "rustbot_lib"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
cargo_toml = { workspace = true }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "rustbot_tokens"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
poise = { workspace = true }
|
||||
|
Loading…
Reference in New Issue
Block a user