workhorse: Update module github.com/BurntSushi/toml to v1.3.0
This MR contains the following updates:
Package | Type | Update | Change | Pending |
---|---|---|---|---|
github.com/BurntSushi/toml | require | minor |
v1.2.1 -> v1.3.0
|
v1.3.1 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
BurntSushi/toml
v1.3.0
New features:
-
Support upcoming TOML 1.1
While it looks like TOML 1.1 is mostly stable and I don't expect any further major changes, there are NO compatibility guarantees as it is NOT yet released and anything can still change.
To use it, set the
BURNTSUSHI_TOML_110
environment variable to any value, which can be done either withos.SetEnv()
or by the user running a program.A full list is changes is available in the TOML ChangeLog; the two most notable ones are that newlines and trailing commas are now allowed in inline tables, and Unicode in bare keys can now be used – this is now a valid document:
lëttërs = { ä = "a with diaeresis", è = "e with accent grave", }
-
Allow MarshalTOML and MarshalText to be used on the document type itself, instead of only fields (#383).
Bufixes:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.