Skip to content

Commit 6e6fe74

Browse files
build(deps): bump semver from 1.0.16 to 1.0.18 (#4764)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.16 to 1.0.18. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.16...1.0.18) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29f8a15 commit 6e6fe74

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

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

chain/cosmos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ prost = { workspace = true }
1313
prost-types = { workspace = true }
1414
serde = "1.0"
1515
anyhow = "1.0"
16-
semver = "1.0.16"
16+
semver = "1.0.18"
1717

1818
graph-runtime-wasm = { path = "../../runtime/wasm" }
1919
graph-runtime-derive = { path = "../../runtime/derive" }

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dirs-next = "2.0"
1717
anyhow = "1.0"
1818
tiny-keccak = "1.5.0"
1919
hex = "0.4.3"
20-
semver = "1.0.16"
20+
semver = "1.0.18"
2121

2222
itertools = "0.11.0"
2323

chain/substreams/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dirs-next = "2.0"
2222
anyhow = "1.0"
2323
tiny-keccak = "1.5.0"
2424
hex = "0.4.3"
25-
semver = "1.0.16"
25+
semver = "1.0.18"
2626
base64 = "0.20.0"
2727

2828
itertools = "0.11.0"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ graph-chain-cosmos = { path = "../chain/cosmos" }
2020
graph-chain-substreams = { path = "../chain/substreams" }
2121
lazy_static = "1.2.0"
2222
lru_time_cache = "0.11"
23-
semver = "1.0.16"
23+
semver = "1.0.18"
2424
serde = "1.0"
2525
serde_json = "1.0"
2626
serde_yaml = "0.9.21"

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ num_cpus = "1.16.0"
2929
num-traits = "0.2.15"
3030
rand = "0.8.4"
3131
regex = "1.5.4"
32-
semver = { version = "1.0.16", features = ["serde"] }
32+
semver = { version = "1.0.18", features = ["serde"] }
3333
serde = { version = "1.0.126", features = ["rc"] }
3434
serde_derive = "1.0.125"
3535
serde_json = { version = "1.0", features = ["arbitrary_precision"] }

runtime/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hex = "0.4.3"
1212
graph = { path = "../../graph" }
1313
bs58 = "0.4.0"
1414
graph-runtime-derive = { path = "../derive" }
15-
semver = "1.0.16"
15+
semver = "1.0.18"
1616
lazy_static = "1.4"
1717
uuid = { version = "1.3.4", features = ["v4"] }
1818
strum = "0.21.0"

0 commit comments

Comments
 (0)