Skip to content

Commit 3a2cffe

Browse files
build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 5 updates (#3562)
Bumps the minor-and-patch-cargo-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.146` | | [libmdbx](https://github.com/vorot93/libmdbx-rs) | `0.6.4` | `0.6.5` | | [toml](https://github.com/toml-rs/toml) | `0.9.8` | `0.9.10+spec-1.1.0` | | [derive_more](https://github.com/JelteF/derive_more) | `2.1.0` | `2.1.1` | | [tracing-core](https://github.com/tokio-rs/tracing) | `0.1.35` | `0.1.36` | Updates `serde_json` from 1.0.145 to 1.0.146 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.146) Updates `libmdbx` from 0.6.4 to 0.6.5 - [Commits](https://github.com/vorot93/libmdbx-rs/commits) Updates `toml` from 0.9.8 to 0.9.10+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.8...toml-v0.9.10) Updates `derive_more` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v2.1.0...v2.1.1) Updates `tracing-core` from 0.1.35 to 0.1.36 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.35...tracing-core-0.1.36) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.146 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: libmdbx dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: toml dependency-version: 0.9.10+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: derive_more dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates - dependency-name: tracing-core dependency-version: 0.1.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 455ffae commit 3a2cffe

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.lock

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

database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maintenance = { status = "experimental" }
2323
workspace = true
2424

2525
[dependencies]
26-
libmdbx = "0.6.4"
26+
libmdbx = "0.6.5"
2727
log = { workspace = true }
2828
tempfile = "3"
2929
thiserror = "2.0"

0 commit comments

Comments
 (0)