Skip to content

Commit

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

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

---
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

Signed-off-by: dependabot[bot] <[email protected]>
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 Sep 23, 2022
1 parent eaa4787 commit 9ba9d05
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 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.1"
pretty-hex = "0.3.0"
semver = "1.0.13"
semver = "1.0.14"
serde = "1.0.144"
serde_json = "1.0.83"
solana-account-decoder = { path = "../account-decoder", version = "=1.15.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.13"
semver = "1.0.14"
serde = "1.0.144"
serde_derive = "1.0.103"
serde_json = "1.0.83"
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.1"
lazy_static = "1.4.0"
nix = "0.25.0"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.13"
semver = "1.0.14"
serde = { version = "1.0.144", features = ["derive"] }
serde_yaml = "0.9.13"
solana-clap-utils = { path = "../clap-utils", version = "=1.15.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 pubsub-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crossbeam-channel = "0.5"
futures-util = "0.3.21"
log = "0.4.17"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.13"
semver = "1.0.14"
serde = "1.0.144"
serde_derive = "1.0.103"
serde_json = "1.0.83"
Expand Down
2 changes: 1 addition & 1 deletion rpc-client-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base64 = "0.13.0"
bs58 = "0.4.0"
jsonrpc-core = "18.0.0"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.13"
semver = "1.0.14"
serde = "1.0.144"
serde_derive = "1.0.103"
serde_json = "1.0.83"
Expand Down
2 changes: 1 addition & 1 deletion rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bs58 = "0.4.0"
indicatif = { version = "0.17.1", optional = true }
log = "0.4.17"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.13"
semver = "1.0.14"
serde = "1.0.144"
serde_derive = "1.0.103"
serde_json = "1.0.83"
Expand Down
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.13"
semver = "1.0.14"
serde = "1.0.144"
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../frozen-abi", version = "=1.15.0" }
Expand Down

0 comments on commit 9ba9d05

Please sign in to comment.