summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd <git@rxv.cc>2021-05-07 18:16:34 +0200
committerkpcyrd <git@rxv.cc>2021-05-07 18:16:34 +0200
commit191abd2022118bbeb7275c6d248f7282feefe9d3 (patch)
tree9356578449658a3d703a6b6cdf1c33a74cced441
parentc0732bc412a73c128431aa2c75b36b16cab5db52 (diff)
Update glob dependency
-rw-r--r--examples/glob/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/glob/Cargo.toml b/examples/glob/Cargo.toml
index 32b7ba3..2fe1b1e 100644
--- a/examples/glob/Cargo.toml
+++ b/examples/glob/Cargo.toml
@@ -5,4 +5,4 @@ edition = "2018"
[dependencies]
config = { path = "../../" }
-glob = "0.2"
+glob = "0.3"