aboutsummaryrefslogtreecommitdiff
path: root/examples/example-implicit-dispatcher/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-implicit-dispatcher/Cargo.lock')
-rw-r--r--examples/example-implicit-dispatcher/Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/example-implicit-dispatcher/Cargo.lock b/examples/example-implicit-dispatcher/Cargo.lock
index 930c7a1..f368597 100644
--- a/examples/example-implicit-dispatcher/Cargo.lock
+++ b/examples/example-implicit-dispatcher/Cargo.lock
@@ -17,7 +17,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
[[package]]
name = "mingling"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
"mingling_core",
"mingling_macros",
@@ -25,18 +25,18 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c6a8751b43d4fd3d61d7b37f0d7f4d5d274d9391cf80cae9bd75f218219eefe"
+checksum = "b64318a9b61120f0deaf33c4ab9efc9313387dece2defd7841665242807634ea"
dependencies = [
"just_fmt",
]
[[package]]
name = "mingling_macros"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7cd478387797590d2afb4122078649c3e4f9da7f29dbf37817763fecf04958f"
+checksum = "f29efa15f48e39fd4a06868030545b1938e5ba050929cd9a235525814bfb6367"
dependencies = [
"just_fmt",
"proc-macro2",