Skip to content

Commit

Permalink
chore: bump semver from 1.0.10 to 1.0.13 (solana-labs#27016)
Browse files Browse the repository at this point in the history
* chore: bump semver from 1.0.10 to 1.0.13

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.10...1.0.13)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Aug 9, 2022
1 parent a69470f commit 807c5a7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 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 cli-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ console = "0.15.0"
humantime = "2.0.1"
indicatif = "0.17.0"
pretty-hex = "0.3.0"
semver = "1.0.10"
semver = "1.0.13"
serde = "1.0.138"
serde_json = "1.0.81"
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4.17"
num-traits = "0.2"
pretty-hex = "0.3.0"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.10"
semver = "1.0.13"
serde = "1.0.138"
serde_derive = "1.0.103"
serde_json = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand_chacha = "0.2.2"
rayon = "1.5.3"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
rustls = { version = "0.20.6", features = ["dangerous_configuration"] }
semver = "1.0.10"
semver = "1.0.13"
serde = "1.0.138"
serde_derive = "1.0.103"
serde_json = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ indicatif = "0.17.0"
lazy_static = "1.4.0"
nix = "0.24.2"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.10"
semver = "1.0.13"
serde = { version = "1.0.138", features = ["derive"] }
serde_yaml = "0.8.26"
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/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 version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
log = "0.4.17"
semver = "1.0.10"
semver = "1.0.13"
serde = "1.0.138"
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../frozen-abi", version = "=1.12.0" }
Expand Down

0 comments on commit 807c5a7

Please sign in to comment.