cargo upgrades

This commit is contained in:
John Smith
2023-09-16 21:56:19 -04:00
parent a0fcc0fa49
commit d60c296303
10 changed files with 221 additions and 596 deletions

View File

@@ -40,7 +40,7 @@ log = { version = "0.4.20" }
eyre = "0.6.8"
static_assertions = "1.1.0"
cfg-if = "1.0.0"
thiserror = "1.0.47"
thiserror = "1.0.48"
futures-util = { version = "0.3.28", default-features = false, features = [
"alloc",
] }
@@ -49,7 +49,7 @@ once_cell = "1.18.0"
stop-token = { version = "0.7.0", default-features = false }
rand = "0.8.5"
rand_core = "0.6.4"
backtrace = "0.3.68"
backtrace = "0.3.69"
fn_name = "0.1.0"
range-set-blaze = "0.1.9"
flume = { version = "0.11.0", features = ["async"] }
@@ -66,10 +66,10 @@ futures-util = { version = "0.3.28", default-features = false, features = [
"std",
"io",
] }
chrono = "0.4.26"
chrono = "0.4.31"
libc = "0.2.147"
nix = "0.26.2"
libc = "0.2.148"
nix = { version = "0.27.1", features = [ "user" ] }
# Dependencies for WASM builds only
[target.'cfg(target_arch = "wasm32")'.dependencies]