Skip to content

Commit 0a9ef63

Browse files
Update compact_str requirement in /crates/proxy-client (#63)
1 parent d516404 commit 0a9ef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proxy-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["asynchronous", "network-programming", "api-bindings"]
1616
openssh-proxy-client-error = { version = "0.1", path = "../proxy-client-error" }
1717
integer-hasher = "0.1.0"
1818
bytes = { version = "1.2.1", features = ["serde"] }
19-
compact_str = { version = "0.8.0", features = ["serde"] }
19+
compact_str = { version = "0.9.0", features = ["serde"] }
2020
concurrent_arena = "0.1.7"
2121
futures-util = { version = "0.3.24", features = ["sink"] }
2222
serde = { version = "1.0.103", features = ["derive"] }

0 commit comments

Comments
 (0)