Compare commits
2 Commits
1b9c0a0e65
...
5a5e7cf95d
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a5e7cf95d | |||
| 64220bea63 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -179,9 +179,9 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "1.10.1"
|
version = "1.11.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cc"
|
name = "cc"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ dotenv.workspace = true
|
|||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
uuid = { version = "1.7.0", features = ["v4"] }
|
uuid = { version = "1.7.0", features = ["v4"] }
|
||||||
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
|
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
|
||||||
prost = "0.13.4"
|
prost = "0.14.0"
|
||||||
prost-types = "0.13.4"
|
prost-types = "0.14.0"
|
||||||
bytes = "1.9.0"
|
bytes = "1.9.0"
|
||||||
async-trait = "0.1.85"
|
async-trait = "0.1.85"
|
||||||
|
|||||||
Reference in New Issue
Block a user