removing urlencoding because it should be in the main crate

This commit is contained in:
2025-07-14 22:34:51 -04:00
parent f1a6786419
commit 2c84a8bb18
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View File

@ -21,7 +21,6 @@ dependencies = [
"proc-macro2",
"quote",
"syn",
"urlencoding",
]
[[package]]
@ -58,9 +57,3 @@ name = "unicode-ident"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"

View File

@ -11,4 +11,3 @@ async-trait = "0.1.88"
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = { version = "2.0.104", features = ["full"] }
urlencoding = "2.1.3"