diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index c880ba7ff18..09ff2751de8 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -509,6 +509,7 @@ name = "url" version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/geckolib/Cargo.toml b/ports/geckolib/Cargo.toml index 8ced4a19365..f869ab4fa8c 100644 --- a/ports/geckolib/Cargo.toml +++ b/ports/geckolib/Cargo.toml @@ -21,7 +21,7 @@ num_cpus = "0.2.2" selectors = {version = "0.5", features = ["heap_size", "unstable"]} smallvec = "0.1" string_cache = {version = "0.2.10", features = ["heap_size", "unstable"]} -url = {version = "0.5.5", features = ["heap_size"]} +url = {version = "0.5.5", features = ["heap_size", "query_encoding", "serde_serialization"]} [dependencies.log] version = "0.3"