Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.210 to 1.0.215
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.215.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.215)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 3522730 commit 9e9f12d
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 58 deletions.
88 changes: 44 additions & 44 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 governance/addin-mock/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bincode = "1.3.2"
borsh = "1.5.1"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.210"
serde = "1.0.215"
serde_derive = "1.0.103"
solana-program = "2.0.3"
spl-token = { version = "6.0", path = "../../../token/program", features = [
Expand Down
2 changes: 1 addition & 1 deletion governance/chat/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bincode = "1.3.2"
borsh = "1.5.1"
num-derive = "0.4"
num-traits = "0.2"
serde = "1.0.210"
serde = "1.0.215"
serde_derive = "1.0.103"
solana-program = "2.0.3"
spl-token = { version = "6.0", path = "../../../token/program", features = [
Expand Down
Loading

0 comments on commit 9e9f12d

Please sign in to comment.