Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f5785d

Browse files
build(deps): bump cid from 0.9.0 to 0.10.1 (graphprotocol#4289)
Bumps [cid](https://github.com/multiformats/rust-cid) from 0.9.0 to 0.10.1. - [Release notes](https://github.com/multiformats/rust-cid/releases) - [Changelog](https://github.com/multiformats/rust-cid/blob/master/CHANGELOG.md) - [Commits](multiformats/rust-cid@v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: cid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 191d797 commit 8f5785d

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

Cargo.lock

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_yaml = "0.8"
2727
# Switch to crates.io once tower 0.5 is released
2828
tower = { git = "https://github.com/tower-rs/tower.git", features = ["full"] }
2929
graph-runtime-wasm = { path = "../runtime/wasm" }
30-
cid = "0.9.0"
30+
cid = "0.10.1"
3131
anyhow = "1.0"
3232

3333
[dev-dependencies]

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async-stream = "0.3"
1010
atomic_refcell = "0.1.8"
1111
bigdecimal = { version = "0.1.0", features = ["serde"] }
1212
bytes = "1.0.1"
13-
cid = "0.9.0"
13+
cid = "0.10.1"
1414
diesel = { version = "1.4.8", features = ["postgres", "serde_json", "numeric", "r2d2", "chrono"] }
1515
diesel_derives = "1.4"
1616
chrono = "0.4.23"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ anyhow = "1.0.68"
3131
lazy_static = "1.4.0"
3232
tokio-stream = "0.1"
3333
serde_yaml = "0.8"
34-
cid = "0.9.0"
34+
cid = "0.10.1"
3535
graph-chain-near = { path = "../chain/near" }

0 commit comments

Comments
 (0)