Skip to content

Commit

Permalink
Merge pull request #1654 from input-output-hk/dlachaume/upgrade-depen…
Browse files Browse the repository at this point in the history
…dencies

Upgrade dependencies
  • Loading branch information
dlachaume committed Apr 29, 2024
2 parents 9b71815 + 06a572d commit dd881df
Show file tree
Hide file tree
Showing 22 changed files with 255 additions and 488 deletions.
44 changes: 21 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/protocol-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithrildemo"
version = "0.1.34"
version = "0.1.35"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions examples/client-cardano-transaction/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-cardano-transaction"
description = "Mithril client cardano-transaction example"
version = "0.1.3"
version = "0.1.4"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand All @@ -16,4 +16,4 @@ mithril-client = { path = "../../mithril-client", features = ["unstable"] }
slog = "2.7.0"
slog-async = "2.8.0"
slog-term = "2.9.0"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
4 changes: 2 additions & 2 deletions examples/client-mithril-stake-distribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-mithril-stake-distribution"
description = "Mithril client stake distribution example"
version = "0.1.10"
version = "0.1.11"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand All @@ -16,4 +16,4 @@ mithril-client = { path = "../../mithril-client" }
slog = "2.7.0"
slog-async = "2.8.0"
slog-term = "2.9.0"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
4 changes: 2 additions & 2 deletions examples/client-snapshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-snapshot"
description = "Mithril client snapshot example"
version = "0.1.9"
version = "0.1.10"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand All @@ -16,4 +16,4 @@ clap = { version = "4.4.18", features = ["derive", "env"] }
futures = "0.3.30"
indicatif = "0.17.7"
mithril-client = { path = "../../mithril-client", features = ["fs"] }
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/mithril-build-script/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-build-script"
version = "0.2.0"
version = "0.2.1"
description = "A toolbox for Mithril crates build scripts"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion internal/mithril-doc-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-doc-derive"
version = "0.1.2"
version = "0.1.3"
description = "An internal macro to support documentation generation."
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion internal/mithril-doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-doc"
version = "0.1.2"
version = "0.1.3"
description = "An internal crate to generate documentation."
authors = { workspace = true }
edition = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions internal/mithril-persistence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-persistence"
version = "0.1.7"
version = "0.1.8"
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand All @@ -22,14 +22,14 @@ serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
sha2 = "0.10.8"
slog = "2.7.0"
sqlite = { version = "0.34.0", features = ["bundled"] }
sqlite = { version = "0.36.0", features = ["bundled"] }
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["sync"] }
tokio = { version = "1.37.0", features = ["sync"] }

[dev-dependencies]
mithril-common = { path = "../../mithril-common", features = ["test_tools"] }
mockall = "0.12.1"
slog-async = "2.8.0"
slog-scope = "4.4.0"
slog-term = "2.9.0"
tokio = { version = "1.35.1", features = ["macros", "time"] }
tokio = { version = "1.37.0", features = ["macros", "time"] }
6 changes: 3 additions & 3 deletions mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.4.65"
version = "0.4.66"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -36,10 +36,10 @@ slog = { version = "2.7.0", features = [
slog-async = "2.8.0"
slog-bunyan = "2.5.0"
slog-scope = "4.4.0"
sqlite = { version = "0.34.0", features = ["bundled"] }
sqlite = { version = "0.36.0", features = ["bundled"] }
tar = "0.4.40"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
typetag = "0.2.15"
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
Expand Down
4 changes: 2 additions & 2 deletions mithril-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-cli"
version = "0.7.11"
version = "0.7.12"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -47,7 +47,7 @@ slog-bunyan = "2.5.0"
slog-scope = "4.4.0"
slog-term = "2.9.0"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }

[dev-dependencies]
mithril-common = { path = "../mithril-common", features = ["test_tools"] }
Expand Down

0 comments on commit dd881df

Please sign in to comment.