aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-todolist/Cargo.lock')
-rw-r--r--examples/full-todolist/Cargo.lock10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/full-todolist/Cargo.lock b/examples/full-todolist/Cargo.lock
index aad20d1..9206fad 100644
--- a/examples/full-todolist/Cargo.lock
+++ b/examples/full-todolist/Cargo.lock
@@ -31,7 +31,7 @@ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
[[package]]
name = "mingling"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"mingling_core",
"mingling_macros",
@@ -41,9 +41,7 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8574549fae598e8056016c1760d85bdb962a60228d31b3a00bcdd37a40eabfde"
+version = "0.2.1"
dependencies = [
"just_fmt",
"serde",
@@ -52,9 +50,7 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "083f1190c65174044c59814ccd12dcb4620085c325fcfa4f3b364943ec2cbe07"
+version = "0.2.1"
dependencies = [
"just_fmt",
"proc-macro2",