Skip to content

Commit 734d7f0

Browse files
committed
Update lori to 0.13.1
Picks up a fix for connections stalling after large writes with backpressure.
1 parent b6b0bb9 commit 734d7f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ make stop-redis
2525

2626
## Dependencies
2727

28-
- `ponylang/lori` (0.13.0) — TCP networking (transitively depends on `ponylang/ssl`, hence the `ssl=` build flag)
28+
- `ponylang/lori` (0.13.1) — TCP networking (transitively depends on `ponylang/ssl`, hence the `ssl=` build flag)
2929

3030
## Architecture
3131

corral.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"deps": [
1414
{
1515
"locator": "github.com/ponylang/lori.git",
16-
"version": "0.13.0"
16+
"version": "0.13.1"
1717
}
1818
]
1919
}

0 commit comments

Comments
 (0)