build(deps): update dependencies (#1342)

This commit is contained in:
Sanchith Hegde
2023-06-07 23:27:04 +05:30
committed by GitHub
parent a6e91a828b
commit bce01ced11
26 changed files with 510 additions and 1119 deletions

View File

@ -1,9 +0,0 @@
fn main() {
// Set thread stack size to 4 MiB for debug builds
// Reference: https://doc.rust-lang.org/std/thread/#stack-size
#[cfg(debug_assertions)]
println!("cargo:rustc-env=RUST_MIN_STACK=4194304"); // 4 * 1024 * 1024 = 4 MiB
#[cfg(feature = "vergen")]
router_env::vergen::generate_cargo_instructions();
}