@@ -51,7 +51,7 @@ is-terminal = { workspace = true }
5151kdl = { workspace = true }
5252miette = { workspace = true , features = [" fancy" ] }
5353mimalloc = { workspace = true , optional = true }
54- rand = { workspace = true , default_features = false , features = [" thread_rng" ] }
54+ rand = { workspace = true , features = [" thread_rng" ] , default-features = false }
5555sentry = { workspace = true , optional = true }
5656serde = { workspace = true , features = [" derive" ] }
5757serde_json = { workspace = true }
@@ -80,10 +80,10 @@ members = [".", "crates/*"]
8080
8181[workspace .package ]
8282authors = [" Orogene Maintainers and Contributors" ]
83- edition = " 2021 "
83+ edition = " 2024 "
8484repository = " https://github.com/orogene/orogene"
8585homepage = " https://orogene.dev"
86- rust-version = " 1.79 "
86+ rust-version = " 1.85 "
8787
8888[features ]
8989default = [" alloc-snmalloc" ]
@@ -94,82 +94,81 @@ alloc-jemalloc = ["tikv-jemallocator"]
9494error-reporting = [" sentry" ]
9595
9696[workspace .dependencies ]
97- anyhow = " 1.0.80 "
98- async-compression = " 0.4.6 "
99- async-process = " 2.2.3 "
100- async-std = " 1.12 .0"
101- async-trait = " 0.1.80 "
102- backon = " 1.3 .0"
97+ anyhow = " 1.0.96 "
98+ async-compression = " 0.4.20 "
99+ async-process = " 2.3.0 "
100+ async-std = " 1.13 .0"
101+ async-trait = " 0.1.86 "
102+ backon = " 1.4 .0"
103103base64 = " 0.22.1"
104104bincode = " 1.3.3"
105- bumpalo = { version = " 3.16 .0" , features = [" serde" , " collections" , " boxed" ] }
105+ bumpalo = { version = " 3.17 .0" , features = [" serde" , " collections" , " boxed" ] }
106106bytecount = " 0.6.8"
107- cacache = { version = " 13.0 .0" , default-features = false , features = [" mmap" , " tokio-runtime" ] }
108- chrono = " 0.4.31 "
107+ cacache = { version = " 13.1 .0" , default-features = false , features = [" mmap" , " tokio-runtime" ] }
108+ chrono = " 0.4.40 "
109109chrono-humanize = " 0.2.3"
110- clap = " 4.5.3 "
110+ clap = " 4.5.31 "
111111colored = " 3.0.0"
112- config = { version = " 0.15.6 " , default-features = false }
112+ config = { version = " 0.15.8 " , default-features = false }
113113console_error_panic_hook = " 0.1.7"
114- darling = " 0.20.9 "
115- dashmap = " 6.0.1 "
116- derive_builder = " 0.20.0 "
114+ darling = " 0.20.10 "
115+ dashmap = " 6.1.0 "
116+ derive_builder = " 0.20.2 "
117117dialoguer = { version = " 0.10.4" , default-features = false } # needs attention
118118directories = " 6.0.0"
119- dunce = " 1.0.4 "
120- flate2 = { version = " 1.0.28 " , default-features = false }
121- futures = " 0.3.30 "
122- http = " 1.1 .0"
123- indexmap = " 2.2.6 "
124- indicatif = " 0.17.7 "
119+ dunce = " 1.0.5 "
120+ flate2 = { version = " 1.1.0 " , default-features = false }
121+ futures = " 0.3.31 "
122+ http = " 1.2 .0"
123+ indexmap = " 2.7.1 "
124+ indicatif = " 0.17.11 "
125125io_tee = " 0.1.1"
126- is-terminal = " 0.4.12 "
127- is_ci = " 1.1.1 "
128- http-cache-reqwest = " 0.15.0 "
126+ is-terminal = " 0.4.15 "
127+ is_ci = " 1.2.0 "
128+ http-cache-reqwest = " 0.15.1 "
129129humansize = " 1.1.0" # needs attention
130- insta = " 1.39.0 "
131- js-sys = " 0.3.69 "
132- junction = " 1.1 .0"
130+ insta = " 1.42.2 "
131+ js-sys = " 0.3.77 "
132+ junction = " 1.2 .0"
133133kdl = { git = " https://github.com/elide-tools/kdl-rs.git" , rev = " b76df4f16ce805798e6d513a6daedf97f6d28e5d" }
134- # kdl = { git = "https://github.com/elide-tools/kdl-rs.git", rev = "6044ef9776f24f45004c36d7628b1f5fbd83c8ad" }
135134maplit = " 1.0.2"
136- miette = " 7.4 .0"
135+ miette = " 7.5 .0"
137136mimalloc = { version = " 0.1.43" }
138- mockito = " 1.4.0 "
139- node-semver = " 2.1 .0"
140- nom = " 7.1.3 "
141- once_cell = " 1.19.0 "
142- open = " 5.1.4 "
143- pathdiff = " 0.2.1 "
137+ mockito = " 1.6.1 "
138+ node-semver = " 2.2 .0"
139+ nom = " 8.0.0 "
140+ once_cell = " 1.20.3 "
141+ open = " 5.3.2 "
142+ pathdiff = " 0.2.3 "
144143percent-encoding = " 2.3.1"
145144petgraph = { version = " 0.7.1" , default-features = false }
146145poloto = " 19.1.2"
147- pretty_assertions = " 1.4.0 "
148- proc-macro2 = " 1.0.86 "
149- quote = " 1.0.36 "
146+ pretty_assertions = " 1.4.1 "
147+ proc-macro2 = " 1.0.93 "
148+ quote = " 1.0.38 "
150149rand = { version = " 0.9.0" , default-features = false }
151- reflink-copy = " 0.1.18 "
152- regex = " 1.10.5 "
153- reqwest = { version = " 0.12.3 " , default-features = true , features = [" native-tls" , " http2" , " charset" , " json" , " gzip" , " stream" ] }
154- reqwest-middleware = " 0.4.0 "
150+ reflink-copy = " 0.1.24 "
151+ regex = " 1.11.1 "
152+ reqwest = { version = " 0.12.12 " , default-features = false , features = [" native-tls" , " http2" , " charset" , " json" , " gzip" , " stream" ] }
153+ reqwest-middleware = " 0.4.1 "
155154resvg = " 0.29.0"
156155rkyv = { version = " 0.8.10" }
157156sentry = " 0.36.0"
158- serde = " 1.0.203 "
159- serde_json = " 1.0.118 "
157+ serde = " 1.0.218 "
158+ serde_json = " 1.0.139 "
160159serde-wasm-bindgen = " 0.6.5"
161160simd-json = { version = " 0.14.3" , features = [" serde_impl" , " known-key" ] }
162- snmalloc-rs = { version = " 0.3.6 " , features = [" native-cpu" , " lto" ] }
161+ snmalloc-rs = { version = " 0.3.8 " , features = [" native-cpu" , " lto" ] }
163162ssri = " 9.2.0"
164163supports-unicode = " 3.0.0"
165- syn = " 2.0.68 "
166- tar = " 0.4.41 "
164+ syn = " 2.0.98 "
165+ tar = " 0.4.44 "
167166task-local-extensions = " 0.1.4"
168- tempfile = " 3.10 .1"
167+ tempfile = " 3.17 .1"
169168term_grid = " 0.2.0"
170169term_size = " 0.3.2"
171170test-case = " 3.3.1"
172- thiserror = " 1.0.69"
171+ thiserror = " 1.0.69" # needs attention
173172tikv-jemallocator = { version = " 0.6.0" , features = [" background_threads" ] }
174173tokio = { version = " 1" , default-features = false , features = [
175174 " fs" ,
@@ -179,19 +178,19 @@ tokio = { version = "1", default-features = false, features = [
179178 " rt-multi-thread" ,
180179 " sync" ,
181180] }
182- tracing = " 0.1.40 "
181+ tracing = " 0.1.41 "
183182tracing-appender = " 0.2.3"
184- tracing-indicatif = " 0.3.6 "
185- tracing-subscriber = " 0.3.18 "
183+ tracing-indicatif = " 0.3.9 "
184+ tracing-subscriber = " 0.3.19 "
186185tsify = { version = " 0.4.5" , default-features = false }
187- unicase = " 2.7.0 "
188- url = " 2.5.2 "
186+ unicase = " 2.8.1 "
187+ url = " 2.5.4 "
189188walkdir = " 2.5.0"
190- wasm-bindgen = " 0.2.92 "
191- wasm-bindgen-futures = " 0.4.42 "
192- wasm-streams = " 0.4.0 "
193- which = " 7.0.0 "
194- wiremock = " 0.6.0 "
189+ wasm-bindgen = " 0.2.100 "
190+ wasm-bindgen-futures = " 0.4.50 "
191+ wasm-streams = " 0.4.2 "
192+ which = " 7.0.2 "
193+ wiremock = " 0.6.3 "
195194reqwest-retry = " 0.7.0"
196195
197196# [patch.crates-io]
0 commit comments