| 
1 | 1 | [package]  | 
2 |  | -name    = "fortuna"  | 
3 |  | -version = "6.5.5"  | 
 | 2 | +name = "fortuna"  | 
 | 3 | +version = "6.7.1"  | 
4 | 4 | edition = "2021"  | 
5 | 5 | 
 
  | 
6 | 6 | [dependencies]  | 
7 |  | -anyhow      = "1.0.75"  | 
8 |  | -axum        = { version = "0.6.20", features = ["json", "ws", "macros"] }  | 
9 |  | -axum-macros        = { version = "0.3.8" }  | 
10 |  | -base64             = { version = "0.21.0" }  | 
 | 7 | +anyhow = "1.0.75"  | 
 | 8 | +axum = { version = "0.6.20", features = ["json", "ws", "macros"] }  | 
 | 9 | +axum-macros = { version = "0.3.8" }  | 
 | 10 | +base64 = { version = "0.21.0" }  | 
11 | 11 | bincode = "1.3.3"  | 
12 |  | -byteorder   = "1.5.0"  | 
13 |  | -clap        = { version = "4.4.6", features = ["derive", "cargo", "env"] }  | 
14 |  | -ethabi      = "18.0.0"  | 
15 |  | -ethers      = { version = "2.0.14", features = ["ws"] }  | 
16 |  | -futures            = { version = "0.3.28" }  | 
 | 12 | +byteorder = "1.5.0"  | 
 | 13 | +clap = { version = "4.4.6", features = ["derive", "cargo", "env"] }  | 
 | 14 | +ethabi = "18.0.0"  | 
 | 15 | +ethers = { version = "2.0.14", features = ["ws"] }  | 
 | 16 | +futures = { version = "0.3.28" }  | 
17 | 17 | hex = "0.4.3"  | 
18 |  | -prometheus-client  = { version = "0.21.2" }  | 
 | 18 | +prometheus-client = { version = "0.21.2" }  | 
19 | 19 | pythnet-sdk = { path = "../../pythnet/pythnet_sdk", features = ["strum"] }  | 
20 |  | -rand        = "0.8.5"  | 
21 |  | -reqwest     = { version = "0.11.22", features = ["json", "blocking"] }  | 
22 |  | -serde       = { version = "1.0.188", features = ["derive"] }  | 
23 |  | -serde_qs           = { version = "0.12.0", features = ["axum"] }  | 
24 |  | -serde_json  = "1.0.107"  | 
 | 20 | +rand = "0.8.5"  | 
 | 21 | +reqwest = { version = "0.11.22", features = ["json", "blocking"] }  | 
 | 22 | +serde = { version = "1.0.188", features = ["derive"] }  | 
 | 23 | +serde_qs = { version = "0.12.0", features = ["axum"] }  | 
 | 24 | +serde_json = "1.0.107"  | 
25 | 25 | serde_with = { version = "3.4.0", features = ["hex", "base64"] }  | 
26 | 26 | serde_yaml = "0.9.25"  | 
27 |  | -sha3        = "0.10.8"  | 
28 |  | -tokio       = { version = "1.33.0", features = ["full"] }  | 
29 |  | -tower-http         = { version = "0.4.0", features = ["cors"] }  | 
30 |  | -tracing            = { version = "0.1.37", features = ["log"] }  | 
 | 27 | +sha3 = "0.10.8"  | 
 | 28 | +tokio = { version = "1.33.0", features = ["full"] }  | 
 | 29 | +tower-http = { version = "0.4.0", features = ["cors"] }  | 
 | 30 | +tracing = { version = "0.1.37", features = ["log"] }  | 
31 | 31 | tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }  | 
32 |  | -utoipa             = { version = "3.4.0", features = ["axum_extras"] }  | 
33 |  | -utoipa-swagger-ui  = { version = "3.1.4", features = ["axum"] }  | 
 | 32 | +utoipa = { version = "3.4.0", features = ["axum_extras"] }  | 
 | 33 | +utoipa-swagger-ui = { version = "3.1.4", features = ["axum"] }  | 
34 | 34 | once_cell = "1.18.0"  | 
35 | 35 | lazy_static = "1.4.0"  | 
36 | 36 | url = "2.5.0"  | 
37 |  | -chrono = { version = "0.4.38", features = ["clock", "std"] , default-features = false}  | 
 | 37 | +chrono = { version = "0.4.38", features = [  | 
 | 38 | +  "clock",  | 
 | 39 | +  "std",  | 
 | 40 | +], default-features = false }  | 
38 | 41 | backoff = { version = "0.4.0", features = ["futures", "tokio"] }  | 
39 | 42 | thiserror = "1.0.61"  | 
40 | 43 | futures-locks = "0.7.1"  | 
 | 
0 commit comments