|
1 | 1 | [package] |
2 | 2 | name = "axum-techempower" |
3 | | -version = "0.2.1" |
| 3 | +version = "0.3.0" |
4 | 4 | authors = [ "Dragos Varovici <[email protected]>"] |
5 | | -edition = "2021" |
| 5 | +edition = "2024" |
6 | 6 |
|
7 | 7 | [[bin]] |
8 | 8 | name = "axum" |
@@ -39,49 +39,49 @@ simd-json = [ |
39 | 39 | ] |
40 | 40 |
|
41 | 41 | [dependencies] |
42 | | -axum = { version = "0.7.9", default-features = false, features = [ |
| 42 | +axum = { version = "0.8.3", default-features = false, features = [ |
43 | 43 | "json", |
44 | 44 | "query", |
45 | 45 | "http1", |
46 | 46 | "tokio", |
47 | 47 | ] } |
48 | | -deadpool = { version = "0.12.1", features = ["rt_tokio_1", "serde", "managed"] } |
| 48 | +deadpool = { version = "0.12.2", features = ["rt_tokio_1", "serde", "managed"] } |
49 | 49 | deadpool-postgres = { version = "0.14.1", features = ["rt_tokio_1", "serde"] } |
50 | 50 | dotenv = "0.15.0" |
51 | 51 | futures = "0.3.31" |
52 | 52 | futures-util = "0.3.31" |
53 | | -mongodb = { version = "3.1.1", features = [ |
| 53 | +mongodb = { version = "3.2.3", features = [ |
54 | 54 | "zstd-compression", |
55 | 55 | "snappy-compression", |
56 | 56 | "zlib-compression", |
57 | 57 | ] } |
58 | 58 | num_cpus = "1.16.0" |
59 | | -rand = { version = "0.8.5", features = ["small_rng"] } |
60 | | -serde = { version = "1.0.216", features = ["derive"] } |
61 | | -serde_json = "1.0.134" |
62 | | -sqlx = { version = "0.8.2", features = [ |
| 59 | +rand = { version = "0.9.0", features = ["small_rng"] } |
| 60 | +serde = { version = "1.0.219", features = ["derive"] } |
| 61 | +serde_json = "1.0.140" |
| 62 | +sqlx = { version = "0.8.3", features = [ |
63 | 63 | "postgres", |
64 | 64 | "macros", |
65 | 65 | "runtime-tokio", |
66 | 66 | "tls-rustls", |
67 | 67 | ] } |
68 | | -tokio = { version = "1.42.0", features = ["full"] } |
| 68 | +tokio = { version = "1.44.2", features = ["full"] } |
69 | 69 | tokio-pg-mapper = { version = "0.2.0" } |
70 | 70 | tokio-pg-mapper-derive = { version = "0.2.0" } |
71 | | -tokio-postgres = { version = "0.7.12" } |
| 71 | +tokio-postgres = { version = "0.7.13" } |
72 | 72 | tower = { version = "0.5.2", features = ["util"] } |
73 | 73 | tower-http = { version = "0.6.2", features = ["set-header"] } |
74 | 74 | yarte = "0.15.7" |
75 | | -simd-json = { version = "0.14.3", optional = true } |
76 | | -axum-core = { version = "0.4.5", optional = true } |
| 75 | +simd-json = { version = "0.15.0", optional = true } |
| 76 | +axum-core = { version = "0.5.2", optional = true } |
77 | 77 | mime = { version = "0.3.17", optional = true } |
78 | | -bytes = { version = "1.9.0", optional = true } |
79 | | -serde_path_to_error = { version = "0.1.16", optional = true } |
80 | | -socket2 = "0.5.8" |
81 | | -hyper = { version = "1.5", features = ["server", "http1"] } |
| 78 | +bytes = { version = "1.10.1", optional = true } |
| 79 | +serde_path_to_error = { version = "0.1.17", optional = true } |
| 80 | +socket2 = "0.5.9" |
| 81 | +hyper = { version = "1.6", features = ["server", "http1"] } |
82 | 82 | hyper-util = { version = "0.1", features = ["tokio", "server-auto", "http1"] } |
83 | | -quick_cache = "0.6.9" |
84 | | -mimalloc = "0.1.43" |
| 83 | +quick_cache = "0.6.12" |
| 84 | +mimalloc = "0.1.45" |
85 | 85 |
|
86 | 86 |
|
87 | 87 | [profile.release] |
|
0 commit comments