diff --git a/rd-agent-intf/Cargo.toml b/rd-agent-intf/Cargo.toml index 8c8bc84..02874b9 100644 --- a/rd-agent-intf/Cargo.toml +++ b/rd-agent-intf/Cargo.toml @@ -15,11 +15,11 @@ readme = "README.md" rd-util = { path = "../rd-util", version = "2.2.4" } rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } -anyhow = "^1.0" -clap = "^2.33" -chrono = { version = "^0.4", features = ["serde"] } -enum-iterator = "^0.7" -lazy_static = "^1.4" -libc = "^0.2" -log = "^0.4" -serde = { version = "^1.0", features = ["derive"] } +anyhow = "1.0" +clap = "2.33" +chrono = { version = "0.4", features = ["serde"] } +enum-iterator = "0.7" +lazy_static = "1.4" +libc = "0.2" +log = "0.4" +serde = { version = "1.0", features = ["derive"] } diff --git a/rd-agent/Cargo.toml b/rd-agent/Cargo.toml index 4960c24..b4311c5 100644 --- a/rd-agent/Cargo.toml +++ b/rd-agent/Cargo.toml @@ -16,22 +16,22 @@ rd-util = { path = "../rd-util", version = "2.2.4" } rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.4" } -anyhow = "^1.0" -chrono = { version = "^0.4", features = ["serde"] } -crossbeam = "^0.8" -enum-iterator = "^0.7" -glob = "^0.3" -json = "^0.12" -lazy_static = "^1.4" -libc = "^0.2" -linux_proc = "^0.1" -log = "^0.4" -nix = "^0.23" -procfs = "^0.12" -proc-mounts = "^0.2" -regex = "^1.5" -scan_fmt = "^0.2" -serde = { version = "^1.0", features = ["derive"] } -serde_json = "^1.0" -sysinfo = "^0.23" -uzers = "^0.11" +anyhow = "1.0" +chrono = { version = "0.4", features = ["serde"] } +crossbeam = "0.8" +enum-iterator = "0.7" +glob = "0.3" +json = "0.12" +lazy_static = "1.4" +libc = "0.2" +linux_proc = "0.1" +log = "0.4" +nix = "0.23" +procfs = "0.12" +proc-mounts = "0.2" +regex = "1.5" +scan_fmt = "0.2" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +sysinfo = "0.23" +uzers = "0.11" diff --git a/rd-hashd-intf/Cargo.toml b/rd-hashd-intf/Cargo.toml index 38bbdb0..005b0a5 100644 --- a/rd-hashd-intf/Cargo.toml +++ b/rd-hashd-intf/Cargo.toml @@ -14,8 +14,8 @@ readme = "README.md" [dependencies] rd-util = { path = "../rd-util", version = "2.2.4" } -anyhow = "^1.0" -chrono = { version = "^0.4", features = ["serde"] } -clap = "^2.33" -lazy_static = "^1.4" -serde = { version = "^1.0", features = ["derive"] } +anyhow = "1.0" +chrono = { version = "0.4", features = ["serde"] } +clap = "2.33" +lazy_static = "1.4" +serde = { version = "1.0", features = ["derive"] } diff --git a/rd-hashd/Cargo.toml b/rd-hashd/Cargo.toml index b778f00..e2db7ae 100644 --- a/rd-hashd/Cargo.toml +++ b/rd-hashd/Cargo.toml @@ -13,21 +13,21 @@ readme = "README.md" rd-util = { path = "../rd-util", version = "2.2.4" } rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } -anyhow = "^1.0" -chrono = { version = "^0.4", features = ["serde"] } -console = "^0.15" -crossbeam = "^0.8" -env_logger = "^0.9" -glob = "^0.3" -indicatif = "^0.16" -lazy_static = "^1.4" -libc = "^0.2" -linreg = "^0.2" -log = "^0.4" -num = "^0.4" -pid = "^3.0" -quantiles = "^0.7" -rand = { version = "^0.8", features = ["small_rng"] } -rand_distr = "^0.4" -scan_fmt = "^0.2" -sha1_smol = "^1.0" +anyhow = "1.0" +chrono = { version = "0.4", features = ["serde"] } +console = "0.15" +crossbeam = "0.8" +env_logger = "0.9" +glob = "0.3" +indicatif = "0.16" +lazy_static = "1.4" +libc = "0.2" +linreg = "0.2" +log = "0.4" +num = "0.4" +pid = "3.0" +quantiles = "0.7" +rand = { version = "0.8", features = ["small_rng"] } +rand_distr = "0.4" +scan_fmt = "0.2" +sha1_smol = "1.0" diff --git a/rd-util/Cargo.toml b/rd-util/Cargo.toml index ef2989c..5db6e5b 100644 --- a/rd-util/Cargo.toml +++ b/rd-util/Cargo.toml @@ -12,30 +12,30 @@ build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "^1.0" -chrono = "^0.4" -clap = "^2.33" -console = "^0.15" -crossbeam = "^0.8" -ctrlc = { version = "^3.2", features = ["termination"] } -env_logger = "^0.9" -glob = "^0.3" -json = "^0.12" -lazy_static = "^1.4" -libc = "^0.2" -log = "^0.4" -num = "^0.4" -num_cpus = "^1.13" -page_size = "^0.4" -proc-mounts = "^0.2" -rand = { version = "^0.8", features = ["small_rng"] } -rustbus = "^0.17" -scan_fmt = "^0.2" -serde = { version = "^1.0", features = ["derive"] } -serde_json = "^1.0" -simplelog = "^0.11" -sysinfo = "^0.23" +anyhow = "1.0" +chrono = "0.4" +clap = "2.33" +console = "0.15" +crossbeam = "0.8" +ctrlc = { version = "3.2", features = ["termination"] } +env_logger = "0.9" +glob = "0.3" +json = "0.12" +lazy_static = "1.4" +libc = "0.2" +log = "0.4" +num = "0.4" +num_cpus = "1.13" +page_size = "0.4" +proc-mounts = "0.2" +rand = { version = "0.8", features = ["small_rng"] } +rustbus = "0.17" +scan_fmt = "0.2" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +simplelog = "0.11" +sysinfo = "0.23" [build-dependencies] -anyhow = "^1.0" -vergen = "^7.0" +anyhow = "1.0" +vergen = "7.0" diff --git a/resctl-bench-intf/Cargo.toml b/resctl-bench-intf/Cargo.toml index 25e42b2..ed83476 100644 --- a/resctl-bench-intf/Cargo.toml +++ b/resctl-bench-intf/Cargo.toml @@ -17,8 +17,8 @@ lambda = [] rd-util = { path = "../rd-util", version = "2.2.4" } rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.4" } -anyhow = "^1.0" -clap = "^2.33" -lazy_static = "^1.4" -log = "^0.4" -serde = { version = "^1.0", features = ["derive"] } +anyhow = "1.0" +clap = "2.33" +lazy_static = "1.4" +log = "0.4" +serde = { version = "1.0", features = ["derive"] } diff --git a/resctl-bench/Cargo.toml b/resctl-bench/Cargo.toml index a391847..3876b15 100644 --- a/resctl-bench/Cargo.toml +++ b/resctl-bench/Cargo.toml @@ -29,29 +29,29 @@ md5 = { version = "0.7", optional = true } octocrab = { version = "0.28.0", optional = true, features = ["rustls"], default-features = false } tokio = { version = "1.29.1", optional = true } -anyhow = "^1.0" -base64 = "^0.13" -chrono = "^0.4" -console = "^0.15" -env_logger = "^0.9" -indicatif = "^0.16" -lazy_static = "^1.4" -libc = "^0.2" -libflate = "^1.1" -linreg = "^0.2" -log = "^0.4" +anyhow = "1.0" +base64 = "0.13" +chrono = "0.4" +console = "0.15" +env_logger = "0.9" +indicatif = "0.16" +lazy_static = "1.4" +libc = "0.2" +libflate = "1.1" +linreg = "0.2" +log = "0.4" minreq = { version= "2.8.1", features = ["https-rustls", "json-using-serde"] } -num-traits = "^0.2" -plotlib = "^0.5" -quantiles = "^0.7" -rand = "^0.8" -scan_fmt = "^0.2" -serde = { version = "^1.0", features = ["derive"] } -serde_json = "^1.0" -statistical = "^1.0" -statrs = "^0.16" -sysinfo = "^0.23" -tar = "^0.4" -tempfile = "^3.3" -term_size = "^0.3" -thiserror = "^1.0" +num-traits = "0.2" +plotlib = "0.5" +quantiles = "0.7" +rand = "0.8" +scan_fmt = "0.2" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +statistical = "1.0" +statrs = "0.16" +sysinfo = "0.23" +tar = "0.4" +tempfile = "3.3" +term_size = "0.3" +thiserror = "1.0" diff --git a/resctl-demo/Cargo.toml b/resctl-demo/Cargo.toml index 3d16590..b6b0a07 100644 --- a/resctl-demo/Cargo.toml +++ b/resctl-demo/Cargo.toml @@ -16,17 +16,17 @@ rd-util = { path = "../rd-util", version = "2.2.4" } rd-hashd-intf = { path = "../rd-hashd-intf", version = "2.2.4" } rd-agent-intf = { path = "../rd-agent-intf", version = "2.2.4" } -anyhow = "^1.0" -chrono = { version = "^0.4", features = ["serde"] } -clap = "^2.33" -crossbeam = "^0.8" -cursive = { version = "^0.16", default-features = false, features = ["termion"] } -cursive_buffered_backend = "^0.5" -cursive-tabs = "^0.6" -enum-iterator = "^0.7" -env_logger = "^0.9" -lazy_static = "^1.4" -libc = "^0.2" -log = "^0.4" -tempfile = "^3.3" -term_size = "^0.3" +anyhow = "1.0" +chrono = { version = "0.4", features = ["serde"] } +clap = "2.33" +crossbeam = "0.8" +cursive = { version = "0.16", default-features = false, features = ["termion"] } +cursive_buffered_backend = "0.5" +cursive-tabs = "0.6" +enum-iterator = "0.7" +env_logger = "0.9" +lazy_static = "1.4" +libc = "0.2" +log = "0.4" +tempfile = "3.3" +term_size = "0.3"