Skip to content

build(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0#68

Merged
jahkeup merged 1 commit into
masterfrom
dependabot/go_modules/github.com/BurntSushi/toml-1.6.0
May 22, 2026
Merged

build(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0#68
jahkeup merged 1 commit into
masterfrom
dependabot/go_modules/github.com/BurntSushi/toml-1.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 23, 2025

Bumps github.com/BurntSushi/toml from 1.5.0 to 1.6.0.

Release notes

Sourced from github.com/BurntSushi/toml's releases.

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.

Commits
  • 5253492 Enable TOML 1.1 by default (#457)
  • e954445 Reject duplicate arrays (#455)
  • 6b16cbd Update toml-test test cases from upstream (#456)
  • 011fa2b Ensure constant format strings in wf calls
  • 4b439bf Remove itemNil
  • a473c12 Add test for out of range float64
  • b535ff8 Add some boring tests for lex.go
  • 6011ef0 Remove unreachable condition in lexTableNameStart
  • c8ca9e6 Remove unreachable condition
  • 1121f81 Make tomlv read from stdin
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 23, 2025
@jahkeup
Copy link
Copy Markdown
Member

jahkeup commented May 22, 2026

@dependabot rebase

Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](BurntSushi/toml@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/BurntSushi/toml-1.6.0 branch from 4a90a25 to 4b77a2c Compare May 22, 2026 20:09
@jahkeup jahkeup merged commit 04c06e6 into master May 22, 2026
5 of 7 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/BurntSushi/toml-1.6.0 branch May 22, 2026 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant