[chore]: Bump github.com/miekg/dns from 1.1.54 to 1.1.55 (#1929)

Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.54 to 1.1.55.
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.54...v1.1.55)

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

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]
2023-06-26 22:35:40 +02:00
committed by GitHub
parent 120743d3bf
commit 4ad933b71c
5 changed files with 10 additions and 11 deletions

View File

@ -3,7 +3,7 @@ package dns
import "fmt"
// Version is current version of this library.
var Version = v{1, 1, 54}
var Version = v{1, 1, 55}
// v holds the version of this library.
type v struct {