workhorse: Update module github.com/BurntSushi/toml to v1.6.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/BurntSushi/toml | require | minor |
v1.5.0 -> v1.6.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
BurntSushi/toml (github.com/BurntSushi/toml)
v1.6.0
TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md
Also two small fixes:
-
Encode large floats as exponent syntax so that round-tripping things like
5e+22is correct. -
Using duplicate array keys would not give an error:
arr = [1] arr = [2]This will now correctly give a "Key 'arr' has already been defined" error.
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.