diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-10 15:46:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 15:46:51 +0100 |
| commit | 353981e79455ec42a692d384d403dcda112704bd (patch) | |
| tree | 993b6592b415a921399d3276848e47e04ce757d6 /crates/atuin-daemon/Cargo.toml | |
| parent | chore(deps): bump react-spinners from 0.13.8 to 0.14.1 in /ui (#2220) (diff) | |
| download | atuin-353981e79455ec42a692d384d403dcda112704bd.zip | |
chore(deps): update to tonic 0.12, prost 0.13 (#2250)
Resolve #2248
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 0c34d3eb..a68e7c0a 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -27,16 +27,18 @@ tracing = { workspace = true } tracing-subscriber = { workspace = true } dashmap = "5.5.3" -tonic-types = "0.11.0" -tonic = "0.11" -prost = "0.12" +tonic-types = "0.12.0" +tonic = "0.12" +prost = "0.13" prost-types = "0.12" tokio-stream = {version="0.1.14", features=["net"]} +hyper-util = "0.1" + rand.workspace = true [target.'cfg(target_os = "linux")'.dependencies] listenfd = "1.0.1" [build-dependencies] -protox = "0.6.0" -tonic-build = "0.11" +protox = "0.7.0" +tonic-build = "0.12" |
