summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-06-13 01:55:59 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-06-12 16:55:59 -0700
commitbca5cc5041172e22ad1851c8510d6521bf70ec22 (patch)
treea772e0619cb6007c603fd1821b130269b3cfeb75 /Cargo.lock
parentb3c4307d02d627287cd28486b208b53c3bd378f0 (diff)
Move ModuleSpecifier to //core (#2509)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8977d2756..a9441b45a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -205,6 +205,7 @@ dependencies = [
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
+ "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]