chore(deps): update module github.com/burntsushi/toml to v1.6.0 #8

Open
sa-renovate wants to merge 1 commit from renovate/github.com-burntsushi-toml-1.x into main
Member

This PR contains the following updates:

Package Type Update Change
github.com/BurntSushi/toml require minor v1.5.0v1.6.0

Release Notes

BurntSushi/toml (github.com/BurntSushi/toml)

v1.6.0

Compare Source

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.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | require | minor | `v1.5.0` → `v1.6.0` | --- ### Release Notes <details> <summary>BurntSushi/toml (github.com/BurntSushi/toml)</summary> ### [`v1.6.0`](https://github.com/BurntSushi/toml/releases/tag/v1.6.0) [Compare Source](https://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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuNzYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update module github.com/burntsushi/toml to v1.6.0
All checks were successful
Go Tests / go-tests (pull_request) Successful in 3m2s
d8efd8dcf4
All checks were successful
Go Tests / go-tests (pull_request) Successful in 3m2s
Required
Details
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-burntsushi-toml-1.x:renovate/github.com-burntsushi-toml-1.x
git switch renovate/github.com-burntsushi-toml-1.x
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DevFW-CICD/garm-provider-edge-connect!8
No description provided.