Atrox / steam-account-switcher

simple steam account switcher that lives in your taskbar
MIT License
3 stars 1 forks source link

Bump github.com/pelletier/go-toml from 1.5.0 to 1.8.1 #9

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/pelletier/go-toml from 1.5.0 to 1.8.1.

Release notes

Sourced from github.com/pelletier/go-toml's releases.

v1.8.1

What's new

  • 661484ae7ee49a53c5ffa7a89e08920086427357 Add *Tree.SetPositionPath (#426)
  • 06838de5d2bce0102b4850889c7135e4a84a4e7c Add GetArray and GetArrayPath (#377)

Fixed bugs

  • 65ca8064882c8c308e5c804c5d5443d409e0738c Fix Unmarshaler call when value is missing (#439) [ #431 ]
  • b76eb6211757490046121712dc5c7b10d5f8fec9 Allow marshal into empty interface{} (#433) [ #432 ]
  • 196ce3a1f601d3f3de7c3cb4686ad3d6398d6c02 Support go 1.15 (#434) [ #428 ]
  • 9f8f82dfe8a0a0f37c197778cc8f794af44ed3e2 Fix index exception when setting empty Tree slice (#425)
  • 34de94e6a887dcd421ab7586d76d26ee5ab3d96a Fix field overriding part of anonymous struct in order preserving mode #421
  • 1dbe20e76c929c3ed2f9e9a7a6b1d7ab9e67f74f Fix TreeFromMap on list of interfaces (#416) [ #415 ]
  • 05bf3807d36905c612e6008563dbe372a0c85f4c The return value of Marshal is used as a TOML value not a raw TOML formatted value #414

Performance

  • 5c94d8602907f9f76fed2bf0130059f9518c4f01 Use strings.Builder in lexer (#438)

Checksums

(sha256)

1d30d9f7f97ffaf5e5c802affaba25f4a5bf04346b753318acfc589d774d5488 *jsontoml_darwin_amd64.tar.xz
2bb5d8a7470476c5b9bbb02b2e0f1a987ff7f9aac67bda0de1f7a5a0d38cb0ce *jsontoml_linux_amd64.tar.xz
91cb1f7eebf0acade44475db39a75a6822a3121fe526357a238f5f2af5f19428 *jsontoml_windows_amd64.tar.xz
65e5c4db86fe6a208d3f5db39db7c820174625bba0e6c0c2f1485f3df91acb7a *tomljson_darwin_amd64.tar.xz
dc896369a05574b9aafade26b9d1d3ca66061b4999b4745875f273559e690587 *tomljson_linux_amd64.tar.xz
5b6520e4c2fb80f90dafb8c710ff17833b0eb2354977b9016ef78e2c60176837 *tomljson_windows_amd64.tar.xz
749ffffe8abb1dd96763da11065ebecbb0fdb023f7866ef5309e54f644413a61 *tomll_darwin_amd64.tar.xz
8257cef2c0ea8bc5d6a6f3ee57ebf349b5f317f28164f061979ec2dade412ac3 *tomll_linux_amd64.tar.xz
b97e882a5294049d1354e609e840061e4ae76a9a1b541ef7f2104619c7e7f0ac *tomll_windows_amd64.tar.xz

v1.8.0

What's new

  • 16c9a8bdc086a2130a88eff98df4088e4c359bb2 Support TOML v1.0.0-rc.1
  • 9ba73635523ca4df5059d161148a7ad7cf298b74 Allow spaces when using dotted keys in assignment (#402) [ #401 ]
  • c5fbd3eba6e6c46347061f2be5005a458a346b23 Add support of mixed-type array (#376) [ #357 ]
  • e7d1a179aeaaa957dbb931060557b5beb4297920 Support custom unmarshaler (#394)
  • 34782191ba114bbcdd0aeca621dbd303c048044e Add more supported default values types for unmarshaling (#392) [ #391 ]
  • 82a6a1977d0361be1013756fae1c0a687eec4fd4 Add indentation setting for Encoder (#386) [ #371 ]
  • d05497900e23ad60ab59518537c33e6af3656f0e Forbid adding keys to exist inline table (#378)
  • e29a498ed5b47ea382244b8f6c2caf5a14821481 unmarshal: support encoding.TextUnmarshaler (#375)
  • 2b8e33f5039358ee5baf28ccd55ba059f4989d7b marshal: support encoding.TextMarshaler (#374) [ #373 ]
  • d3c92c5999876ef37f03850546c93238a7841d5f unmarshal: add strict mode (#372) [ #277 ]
  • 323fe5d06373db38a4aa9d0c57885c4d68856744 fix #356 Unmarshal support []string ,[]int ... (#361)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #12.