Skip to content

Commit

Permalink
fix(general): Bump Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Oct 6, 2024
1 parent 43cd0a7 commit ad87925
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 59 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.2.13 AS mdlint-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.2.13 AS cspell-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.2.15 AS mdlint-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.2.15 AS cspell-ci

FROM debian:stable-slim

Expand Down
2 changes: 1 addition & 1 deletion docs/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.2.13 AS docs-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.2.15 AS docs-ci

IMPORT .. AS repo

Expand Down
12 changes: 6 additions & 6 deletions integration_tests/rust/overhead_benchmark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "overhead_benchmark"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true

[lints]
Expand All @@ -9,8 +9,8 @@ workspace = true
[dependencies]
cardano-chain-follower = { path = "../.." }

anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive", "help", "usage", "std"], default-features = false }
pallas-traverse = "0.30.1"
pallas-hardano = "0.30.1"
tokio = { version = "1.37.0", features = ["macros", "sync", "rt-multi-thread", "rt", "net"] }
anyhow = "1.0.89"
clap = { version = "4.5.19", features = ["derive", "help", "usage", "std"], default-features = false }
pallas-traverse = "0.30.2"
pallas-hardano = "0.30.2"
tokio = { version = "1.40.0", features = ["macros", "sync", "rt-multi-thread", "rt", "net"] }
2 changes: 1 addition & 1 deletion rust/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.13 AS rust-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.15 AS rust-ci

COPY_SRC:
FUNCTION
Expand Down
22 changes: 11 additions & 11 deletions rust/c509-certificate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "c509-certificate"
description = "C509 certificate implementation"
keywords = ["cardano", "catalyst", "c509 certificate", "certificate", "x509"]
version = "0.0.2"
version = "0.0.3"
authors = [
"Arissara Chotivichit <[email protected]>"
]
Expand All @@ -21,26 +21,26 @@ workspace = true
minicbor = { version = "0.25.1", features = ["std"] }
hex = "0.4.3"
oid = "0.2.1"
oid-registry = "0.7.0"
asn1-rs = "0.6.0"
anyhow = "1.0.86"
oid-registry = "0.7.1"
asn1-rs = "0.6.2"
anyhow = "1.0.89"
bimap = "0.6.3"
once_cell = "1.19.0"
once_cell = "1.20.2"
strum = "0.26.3"
strum_macros = "0.26.3"
regex = "1.10.5"
strum_macros = "0.26.4"
regex = "1.11.0"
ed25519-dalek = { version = "2.1.1", features = ["pem"] }
thiserror = "1.0.56"
thiserror = "1.0.64"
serde = { version = "1.0.204", features = ["derive"] }
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2.93"
serde-wasm-bindgen = "0.6.5"

[package.metadata.cargo-machete]
ignored = ["strum"]

[dev-dependencies]
clap = { version = "4.5.9", features = ["derive"] }
serde_json = "1.0.120"
clap = { version = "4.5.19", features = ["derive"] }
serde_json = "1.0.128"
rand = "0.8.5"
chrono = "0.4.38"

Expand Down
2 changes: 1 addition & 1 deletion rust/c509-certificate/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.2.13 AS rust-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.2.15 AS rust-ci

IMPORT .. AS rust-local
IMPORT ../.. AS repo
Expand Down
29 changes: 15 additions & 14 deletions rust/cardano-chain-follower/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cardano-chain-follower"
version = "0.0.2"
version = "0.0.3"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand All @@ -16,14 +16,15 @@ pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk
pallas-crypto = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }

