SafeScale
SafeScale copied to clipboard
build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7
Bumps github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7.
Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
v2.0.7
What's Changed
Fixed bugs
- Encode: fix inline table first key value whitespace by
@cuonglm
in pelletier/go-toml#837- Decode: allow integers to be unmarshaled into floats by
@PotatoesFall
in pelletier/go-toml#841- Decode: fix error reporting of type mismatch on inline tables by
@pelletier
in pelletier/go-toml#853- Decode: fix panic when unmarshaling into a map twice by
@pelletier
in pelletier/go-toml#854Documentation
- Fix typos by
@deining
in pelletier/go-toml#849New Contributors
@DavidKorczynski
made their first contribution in pelletier/go-toml#831@cuonglm
made their first contribution in pelletier/go-toml#837@PotatoesFall
made their first contribution in pelletier/go-toml#841@deining
made their first contribution in pelletier/go-toml#849Full Changelog: https://github.com/pelletier/go-toml/compare/v2.0.6...v2.0.7
Commits
643c251
Fix panic when unmarshaling into a map twice (#854)8a416da
Fix error report of type mismatch on inline tables (#853)fcd9179
Fixes typos (#849)9f57260
Allow integers to be unmarshaled into floats (#841)c4a2eef
Fix go 1.20 version in github actions (#848)b58c20a
Upgrade go 1.20 (#847)090cccf
Fix inline table first key value whitespace (#837)58a592b
ci: add CIFuzz integration (#831)- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)