2 Commits

Author SHA1 Message Date
74c3523dc5 fix(deps): update tokio-prost monorepo to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2026-03-06 05:02:35 +00:00
faa386215d fix(deps): update rust crate uuid to v1.22.0
Some checks failed
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
2026-03-06 02:08:51 +00:00
2 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -1335,9 +1335,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.21.0"
version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
dependencies = [
"getrandom 0.4.1",
"js-sys",

View File

@@ -19,8 +19,8 @@ dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
tonic = { version = "0.14.0", features = ["tls", "tls-roots"] }
prost = "0.13.4"
prost-types = "0.13.4"
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
prost = "0.14.0"
prost-types = "0.14.0"
bytes = "1.9.0"
async-trait = "0.1.85"