From 47a433b64913bc45eb73c8958f7fa63c098c158a Mon Sep 17 00:00:00 2001 From: toast Date: Thu, 12 Dec 2024 04:44:42 +1100 Subject: [PATCH] Update template with changes --- .cargo/config.toml | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 12 ++++++------ events/Cargo.toml | 2 +- jobs/Cargo.toml | 2 +- library/Cargo.toml | 2 +- tsclient/Cargo.toml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 1b26786..a5098f0 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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" diff --git a/Cargo.lock b/Cargo.lock index b69fc24..d1d2ddf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 82e84b7..4d15f45 100755 --- a/Cargo.toml +++ b/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] diff --git a/events/Cargo.toml b/events/Cargo.toml index d821aad..731dce8 100755 --- a/events/Cargo.toml +++ b/events/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustbot_events" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] poise = { workspace = true } diff --git a/jobs/Cargo.toml b/jobs/Cargo.toml index abafc93..f6fe984 100755 --- a/jobs/Cargo.toml +++ b/jobs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustbot_jobs" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] tokio = { workspace = true } diff --git a/library/Cargo.toml b/library/Cargo.toml index 15e77d3..3a8328e 100755 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustbot_lib" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] cargo_toml = { workspace = true } diff --git a/tsclient/Cargo.toml b/tsclient/Cargo.toml index f778da0..825f215 100755 --- a/tsclient/Cargo.toml +++ b/tsclient/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustbot_tokens" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] poise = { workspace = true }