Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
switch to sync ceramic-car instead of iroh-car
  • Loading branch information
dav1do committed Aug 27, 2024
1 parent 24ed857 commit b551369
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 60 deletions.
121 changes: 64 additions & 57 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async-trait = "0.1"
clap = { version = "4", features = ["derive", "env"] }
console-subscriber = "0.2"
ceramic-core = { git = "https://github.com/ceramicnetwork/rust-ceramic.git", branch = "main" }
iroh-car = { git = "https://github.com/ceramicnetwork/rust-ceramic.git", branch = "main" }
ceramic-car = { git = "https://github.com/ceramicnetwork/rust-ceramic.git", branch = "main" }
env_logger = "0.10.0"
expect-patch = { path = "./expect-patch/" }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow.workspace = true
async-trait.workspace = true
ceramic-core.workspace = true
iroh-car.workspace = true
ceramic-car.workspace = true
ceramic-http-client = { git = "https://github.com/3box/ceramic-http-client-rs.git", branch = "main", default-features = false }
clap.workspace = true
did-method-key = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion runner/src/scenario/ceramic/anchor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use ceramic_http_client::{
use chrono::Utc;
use goose::prelude::*;
use ipld_core::ipld;
use iroh_car::{CarHeader, CarWriter};
use ceramic_car::{CarHeader, CarWriter};
use multihash_codetable::{Code, MultihashDigest};

use redis::{aio::MultiplexedConnection, AsyncCommands};
Expand Down

0 comments on commit b551369

Please sign in to comment.