update/upgrade dependencies
This commit is contained in:
committed by
Bennet Bleßmann
parent
4ce4cd1bc1
commit
177bc16255
1790
Cargo.lock
generated
1790
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
94
Cargo.toml
94
Cargo.toml
@@ -26,70 +26,70 @@ crypto-full = []
|
|||||||
"rust-version-1.80" = []
|
"rust-version-1.80" = []
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
indexmap = "1.0.2"
|
indexmap = "2.3.0"
|
||||||
proc-macro2 = "1.0.36"
|
proc-macro2 = "1.0.86"
|
||||||
quote = "1.0.15"
|
quote = "1.0.36"
|
||||||
strum = "0.23"
|
strum = "0.26"
|
||||||
strum_macros = "0.23"
|
strum_macros = "0.26"
|
||||||
syn = { version = "2.0.32", features = ['full', 'visit', 'extra-traits'] }
|
syn = { version = "2.0.72", features = ['full', 'visit', 'extra-traits'] }
|
||||||
to-syn-value = "0.1.1"
|
to-syn-value = "0.1.1"
|
||||||
to-syn-value_derive = "0.1.1"
|
to-syn-value_derive = "0.1.1"
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.12.3"
|
base64 = "0.22.1"
|
||||||
bit-set = "0.5.3"
|
bit-set = "0.8.0"
|
||||||
bitvec = "1"
|
bitvec = "1"
|
||||||
blake2 = "0.8.1"
|
blake2 = "0.10.6"
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
chrono = "0.4.11"
|
chrono = "0.4.38"
|
||||||
cpu-time = "1.0.0"
|
cpu-time = "1.0.0"
|
||||||
crrl = "0.6.0"
|
crrl = "0.9.0"
|
||||||
dashu = "0.4.0"
|
dashu = "0.4.2"
|
||||||
derive_deref = "1.1.1"
|
derive_deref = "1.1.1"
|
||||||
dirs-next = "2.0.0"
|
dirs-next = "2.0.0"
|
||||||
divrem = "0.1.0"
|
divrem = "1.0.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
fxhash = "0.2.1"
|
fxhash = "0.2.1"
|
||||||
git-version = "0.3.4"
|
git-version = "0.3.9"
|
||||||
indexmap = "1.0.2"
|
indexmap = "2.3.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.5.0"
|
||||||
lexical = "5.2.2"
|
lexical = "6.1.1"
|
||||||
libc = "0.2.62"
|
libc = "0.2.155"
|
||||||
libloading = "0.7"
|
libloading = "0.8"
|
||||||
scryer-modular-bitfield = "0.11.4"
|
scryer-modular-bitfield = "0.11.4"
|
||||||
num-order = { version = "1.2.0" }
|
num-order = { version = "1.2.0" }
|
||||||
ordered-float = "2.6.0"
|
ordered-float = "4.2.2"
|
||||||
phf = { version = "0.9", features = ["macros"] }
|
phf = { version = "0.11", features = ["macros"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
regex = "1.9.1"
|
regex = "1.10.6"
|
||||||
ring = { version = "0.17.5", features = ["wasm32_unknown_unknown_js"] }
|
ring = { version = "0.17.8", features = ["wasm32_unknown_unknown_js"] }
|
||||||
ripemd160 = "0.8.0"
|
ripemd160 = "0.10.0"
|
||||||
roxmltree = "0.11.0"
|
roxmltree = "0.20.0"
|
||||||
ryu = "1.0.9"
|
ryu = "1.0.18"
|
||||||
select = "0.6.0"
|
select = "0.6.0"
|
||||||
sha3 = "0.8.2"
|
sha3 = "0.10.8"
|
||||||
smallvec = "1.8.0"
|
smallvec = "1.13.2"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
|
|
||||||
serde_json = "1.0.95"
|
serde_json = "1.0.122"
|
||||||
serde = "1.0.159"
|
serde = "1.0.204"
|
||||||
arcu = { version = "0.1.1", features = ["thread_local_counter"] }
|
arcu = { version = "0.1.1", features = ["thread_local_counter"] }
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
crossterm = { version = "0.20.0", optional = true }
|
crossterm = { version = "0.28.1", optional = true }
|
||||||
ctrlc = { version = "3.2.2", optional = true }
|
ctrlc = { version = "3.4.4", optional = true }
|
||||||
hostname = { version = "0.3.1", optional = true }
|
hostname = { version = "0.4.0", optional = true }
|
||||||
libffi = { version = "3.2.0", optional = true }
|
libffi = { version = "3.2.0", optional = true }
|
||||||
native-tls = { version = "0.2.4", optional = true }
|
native-tls = { version = "0.2.12", optional = true }
|
||||||
reqwest = { version = "0.11.18", optional = true }
|
reqwest = { version = "0.12.5", optional = true }
|
||||||
rustyline = { version = "12.0.0", optional = true }
|
rustyline = { version = "14.0.0", optional = true }
|
||||||
tokio = { version = "1.28.2", features = ["full"] }
|
tokio = { version = "1.39.2", features = ["full"] }
|
||||||
warp = { version = "=0.3.5", features = ["tls"], optional = true }
|
warp = { version = "0.3.7", features = ["tls"], optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
getrandom = { version = "0.2.10", features = ["js"] }
|
getrandom = { version = "0.2.15", features = ["js"] }
|
||||||
tokio = { version = "1.28.2", features = [
|
tokio = { version = "1.39.2", features = [
|
||||||
"sync",
|
"sync",
|
||||||
"macros",
|
"macros",
|
||||||
"io-util",
|
"io-util",
|
||||||
@@ -99,9 +99,9 @@ tokio = { version = "1.28.2", features = [
|
|||||||
|
|
||||||
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
|
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
|
||||||
console_error_panic_hook = "0.1"
|
console_error_panic_hook = "0.1"
|
||||||
wasm-bindgen = "0.2.87"
|
wasm-bindgen = "0.2.92"
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
serde-wasm-bindgen = "0.5"
|
serde-wasm-bindgen = "0.6"
|
||||||
web-sys = { version = "0.3", features = [
|
web-sys = { version = "0.3", features = [
|
||||||
"Document",
|
"Document",
|
||||||
"Window",
|
"Window",
|
||||||
@@ -112,14 +112,14 @@ js-sys = "0.3"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
predicates-core = "1.0.2"
|
predicates-core = "1.0.8"
|
||||||
serial_test = "2.0.0"
|
serial_test = "3.1.1"
|
||||||
|
|
||||||
[target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dev-dependencies]
|
[target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dev-dependencies]
|
||||||
assert_cmd = "1.0.3"
|
assert_cmd = "2.0.15"
|
||||||
criterion = "0.5.1"
|
criterion = "0.5.1"
|
||||||
iai-callgrind = "0.9.0"
|
iai-callgrind = "0.12.1"
|
||||||
trycmd = "0.14.19"
|
trycmd = "0.15.6"
|
||||||
|
|
||||||
[target.'cfg(not(any(target_os = "windows", all(target_arch = "wasm32", target_os = "unknown"))))'.dev-dependencies]
|
[target.'cfg(not(any(target_os = "windows", all(target_arch = "wasm32", target_os = "unknown"))))'.dev-dependencies]
|
||||||
pprof = { version = "0.13.0", features = ["criterion", "flamegraph"] }
|
pprof = { version = "0.13.0", features = ["criterion", "flamegraph"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user