Skip to content

Commit

Permalink
chore(dashboard): Bump multiple dependency versions (IC and crates)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic authored and Mrngilles committed Jul 25, 2023
1 parent 3945150 commit 4e474a7
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 62 deletions.
24 changes: 12 additions & 12 deletions rs/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@ colored = "2.0.0"
log = "0.4.14"
pretty_env_logger = "0.4.0"
regex = "1.5.4"
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-canister-client = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-sys = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-nns-data-provider = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-keys = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-transport = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-protobuf = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-canister-client = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-sys = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-nns-data-provider = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-keys = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-transport = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-protobuf = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-canisters = { path = "../ic-canisters" }
prost = "0.11.0"
tokio = { version = "1.14.0", features = ["full"] }
strum = { version = "0.24.1", features = ["derive"] }
strum_macros = "0.24.3"
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.1"
flate2 = "1.0.22"
dirs = "5.0.1"
decentralization = { path = "../decentralization" }
ic-management-types = { path = "../ic-management-types" }
dialoguer = "0.10.0"
itertools = "0.10"
itertools = "0.11.0"
async-trait = "0.1.53"
keyring = "2.0.2"
cryptoki = "0.3.1"
Expand Down
10 changes: 5 additions & 5 deletions rs/decentralization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
serde = { version = "1.0", features = ["rc"] }
serde_json = { version = "1.0" }
async-trait = "0.1.52"
Expand All @@ -16,19 +16,19 @@ actix-web = { version = "4.2.1", default-features = false, features = [
] }
colored = "2.0.0"
reqwest = { version = "0.11.9", features = ["json"] }
itertools = "0.10.3"
itertools = "0.11.0"
chrono = "0.4.19"
tokio = { version = "1.2.0", features = ["full"] }
ic-management-types = { path = "../ic-management-types" }
futures-util = "0.3.21"
strum = "0.24.1"
strum_macros = "0.24.3"
strum = "0.25.0"
strum_macros = "0.25.1"
anyhow = "1.0.44"
log = "0.4.14"
tabular = "0.2"
rayon = "1.5.1"
easy-parallel = "3.1.0"
lru = "0.10.0"
lru = "0.11.0"
rand = { version = "0.8.5", features = ["std_rng"] }
rand_seeder = "0.2.3"
ahash = "0.8.3"
Expand Down
6 changes: 3 additions & 3 deletions rs/ic-canisters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
url = "2.2.2"
ic-agent = "0.23.2"
ic-agent = "0.25.0"
anyhow = "1.0.44"
candid = "0.8.4"
candid = "0.9.1"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"

Expand Down
44 changes: 22 additions & 22 deletions rs/ic-management-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,53 +20,53 @@ actix-web = { version = "4.2.1", default-features = false, features = [
"compress-gzip",
"macros",
] }
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-keys = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-keys = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
anyhow = "1.0.43"
futures = "0.3.16"
serde_yaml = "0.9.11"
reqwest = { version = "0.11.4", features = ["json"] }
async-trait = "0.1.52"
enum-map = "1.1.1"
either = "1.6.1"
ic-interfaces-registry = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-protobuf = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-nns-data-provider = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-local-registry = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-local-store = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-common-proto = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-subnet-type = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-types = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-interfaces-registry = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-protobuf = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-nns-data-provider = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-local-registry = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-local-store = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-common-proto = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-subnet-type = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-types = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
prost = "0.11.0"
ic-management-types = { path = "../ic-management-types" }
ic-canisters = { path = "../ic-canisters" }
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
strum = "0.24.1"
strum_macros = "0.24.3"
itertools = "0.10.1"
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
strum = "0.25.0"
strum_macros = "0.25.1"
itertools = "0.11.0"
log = "0.4.14"
env_logger = "0.10.0"
reverse_geocoder = "3.0.1"
csv = "1.1.6"
candid = "0.8.4"
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-common = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-nns-common = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-agent = "0.25.0"
gitlab = "0.1511.0"
gitlab = "0.1601.0"
dotenv = "0.15.0"
derive_builder = "0.12.0"
lazy_static = "1.4.0"
regex = "1.5.4"
async-timer = "0.7.4"
counter = "0.5.2"
rand = "0.8.4"
phantom_newtype = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
phantom_newtype = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
decentralization = { path = "../decentralization" }
prometheus-http-query = "0.4.0"
ic-registry-client = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-client-fake = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-client-helpers = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-client = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-client-fake = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-client-helpers = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
dirs = "5.0.1"
backon = "0.4.1"

