From 402093fccbf0064ea2d7f12c843c67a70478e9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:17:29 +0000 Subject: [PATCH] Bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 in /host Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](https://github.com/BurntSushi/toml/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- host/go.mod | 2 +- host/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/host/go.mod b/host/go.mod index 6ae2f16..5b97cc7 100644 --- a/host/go.mod +++ b/host/go.mod @@ -2,4 +2,4 @@ module github.com/soulim/q/host go 1.23.3 -require github.com/BurntSushi/toml v1.5.0 +require github.com/BurntSushi/toml v1.6.0 diff --git a/host/go.sum b/host/go.sum index ff7fd09..f74b269 100644 --- a/host/go.sum +++ b/host/go.sum @@ -1,2 +1,2 @@ -github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg= -github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= +github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk= +github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=