[chore]: Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3209)

This commit is contained in:
dependabot[bot] 2024-08-19 11:35:08 +00:00 committed by GitHub
commit c78c3d5ed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 89 additions and 30 deletions

View file

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