Skip to content

Commit

Permalink
Merge pull request #126 from trudi-group/dependabot/cargo/cid-0.11.0
Browse files Browse the repository at this point in the history
build(deps): bump cid from 0.10.1 to 0.11.0
  • Loading branch information
mrd0ll4r authored Dec 11, 2023
2 parents 486a574 + 4f59e7a commit 9a69846
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 100 deletions.
109 changes: 12 additions & 97 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 bitswap-discovery-probe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy_static = "1.4.0"
serde = "1.0.190"
serde_yaml = "0.9.25"
clap = "2.33.3"
cid = "0.10.1"
cid = "0.11.0"
waitgroup = "0.1.2"
futures = "0.3.28"
multiaddr = "0.17.1"
Expand Down
2 changes: 1 addition & 1 deletion cid-decode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ failure = "0.1.7"
log = "0.4.20"
dotenv = "0.15.0"
flexi_logger = "0.27.3"
cid = "0.10.1"
cid = "0.11.0"
lazy_static = "1.4.0"
2 changes: 1 addition & 1 deletion ipfs-gateway-finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1.0.108"
tokio = { version = "^1", features = ["rt-multi-thread","macros","sync"] }
rand = "0.8.5"
ipfs-api-backend-hyper = {version="0.6",features = ["with-hyper-rustls"],default-features = false}
cid = "0.10.1"
cid = "0.11.0"
http = "0.2.9"
csv = "1.2.2"
clap = "2.33.3"
Expand Down

0 comments on commit 9a69846

Please sign in to comment.