diff --git a/CLAUDE.md b/CLAUDE.md index cebc433..4e16c98 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,7 +25,7 @@ make stop-redis ## Dependencies -- `ponylang/lori` (0.13.0) — TCP networking (transitively depends on `ponylang/ssl`, hence the `ssl=` build flag) +- `ponylang/lori` (0.13.1) — TCP networking (transitively depends on `ponylang/ssl`, hence the `ssl=` build flag) ## Architecture diff --git a/corral.json b/corral.json index 145b9ea..8244868 100644 --- a/corral.json +++ b/corral.json @@ -13,7 +13,7 @@ "deps": [ { "locator": "github.com/ponylang/lori.git", - "version": "0.13.0" + "version": "0.13.1" } ] }