diff --git a/Makefile b/Makefile index d7118624a..d3afd097f 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ LIBGIT2_VERREQ := libgit2 >= 1.7.0, libgit2 < 1.10.0 LIBCURL_VERREQ := libcurl >= 7.79.1, libcurl < 9.0.0 NLOHMANN_JSON_VERREQ := nlohmann_json >= 3.10.5, nlohmann_json < 4.0.0 TBB_VERREQ := tbb >= 2021.5.0, tbb < 2023.0.0 -FMT_VERREQ := fmt >= 9.0.0, fmt < 12.0.0 +FMT_VERREQ := fmt >= 9.0.0, fmt < 13.0.0 SPDLOG_VERREQ := spdlog >= 1.8.0, spdlog < 2.0.0 TOML11_VER := $(shell grep -m1 toml11 cabin.toml | sed 's/.*tag = \(.*\)}/\1/' | tr -d '"') RESULT_VER := $(shell grep -m1 cpp-result cabin.toml | sed 's/.*tag = \(.*\)}/\1/' | tr -d '"') diff --git a/cabin.toml b/cabin.toml index bd6a7ad14..1cbbbc3c4 100644 --- a/cabin.toml +++ b/cabin.toml @@ -13,7 +13,7 @@ version = "0.13.0" [dependencies] toml11 = {git = "https://github.com/ToruNiina/toml11.git", tag = "v4.4.0"} mitama-cpp-result = {git = "https://github.com/loliGothicK/mitama-cpp-result.git", tag = "v11.0.0"} -fmt = {version = ">=9 && <12", system = true} +fmt = {version = ">=9 && <13", system = true} spdlog = {version = ">=1.8 && <2", system = true} libcurl = {version = ">=7.79.1 && <9", system = true} libgit2 = {version = ">=1.7 && <1.10", system = true}