aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-24 16:09:37 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-24 16:09:37 +0200
commit3ab145ba7fdf122c4ed7df63287d8f35d6caa31f (patch)
tree7461ad26b5dc9f560578d656619ff3addd52665d
parent44abc34e00604fac958d14886461e1ff42cd6113 (diff)
Bump Config::TOML dependencybump-deps
-rw-r--r--META6.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 5f6ba9c..9261e94 100644
--- a/META6.json
+++ b/META6.json
@@ -5,7 +5,7 @@
"Patrick Spek <p.spek@tyil.work>"
],
"depends": [
- "Config::TOML:ver<0.1.1>:auth<atweiden>",
+ "Config::TOML:ver<0.1.2>:auth<atweiden>",
"Config:ver<3.0.3>:auth<cpan:TYIL>"
],
"description": "TOML parser for Config",
@@ -25,4 +25,4 @@
"Test::META"
],
"version": "1.0.3"
-} \ No newline at end of file
+}