Skip to content

Commit b551369

Browse files
committed
chore: update dependencies
switch to sync ceramic-car instead of iroh-car
1 parent 24ed857 commit b551369

File tree

4 files changed

+67
-60
lines changed

4 files changed

+67
-60
lines changed

Diff for: Cargo.lock

+64-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ async-trait = "0.1"
88
clap = { version = "4", features = ["derive", "env"] }
99
console-subscriber = "0.2"
1010
ceramic-core = { git = "https://github.com/ceramicnetwork/rust-ceramic.git", branch = "main" }
11-
iroh-car = { git = "https://github.com/ceramicnetwork/rust-ceramic.git", branch = "main" }
11+
ceramic-car = { git = "https://github.com/ceramicnetwork/rust-ceramic.git", branch = "main" }
1212
env_logger = "0.10.0"
1313
expect-patch = { path = "./expect-patch/" }
1414
hex = "0.4.3"

Diff for: runner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
anyhow.workspace = true
1010
async-trait.workspace = true
1111
ceramic-core.workspace = true
12-
iroh-car.workspace = true
12+
ceramic-car.workspace = true
1313
ceramic-http-client = { git = "https://github.com/3box/ceramic-http-client-rs.git", branch = "main", default-features = false }
1414
clap.workspace = true
1515
did-method-key = "0.2"

Diff for: runner/src/scenario/ceramic/anchor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use ceramic_http_client::{
77
use chrono::Utc;
88
use goose::prelude::*;
99
use ipld_core::ipld;
10-
use iroh_car::{CarHeader, CarWriter};
10+
use ceramic_car::{CarHeader, CarWriter};
1111
use multihash_codetable::{Code, MultihashDigest};
1212

1313
use redis::{aio::MultiplexedConnection, AsyncCommands};

0 commit comments

Comments
 (0)