# cspell: words licence
mithril-client = { version = "0.8.16", git = "https://github.com/input-output-hk/catalyst-mithril.git", branch = "fix/lgpl-licence", default-features = false, features = [
#mithril-client = { version = "0.8.16", git = "https://github.com/input-output-hk/catalyst-mithril.git", branch = "fix/lgpl-licence", default-features = false, features = [
mithril-client = { version = "0.8.18", default-features = false, features = [
"full",
"num-integer-backend",
] }

c509-certificate = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.1" }

thiserror = "1.0.56"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = [
"macros",
"rt",
Expand All @@ -32,13 +33,13 @@ tokio = { version = "1.40.0", features = [
] }
tracing = "0.1.40"
tracing-log = "0.2.0"
dashmap = "6.0.1"
url = "2.5.0"
anyhow = "1.0.86"
dashmap = "6.1.0"
url = "2.5.2"
anyhow = "1.0.89"
chrono = "0.4.38"
async-trait = "0.1.82"
async-trait = "0.1.83"
dirs = "5.0.1"
futures = "0.3.30"
futures = "0.3.31"
humantime = "2.1.0"
crossbeam-skiplist = "0.1.3"
crossbeam-channel = "0.5.13"
Expand All @@ -47,26 +48,26 @@ strum = "0.26.3"
ouroboros = "0.18.4"
hex = "0.4.3"
rayon = "1.10.0"
serde = "1.0.209"
serde = "1.0.210"
serde_json = "1.0.128"
mimalloc = { version = "0.1.43", optional = true }
memx = "0.1.32"
fmmap = { version = "0.3.3", features = ["sync", "tokio-async"] }
minicbor = { version = "0.24.4", features = ["alloc", "derive", "half"] }
brotli = "6.0.0"
minicbor = { version = "0.25.1", features = ["alloc", "derive", "half"] }
brotli = "7.0.0"
zstd = "0.13.2"
x509-cert = "0.2.5"
ed25519-dalek = "2.1.1"
blake2b_simd = "1.0.2"
num-traits = "0.2.19"
logcall = "0.1.9"
tar = "0.4.41"
tar = "0.4.42"
ureq = { version = "2.10.1", features = ["native-certs"] }
http = "1.1.0"
hickory-resolver = { version = "0.24.1", features = ["dns-over-rustls"] }
moka = { version = "0.12.8", features = ["sync"] }
der-parser = "9.0.0"
regex = "1.10.6"
regex = "1.11.0"
bech32 = "0.11.0"

[dev-dependencies]
Expand All @@ -75,7 +76,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
test-log = { version = "0.2.16", default-features = false, features = [
"trace",
] }
clap = "4.5.17"
clap = "4.5.19"

# Note, these features are for support of features exposed by dependencies.
[features]
Expand Down
6 changes: 3 additions & 3 deletions rust/catalyst-voting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catalyst-voting"
version = "0.1.0"
version = "0.0.1"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand All @@ -11,9 +11,9 @@ license.workspace = true
workspace = true

[dependencies]
thiserror = "1.0.56"
thiserror = "1.0.64"
rand_core = "0.6.4"
curve25519-dalek = { version = "4.0", features = ["digest"] }
curve25519-dalek = { version = "4.1.3", features = ["digest"] }
blake2b_simd = "1.0.2"

[dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions rust/cbork-abnf-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "cbork-abnf-parser"
version = "0.0.1"
version = "0.0.2"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand All @@ -16,6 +16,6 @@ workspace = true

[dependencies]
derive_more = {version = "1.0.0", features = ["from"] }
pest = { version = "2.7.2", features = ["std", "pretty-print", "memchr", "const_prec_climber"] }
pest_derive = { version = "2.7.2", features = ["grammar-extras"] }
thiserror = "1.0.56"
pest = { version = "2.7.13", features = ["std", "pretty-print", "memchr", "const_prec_climber"] }
pest_derive = { version = "2.7.13", features = ["grammar-extras"] }
thiserror = "1.0.64"
6 changes: 3 additions & 3 deletions rust/cbork-cddl-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "cbork-cddl-parser"
version = "0.0.1"
version = "0.0.2"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand All @@ -17,5 +17,5 @@ workspace = true
[dependencies]
derive_more = {version = "1.0.0", features = ["from","display"] }
pest = { version = "2.7.2", features = ["std", "pretty-print", "memchr", "const_prec_climber"] }
pest_derive = { version = "2.7.2", features = ["grammar-extras"] }
thiserror = "1.0.56"
pest_derive = { version = "2.7.13", features = ["grammar-extras"] }
thiserror = "1.0.64"
6 changes: 3 additions & 3 deletions rust/cbork/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cbork"
version = "0.0.1"
version = "0.0.2"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand All @@ -18,7 +18,7 @@ workspace = true
cbork-cddl-parser = {version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.1" }
# Only use this for testing - do not change dependency to this in checked in code.
#cbork-cddl-parser = { path = "../cbork-cddl-parser", version = "0.1.0" }
clap = { version = "4.5.3", features = ["derive", "env"] }
anyhow = "1.0.71"
clap = { version = "4.5.19", features = ["derive", "env"] }
anyhow = "1.0.89"
console = "0.15.8"

2 changes: 1 addition & 1 deletion rust/cbork/Earthfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION 0.8

IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.2.13 AS rust-ci
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.2.15 AS rust-ci

IMPORT .. AS rust-local

Expand Down
12 changes: 6 additions & 6 deletions rust/hermes-ipfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hermes-ipfs"
version = "0.0.1"
version = "0.0.2"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand All @@ -11,17 +11,17 @@ repository.workspace = true
workspace = true

[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.89"
derive_more = {version = "1.0.0", features = ["from","into","display"] }
libipld = "0.16.0"
rust-ipfs = "0.11.21"
tokio = "1.36.0"
rust-ipfs = "0.12.1"
tokio = "1.40.0"

[dev-dependencies]
# Dependencies used by examples
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.19", features = ["derive"] }
dirs = "5.0.1"
lipsum = "0.9.1"
rand = "0.8.5"
rustyline-async = "0.4.2"
rustyline-async = "0.4.3"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust/hermes-ipfs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub use rust_ipfs::StorageType;
/// Stream for `PubSub` Topic Subscriptions.
pub use rust_ipfs::SubscriptionStream;
/// Builder type for IPFS Node configuration.
use rust_ipfs::UninitializedIpfsNoop;
use rust_ipfs::UninitializedIpfsDefault as UninitializedIpfs;
use rust_ipfs::{
dag::ResolveError,
libp2p::gossipsub::{Message as PubsubMessage, MessageId as PubsubMessageId},
Expand All @@ -43,13 +43,13 @@ use rust_ipfs::{
pub struct MessageId(pub PubsubMessageId);

/// Builder type for IPFS Node configuration.
pub struct IpfsBuilder(UninitializedIpfsNoop);
pub struct IpfsBuilder(UninitializedIpfs);

impl IpfsBuilder {
#[must_use]
/// Create a new` IpfsBuilder`.
pub fn new() -> Self {
Self(UninitializedIpfsNoop::new())
Self(UninitializedIpfs::new())
}

#[must_use]
Expand Down

0 comments on commit ad87925

Please sign in to comment.