aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNathan Perry <np@npry.dev>2025-12-17 20:40:44 -0500
committerNathan Perry <np@npry.dev>2025-12-17 21:13:46 -0500
commitde49f346313e7739945fbf0058bdfb78c90237a6 (patch)
tree99528908ff7ca5f5a39b1a727650bf3a1ccad721 /Cargo.lock
parent13fcc8a263970e48999e7f9319876a6443a54ac5 (diff)
update poise to not use custom fork
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 5 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ec37269..8c71a1d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "addr2line"
@@ -1763,25 +1763,25 @@ dependencies = [
[[package]]
name = "poise"
version = "0.6.1"
-source = "git+https://pub.npry.dev/poise#f72f91ad0c11f403e9ceee5b4581a348c38b3bb6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1819d5a45e3590ef33754abce46432570c54a120798bdbf893112b4211fa09a6"
dependencies = [
"async-trait",
"derivative",
"futures-util",
- "indexmap",
"parking_lot",
"poise_macros",
"regex",
"serenity",
"tokio",
"tracing",
- "trim-in-place",
]
[[package]]
name = "poise_macros"
version = "0.6.1"
-source = "git+https://pub.npry.dev/poise#f72f91ad0c11f403e9ceee5b4581a348c38b3bb6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8fa2c123c961e78315cd3deac7663177f12be4460f5440dbf62a7ed37b1effea"
dependencies = [
"darling",
"proc-macro2",
@@ -3348,12 +3348,6 @@ dependencies = [
]
[[package]]
-name = "trim-in-place"
-version = "0.1.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
-
-[[package]]
name = "triomphe"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"