Compare commits
1 Commits
main
...
a5691f7557
| Author | SHA1 | Date | |
|---|---|---|---|
| a5691f7557 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1050,9 +1050,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.49.0"
|
version = "1.48.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"libc",
|
"libc",
|
||||||
|
|||||||
@@ -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