Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit f4cbebc

Browse files
authored
fix: raise pin-project dependency slightly (#145)
Fixes #144
1 parent fe58978 commit f4cbebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ futures-lite = "2"
4848
futures-sink = "0.3"
4949
futures-timer = "3"
5050
log = { version = "0.4", optional = true }
51-
pin-project = "1"
51+
pin-project = "1.1.3"
5252
serde = { version = "1.0", features = ["derive"] }
5353
serde_json = "1.0"
5454
thiserror = "2.0.16"

0 commit comments

Comments
 (0)