diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 |
| commit | f794c183967893a6585323b299e875fab604e39e (patch) | |
| tree | f04b3caae958ffb42625c5a97465673c5dfff06c /Cargo.toml | |
| parent | e79034a44d6a747cac94e1d425bc200341e40f98 (diff) | |
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 78 |
1 files changed, 39 insertions, 39 deletions
@@ -1,39 +1,39 @@ -[workspace]
-members = [
- "exes/cache/",
- "exes/gateway/",
- "exes/rest/",
- "exes/webhook/",
- "exes/ratelimit/",
-
-
- "libs/all_in_one/",
- "libs/proto/",
- "libs/shared/",
- "libs/leash/"
-]
-
-[workspace.dependencies]
-shared = { path = "libs/shared" }
-proto = { path = "libs/proto" }
-leash = { path = "libs/leash" }
-
-tokio = { version = "1", features = ["rt-multi-thread"] }
-serde = { version = "1", features = ["derive"] }
-serde_json = "1"
-hyper = "0.14.23"
-
-anyhow = "1"
-
-tracing = "0.1"
-tracing-futures = "0.2"
-tracing-opentelemetry = "0.18"
-opentelemetry = { version = "0.18", features = ["rt-tokio"] }
-opentelemetry-http = "0.7"
-
-criterion = { version = "0.4", features = ["async_tokio"] }
-tokio-test = "0.4.2"
-tracing-test = "0.2.3"
-tracing-subscriber = "0.3.16"
-test-log = { version = "*", features = ["trace"] }
-env_logger = "0.10.0"
+[workspace] +members = [ + "exes/cache/", + "exes/gateway/", + "exes/rest/", + "exes/webhook/", + "exes/ratelimit/", + + + "libs/all_in_one/", + "libs/proto/", + "libs/shared/", + "libs/leash/" +] +resolver = "2" +[workspace.dependencies] +shared = { path = "libs/shared" } +proto = { path = "libs/proto" } +leash = { path = "libs/leash" } + +tokio = { version = "1", features = ["rt-multi-thread", "signal"] } +serde = { version = "1", features = ["derive"] } +serde_json = "1" +hyper = "0.14.27" + +anyhow = "1" + +tracing = "0.1" +tracing-futures = "0.2" +tracing-opentelemetry = "0.19" +opentelemetry = { version = "0.19", features = ["rt-tokio"] } +opentelemetry-http = "0.8" + +criterion = { version = "0.5", features = ["async_tokio"] } +tokio-test = "0.4.2" +tracing-test = "0.2.4" +tracing-subscriber = "0.3.17" +test-log = { version = "*", features = ["trace"] } +env_logger = "0.10.0" |