Expand Down
4 changes: 3 additions & 1 deletion rs/ic-management-backend/src/proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ impl ProposalAgent {
}
}

fn filter_map_nns_function_proposals<T: NnsFunctionProposal>(proposals: &[ProposalInfo]) -> Vec<(ProposalInfo, T)> {
fn filter_map_nns_function_proposals<T: NnsFunctionProposal + candid::CandidType>(
proposals: &[ProposalInfo],
) -> Vec<(ProposalInfo, T)> {
proposals
.iter()
.filter(|p| ProposalStatus::from_i32(p.status).expect("unknown proposal status") != ProposalStatus::Rejected)
Expand Down
18 changes: 9 additions & 9 deletions rs/ic-management-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ actix-web = { version = "4.2.1", default-features = false, features = [
] }
chrono = { version = "0.4.19", features = ["serde"] }
float-cmp = "0.9.0"
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-registry-subnet-type = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-types = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
itertools = "0.10.3"
ic-base-types = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-registry-subnet-type = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-types = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
itertools = "0.11.0"
reqwest = { version = "0.11.9", features = ["json"] }
serde = "1.0.127"
serde_json = "1.0.66"
strum = "0.24.1"
strum_macros = "0.24.3"
strum = "0.25.0"
strum_macros = "0.25.1"
url = "2.2.2"
anyhow = "1.0.43"
candid = "0.8.1"
candid = "0.8.4"

[lib]
path = "src/lib.rs"
2 changes: 1 addition & 1 deletion rs/np-notifications/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ actix-web = "4.3.1"
ic-management-types = { path = "../ic-management-types" }
ic-management-backend = { path = "../ic-management-backend" }
slog = "2.7.0"
ic-types = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-types = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
slog-term = "2.9.0"
slog-async = "2.7.0"
tokio = { version = "1.29.1", features = ["full"] }
Expand Down
16 changes: 8 additions & 8 deletions rs/slack-notifications/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-common = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "794fc5b9341fa8f6a0e8f219201c35f0b5727ab9" }
ic-nns-governance = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-nns-common = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
ic-nns-constants = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
registry-canister = { git = "https://github.com/dfinity/ic.git", rev = "0062aec2efc16d6e4cadb2cd1052aaabbc9f6e48" }
tokio = { version = "1.2.0", features = ["full"] }
ic-agent = "0.23.2"
ic-agent = "0.25.0"
ic-types = "0.7.0"
candid = "0.8.4"
anyhow = "1.0.44"
Expand All @@ -21,10 +21,10 @@ serde_yaml = "0.9.11"
serde_json = "1.0.68"
dotenv = "0.15.0"
prost = "0.11.0"
strum = "0.24.1"
strum_macros = "0.24.3"
strum = "0.25.0"
strum_macros = "0.25.1"
retry = "2.0.0"
itertools = "0.10.1"
itertools = "0.11.0"
regex = "1.5.4"
lazy_static = "1.4.0"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion rs/slack-notifications/src/slack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl TryFrom<Vec<ProposalInfo>> for MessageGroups {
(
slack_channel_for_proposal(p),
alert_mention(p.proposer.as_ref().expect("No NeuronId in the proposal")),
proposer_mention(p.proposer.clone().expect("proposer not set")),
proposer_mention(p.proposer.expect("proposer not set")),
proposal_motivation(p),
)
})
Expand Down

0 comments on commit 4e474a7

Please sign in to comment.