From ecf53c7209130d60b55f3392cc923b9fb748be7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 20:00:01 +0000 Subject: [PATCH] Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 in /host Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](https://github.com/BurntSushi/toml/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml 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 a66deda..6ae2f16 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.4.0 +require github.com/BurntSushi/toml v1.5.0 diff --git a/host/go.sum b/host/go.sum index 8bc10f6..ff7fd09 100644 --- a/host/go.sum +++ b/host/go.sum @@ -1,2 +1,2 @@ -github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= -github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= +github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg= +github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=