[elm] Update ISO 8601 library (fixes missing time zone designator) (#2545)

This updates works with ISO 8601 strings with missing ending "Z". This
is e.g. the default configuration used by spring boot in java.

See <https://github.com/rtfeldman/elm-iso8601-date-strings/pull/18>
This commit is contained in:
Andy 2019-03-30 20:58:17 +01:00 committed by Erik Timmers
parent 976ab4fd0f
commit 977df6e232
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"elm/json": "1.1.2",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.2"
"rtfeldman/elm-iso8601-date-strings": "1.1.3"
},
"indirect": {
"elm/bytes": "1.0.5",

View File

@ -15,7 +15,7 @@
"elm/json": "1.1.2",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.2"
"rtfeldman/elm-iso8601-date-strings": "1.1.3"
},
"indirect": {
"elm/bytes": "1.0.5",