aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-03 20:50:01 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-03 20:50:01 +0100
commit37199d06f08b4b1e8e525470cba703adb80d423e (patch)
tree65ea3bbff685e2cc841e3e7c429cf31abd42a8b7 /Cargo.lock
parentdde66f33b9cd2d575584f1bef9bc48925c3d183a (diff)
downloadaskama-37199d06f08b4b1e8e525470cba703adb80d423e.tar.gz
askama-37199d06f08b4b1e8e525470cba703adb80d423e.tar.bz2
askama-37199d06f08b4b1e8e525470cba703adb80d423e.zip
Update version numbers and dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock34
1 files changed, 22 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9d9e0fe..5aabfe6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,24 +2,24 @@
name = "askama_testing"
version = "0.1.0"
dependencies = [
- "askama 0.1.1",
- "askama_derive 0.1.0",
+ "askama 0.2.0",
+ "askama_derive 0.2.0",
]
[[package]]
name = "askama"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "askama_derive"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
- "askama 0.1.1",
- "syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "askama 0.2.0",
+ "syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -29,15 +29,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "quote"
-version = "0.3.12"
+version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "syn"
-version = "0.11.4"
+version = "0.11.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "quote 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "synom"
+version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -48,6 +57,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d4598834859fedb9a0a69d5b862a970e77982a92f544d547257a4d49469067"
-"checksum quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e7b44fd83db28b83c1c58187159934906e5e955c812e211df413b76b03c909a5"
-"checksum syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f94368aae82bb29656c98443a7026ca931a659e8d19dcdc41d6e273054e820"
+"checksum quote 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7375cf7ad34a92e8fd18dd9c42f58b9a11def59ab48bec955bf359a788335592"
+"checksum syn 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)" = "37c279fb816210c9bb28b2c292664581e7b87b4561e86b94df462664d8620bb8"
+"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"