Updated dependencies (#1174)
* Updated deps * win * Revert "win" This reverts commit a6dfd95f1c63a9471659481d92c5cbc480af6360. * revert win --------- Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
This commit is contained in:
parent
807a534121
commit
0d446bab20
@ -71,14 +71,14 @@ bincode = {version = "1.3", optional = true }
|
|||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
c2rust-bitfields = { version = "0.17", features = ["no_std"] }
|
c2rust-bitfields = { version = "0.17", features = ["no_std"] }
|
||||||
num_enum = { version = "0.5.7", default-features = false }
|
num_enum = { version = "0.5.7", default-features = false }
|
||||||
typed-builder = "0.12" # Implement the builder pattern at compiletime
|
typed-builder = "0.14" # Implement the builder pattern at compiletime
|
||||||
ahash = { version = "0.8", default-features=false } # The hash function already used in hashbrown
|
ahash = { version = "0.8", default-features=false } # The hash function already used in hashbrown
|
||||||
intervaltree = { version = "0.2.7", default-features = false, features = ["serde"] }
|
intervaltree = { version = "0.2.7", default-features = false, features = ["serde"] }
|
||||||
backtrace = {version = "0.3", optional = true} # Used to get the stacktrace in StacktraceObserver
|
backtrace = {version = "0.3", optional = true} # Used to get the stacktrace in StacktraceObserver
|
||||||
|
|
||||||
ctor = { optional = true, version = "0.1" }
|
ctor = { optional = true, version = "0.1" }
|
||||||
serde_json = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
|
serde_json = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
|
||||||
miniz_oxide = { version = "0.6.2", optional = true}
|
miniz_oxide = { version = "0.7.1", optional = true}
|
||||||
hostname = { version = "^0.3", optional = true } # Is there really no gethostname in the stdlib?
|
hostname = { version = "^0.3", optional = true } # Is there really no gethostname in the stdlib?
|
||||||
rand_core = { version = "0.6", optional = true }
|
rand_core = { version = "0.6", optional = true }
|
||||||
nix = { version = "0.26", optional = true }
|
nix = { version = "0.26", optional = true }
|
||||||
|
@ -15,5 +15,5 @@ categories = ["development-tools::testing", "emulators", "embedded", "os", "no-s
|
|||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "1", features = ["full", "extra-traits"] }
|
syn = { version = "2", features = ["full", "extra-traits"] }
|
||||||
quote = "1"
|
quote = "1"
|
||||||
|
@ -23,7 +23,7 @@ slirp = [] # build qemu with host libslirp (for user networking)
|
|||||||
clippy = [] # special feature for clippy, don't use in normal projects§
|
clippy = [] # special feature for clippy, don't use in normal projects§
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bindgen = "0.63"
|
bindgen = "0.64"
|
||||||
which = "4.2"
|
which = "4.2"
|
||||||
json = "0.12"
|
json = "0.12"
|
||||||
shell-words = "1.1"
|
shell-words = "1.1"
|
||||||
|
@ -10,5 +10,5 @@ keywords = ["ci"]
|
|||||||
categories = ["development-tools::testing"]
|
categories = ["development-tools::testing"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cargo_toml = "0.14"
|
cargo_toml = "0.15"
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user