Skip to content

Commit f2940f0

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump semver from 1.0.20 to 1.0.21
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.20 to 1.0.21. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.20...1.0.21) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20b2a1d commit f2940f0

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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.20"
16+
semver = "1.0.21"
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.20"
20+
semver = "1.0.21"
2121

2222
itertools = "0.12.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.20"
25+
semver = "1.0.21"
2626
base64 = "0.20.0"
2727

2828
itertools = "0.12.0"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ graph-chain-substreams = { path = "../chain/substreams" }
2121
graph-chain-starknet = { path = "../chain/starknet" }
2222
lazy_static = "1.2.0"
2323
lru_time_cache = "0.11"
24-
semver = "1.0.20"
24+
semver = "1.0.21"
2525
serde = "1.0"
2626
serde_json = "1.0"
2727
serde_yaml = "0.9.21"

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ num_cpus = "1.16.0"
3131
num-traits = "=0.2.17"
3232
rand = "0.8.4"
3333
regex = "1.5.4"
34-
semver = { version = "1.0.20", features = ["serde"] }
34+
semver = { version = "1.0.21", features = ["serde"] }
3535
serde = { version = "1.0.126", features = ["rc"] }
3636
serde_derive = "1.0.125"
3737
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.20"
15+
semver = "1.0.21"
1616
lazy_static = "1.4"
1717
uuid = { version = "1.6.1", features = ["v4"] }
1818
strum = "0.21.0"

0 commit comments

Comments
 (0)