Skip to content

Commit

Permalink
Bump rustversion from 1.0.9 to 1.0.11 (solana-labs#30079)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Feb 2, 2023
1 parent fd3f263 commit d0b850f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.

4 changes: 2 additions & 2 deletions programs/sbf/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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pbkdf2 = { version = "0.11.0", default-features = false }
qstring = "0.7.2"
rand = { version = "0.7.0", optional = true }
rand_chacha = { version = "0.2.2", optional = true }
rustversion = "1.0.9"
rustversion = "1.0.11"
serde = "1.0.152"
serde_bytes = "0.11"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion sdk/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro = true
bs58 = "0.4.0"
proc-macro2 = "1.0.19"
quote = "1.0"
rustversion = "1.0.7"
rustversion = "1.0.11"
syn = { version = "1.0", features = ["full", "extra-traits"] }

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = "0.4.17"
memoffset = "0.8"
num-derive = "0.3"
num-traits = { version = "0.2", default-features = true, features = ["i128", "std"] }
rustversion = "1.0.7"
rustversion = "1.0.11"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
serde_derive = "1.0"
Expand Down

0 comments on commit d0b850f

Please sign in to comment.