Skip to content

Commit

Permalink
Bump semver from 1.0.21 to 1.0.22
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.21 to 1.0.22.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.21...1.0.22)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent ab4cb66 commit a292901
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive
toml = "0.8.10"
tracing = "0.1.40"
parity-wasm = { version = "0.45.0"}
semver = { version = "1.0.21", features = ["serde"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.113"
tempfile = "3.10.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE", "compatibility_list.json"]

[dependencies]
impl-serde = "0.4.0"
semver = { version = "1.0.21", features = ["serde"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.113"
url = { version = "2.5.0", features = ["serde"] }
Expand Down

0 comments on commit a292901

Please sign in to comment.