Bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 in /server

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-24 12:24:51 +00:00
committed by GitHub
parent 063c7fb408
commit 66b8eafaf1
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ module docker4ssh
go 1.17
require (
github.com/BurntSushi/toml v1.2.0
github.com/BurntSushi/toml v1.2.1
github.com/docker/docker v20.10.19+incompatible
github.com/docker/go-units v0.5.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible