From a7921e0125eab07dd398d312e0a5afbbba53825d Mon Sep 17 00:00:00 2001 From: Jason Watson Date: Mon, 1 Apr 2024 18:20:09 -0400 Subject: [PATCH] bump slm_curl and bump to 0.5.35 --- slm.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slm.toml b/slm.toml index 5de5ab6..6222990 100644 --- a/slm.toml +++ b/slm.toml @@ -1,11 +1,11 @@ name = "slm" -version = "0.5.34" +version = "0.5.35" # keep these dependencies in sync with the list in bootstrap.py # note that the slm bootstrap.py script doesn't recursively resolve dependencies # so define a flat list of all required dependencies here [dependencies] -curl_static = { git = "StanzaOrg/slm_curl", version = "0.0.10" } +curl_static = { git = "StanzaOrg/slm_curl", version = "0.0.11" } file_system_utils_static = { git = "StanzaOrg/slm_file_system_utils", version = "0.0.5" } json_static = { git = "StanzaOrg/slm_json", version = "0.0.4" } lang_utils_static = { git = "StanzaOrg/slm_lang_utils", version = "0.0.6" }