diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-10 16:52:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 16:52:48 +0100 |
| commit | 35bbaea0e4b1a57d710dc63409a1843ae8646d06 (patch) | |
| tree | 45ba9258cb1b6f0f3cfdab492efae26521ab9fd5 /crates/atuin-daemon | |
| parent | feat(gui): use fancy new side nav (#2243) (diff) | |
| download | atuin-35bbaea0e4b1a57d710dc63409a1843ae8646d06.zip | |
chore(deps): update prost-types (#2251)
Diffstat (limited to 'crates/atuin-daemon')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index a68e7c0a..f62ed783 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -30,7 +30,7 @@ dashmap = "5.5.3" tonic-types = "0.12.0" tonic = "0.12" prost = "0.13" -prost-types = "0.12" +prost-types = "0.13" tokio-stream = {version="0.1.14", features=["net"]} hyper-util = "0.1" |
