Skip to content

Commit

Permalink
deps: Update base64 to 0.22 (#225)
Browse files Browse the repository at this point in the history
* deps: Update base64 to 0.22

* Add changelog entry
  • Loading branch information
joncinque authored Mar 13, 2024
1 parent 926c571 commit e93854c
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 30 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Release channels have their own copy of this changelog:
## [2.0.0] - Unreleased
* Changes
* `central-scheduler` as default option for `--block-production-method` (#34891)
* `solana-rpc-client-api`: `RpcFilterError` depends on `base64` version 0.22, so users may need to upgrade to `base64` version 0.22

## [1.18.0]
* Changes
Expand Down
36 changes: 21 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async-mutex = "1.4.0"
async-trait = "0.1.77"
atty = "0.2.11"
backoff = "0.4.0"
base64 = "0.21.7"
base64 = "0.22.0"
bincode = "1.3.3"
bitflags = { version = "2.4.2", features = ["serde"] }
blake3 = "1.5.0"
Expand Down
34 changes: 20 additions & 14 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e93854c

Please sign in to comment.