Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fe2ff3b

Browse files
build(deps): bump lazy_static from 1.4.0 to 1.5.0 (#6900)
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0) --- updated-dependencies: - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5c7cca commit fe2ff3b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

governance/test-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
arrayref = "0.3.7"
1212
bincode = "1.3.2"
1313
borsh = "1.5.1"
14-
lazy_static = "1.4.0"
14+
lazy_static = "1.5.0"
1515
num-derive = "0.4"
1616
num-traits = "0.2"
1717
serde = "1.0.203"

libraries/program-error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spl-program-error-derive = { version = "0.4.1", path = "./derive" }
1515
thiserror = "1.0"
1616

1717
[dev-dependencies]
18-
lazy_static = "1.4"
18+
lazy_static = "1.5"
1919
serial_test = "3.1"
2020
solana-sdk = ">=1.18.11,<=2"
2121

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde_with = { version = "3.8.1", optional = true }
4242
base64 = { version = "0.22.1", optional = true }
4343

4444
[dev-dependencies]
45-
lazy_static = "1.4.0"
45+
lazy_static = "1.5.0"
4646
proptest = "1.5"
4747
serial_test = "3.1.1"
4848
solana-program-test = ">=1.18.11,<=2"

token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ solana-program = ">=1.18.11,<=2"
2222
thiserror = "1.0"
2323

2424
[dev-dependencies]
25-
lazy_static = "1.4.0"
25+
lazy_static = "1.5.0"
2626
proptest = "1.5"
2727
serial_test = "3.1.1"
2828
solana-program-test = ">=1.18.11,<=2"

0 commit comments

Comments
 (0)