Commit 77c686e
authored
deps: update module github.com/burntsushi/toml to v1.6.0 (#1279)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/BurntSushi/toml](https://redirect.github.com/BurntSushi/toml)
| `v1.5.0` -> `v1.6.0` |

|

|
---
### Release Notes
<details>
<summary>BurntSushi/toml (github.com/BurntSushi/toml)</summary>
###
[`v1.6.0`](https://redirect.github.com/BurntSushi/toml/releases/tag/v1.6.0)
[Compare
Source](https://redirect.github.com/BurntSushi/toml/compare/v1.5.0...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+22` is 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.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/hetznercloud/cli).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4aea411 commit 77c686e
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments