Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (#73)

Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v1.1.0...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-28 17:55:32 +03:00
committed by GitHub
parent b71d6dd0b9
commit f6f6d62279
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module go.unistack.org/micro-codec-toml/v3
go 1.16
require (
github.com/BurntSushi/toml v1.1.0
github.com/BurntSushi/toml v1.2.0
go.unistack.org/micro/v3 v3.9.11
)