solana/programs/sbf
dependabot[bot] 531c5ebe97
Bump rocksdb from 0.19.0 to 0.21.0 (#31590)
Bump rocksdb from 0.19.0 to 0.21.0

* Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.19.0 to 0.21.0.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases)
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.19.0...v0.21.0)

---
updated-dependencies:
- dependency-name: rocksdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

* Update Env::default() to Env::new()

Env::default() was removed and replaced with Env::new(). The change is
in name only, between versions, ffi::rocksdb_create_default_env() is
still called under the hood by both functions.

---------

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>
Co-authored-by: Steven Czabaniuk <steven@solana.com>
2023-05-13 11:46:19 -07:00
..
benches Bump solana_rbpf to v0.4.0 (#31594) 2023-05-12 18:07:13 +02:00
c Adds test for programs which read from a program account (#30803) 2023-03-21 18:12:19 +01:00
rust programs: change `borrow_mut` -> `borrow` in two places in test (#31399) 2023-05-05 13:08:17 +02:00
tests Remove executor cache from the codebase (#31566) 2023-05-10 07:11:04 -07:00
.gitignore
Cargo.lock Bump rocksdb from 0.19.0 to 0.21.0 (#31590) 2023-05-13 11:46:19 -07:00
Cargo.toml Bump solana_rbpf to v0.4.0 (#31594) 2023-05-12 18:07:13 +02:00
build.rs Update references to platform-tools (#30764) 2023-03-22 07:41:40 -07:00