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

Merged
nemunaire merged 1 commit from renovate/github.com-burntsushi-toml-1.x into master 2022-04-05 07:58:51 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/BurntSushi/toml require minor v1.0.0 -> v1.1.0

Release Notes

BurntSushi/toml

v1.1.0

Compare Source

Just a few bugfixes:

  • Skip fields with toml:"-" even when they're unsupported types. Previously something like this would fail to encode due to func being an unsupported type:

    struct {
        Str  string `toml:"str"
        Func func() `toml:"-"`
    }
    
  • Multiline strings can't end with \. This is valid:

Valid

  key = """ foo \
  """

Invalid

  key = """ foo \ """
  • Don't quote values in TOMLMarshaler. Previously they would always include quoting (e.g. "value"), while the entire point of this interface is to bypass that.

Configuration

📅 Schedule: 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, click this checkbox.

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.0.0` -> `v1.1.0` | --- ### Release Notes <details> <summary>BurntSushi/toml</summary> ### [`v1.1.0`](https://github.com/BurntSushi/toml/releases/v1.1.0) [Compare Source](https://github.com/BurntSushi/toml/compare/v1.0.0...v1.1.0) Just a few bugfixes: - Skip fields with `toml:"-"` even when they're unsupported types. Previously something like this would fail to encode due to `func` being an unsupported type: struct { Str string `toml:"str" Func func() `toml:"-"` } - Multiline strings can't end with `\`. This is valid: ### Valid key = """ foo \ """ ### Invalid key = """ foo \ """ - Don't quote values in `TOMLMarshaler`. Previously they would always include quoting (e.g. `"value"`), while the entire point of this interface is to bypass that. </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
chore(deps): update module github.com/burntsushi/toml to v1.1.0
All checks were successful
continuous-integration/drone/push Build is passing
14281b5485
nemunaire merged commit 14281b5485 into master 2022-04-05 07:58:51 +00:00
nemunaire deleted branch renovate/github.com-burntsushi-toml-1.x 2022-04-05 07:58:51 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: fic/server#26
No description provided.