Skip to content

Commit fa18fc7

Browse files
committed
bump capnp version
1 parent bd3eff6 commit fa18fc7

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Cargo.lock

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ name = "server"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
capnp = "0.14"
15-
capnp-rpc = "0.14"
14+
capnp = "0.15"
15+
capnp-rpc = "0.15"
1616
futures = "0.3"
1717
mio-uds = "0.6"
18-
sandstorm = "0.0.15"
18+
sandstorm = "0.0.16"
1919
tokio = { version = "1.0.0", features = ["macros", "net", "rt"]}
2020
tokio-util = { version = "0.6.0", features = ["compat"] }

0 commit comments

Comments
 (0)