Compare commits
1 Commits
main
...
c9e801cc85
| Author | SHA1 | Date | |
|---|---|---|---|
| c9e801cc85 |
501
Cargo.lock
generated
501
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -14,8 +14,8 @@ tracing = { version = "0.1", features = ["log"] }
|
|||||||
tracing-subscriber = { version = "0.3.18" }
|
tracing-subscriber = { version = "0.3.18" }
|
||||||
clap = { version = "4", features = ["derive", "env"] }
|
clap = { version = "4", features = ["derive", "env"] }
|
||||||
dotenv = { version = "0.15" }
|
dotenv = { version = "0.15" }
|
||||||
axum = { version = "0.7" }
|
axum = { version = "0.8" }
|
||||||
nodrift = { version = "0.2.0" }
|
nodrift = { version = "0.3.0" }
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
|
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
|
||||||
bytes = "1.7.1"
|
bytes = "1.7.1"
|
||||||
|
|||||||
@@ -27,9 +27,9 @@ prost.workspace = true
|
|||||||
prost-types.workspace = true
|
prost-types.workspace = true
|
||||||
chrono = { version = "0.4.38", features = ["serde"] }
|
chrono = { version = "0.4.38", features = ["serde"] }
|
||||||
tokio-stream = "0.1.15"
|
tokio-stream = "0.1.15"
|
||||||
dagger-sdk = "0.13.0"
|
dagger-sdk = "0.15.0"
|
||||||
rand = "0.8.5"
|
rand = "0.9.0"
|
||||||
notmad = "0.5.0"
|
notmad = "0.7.0"
|
||||||
prometheus = "0.13.4"
|
prometheus = "0.13.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user