Skip to content

Commit

Permalink
update capnp (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Mobarak authored Jun 26, 2023
1 parent 1a79fb3 commit 5fc0bb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions console_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async_logger = "0.3.3"
strum = "0.25"
strum_macros = "0.25"
lazy_static = "1.4.0"
capnp = "0.16.1"
capnp = "0.17.2"
csv = "1"
paste = "1"
glob = "0.3.1"
Expand Down Expand Up @@ -69,7 +69,7 @@ tempfile = "3.6.0"
rstest = "0.17.0"

[build-dependencies]
capnpc = "0.16"
capnpc = "0.17.1"

[lib]
name = "console_backend"
Expand Down

0 comments on commit 5fc0bb4

Please sign in to comment.