diff --git a/Manifest.toml b/Manifest.toml index ce3cf69..ffaee78 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,7 +2,7 @@ julia_version = "1.12.7" manifest_format = "2.0" -project_hash = "58b7a51dc4ee3f795ff0257a13ffaace09aa4e20" +project_hash = "1e0293861782da4b80ca02937a06ee14b1325efb" [[deps.AWS]] deps = ["Base64", "Compat", "Dates", "Downloads", "GitHub", "HTTP", "IniFile", "JSON", "MD5", "Mocking", "OrderedCollections", "Random", "SHA", "ScopedValues", "Sockets", "URIs", "UUIDs", "XMLDict"] @@ -333,10 +333,12 @@ uuid = "a0844989-3bd2-4988-8bea-c9407ab0941b" version = "1.2.0" [[deps.GeneralUtils]] -deps = ["AWS", "AWSS3", "CSV", "DataFrames", "DataStructures", "Dates", "Distributions", "Graphs", "HTTP", "JSON", "LibPQ", "NATS", "PrettyPrinting", "Random", "Revise", "SHA", "StringDistances", "UUIDs"] -path = "../GeneralUtils" +deps = ["AWS", "AWSS3", "CSV", "DataFrames", "DataStructures", "Dates", "Distributions", "Graphs", "HTTP", "JSON", "LibPQ", "NATS", "OrderedCollections", "PrettyPrinting", "Random", "Revise", "SHA", "StringDistances", "URIs", "UUIDs"] +git-tree-sha1 = "2ba657c0304923af99f426fbe3a1f281690ef56f" +repo-rev = "main" +repo-url = "https://git.yiem.cc/ton/GeneralUtils" uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe" -version = "0.6.1" +version = "0.6.2" [[deps.GitHub]] deps = ["Base64", "Dates", "HTTP", "JSON", "MbedTLS", "Sockets", "SodiumSeal", "URIs"] diff --git a/Project.toml b/Project.toml index 2220726..a60c3a2 100644 --- a/Project.toml +++ b/Project.toml @@ -18,4 +18,5 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] Base64 = "1.11.0" Dates = "1.11.0" +GeneralUtils = "0.6.2" JSON = "1.4.0"