Skip to content

Commit 9fc125e

Browse files
committed
chore: update package versions and dependencies
- update package versions in `cargo.lock` from `0.25.0` to `0.26.0` - change package sources in `cargo.lock` to use `crates.io-index` - update package versions in `cargo.toml` in `mithril-common` directory from `0.25.0` to `0.26.0` - add new dependencies with updated versions in `cargo.toml` in `mithril-common` directory
1 parent b969fd2 commit 9fc125e

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-common/Cargo.toml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,12 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
4848
"sk_clone_enabled",
4949
] }
5050
nom = "7.1.3"
51-
# pallas-addresses = { version = "0.25.0", optional = true }
52-
pallas-addresses = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
53-
# pallas-codec = { version = "0.25.0", optional = true }
54-
pallas-codec = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
55-
# pallas-hardano = { version = "0.25.0", optional = true }
56-
pallas-hardano = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
57-
# pallas-network = { version = "0.25.0", optional = true }
58-
pallas-network = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
59-
# pallas-primitives = { version = "0.25.0", optional = true }
60-
pallas-primitives = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
61-
# pallas-traverse = { version = "0.25.0", optional = true }
62-
pallas-traverse = { git = "https://github.com/txpipe/pallas.git", branch = "main", optional = true }
51+
pallas-addresses = { version = "0.26.0", optional = true }
52+
pallas-codec = { version = "0.26.0", optional = true }
53+
pallas-hardano = { version = "0.26.0", optional = true }
54+
pallas-network = { version = "0.26.0", optional = true }
55+
pallas-primitives = { version = "0.26.0", optional = true }
56+
pallas-traverse = { version = "0.26.0", optional = true }
6357
rand_chacha = "0.3.1"
6458
rand_core = "0.6.4"
6559
rayon = "1.8.1"
@@ -99,8 +93,7 @@ wasm-bindgen = "0.2.90"
9993
[dev-dependencies]
10094
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
10195
mockall = "0.12.1"
102-
# pallas-crypto = "0.25.0"
103-
pallas-crypto = { git = "https://github.com/txpipe/pallas.git", branch = "main" }
96+
pallas-crypto = "0.26.0"
10497
rand_core = { version = "0.6.4", features = ["getrandom"] }
10598
reqwest = { version = "0.12.0", features = ["json"] }
10699
slog-async = "2.8.0"

0 commit comments

Comments
 (0)