This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 7a91d406e chore(deps): bump lru from 0.18.0 to 0.18.1 (#2018)
7a91d406e is described below
commit 7a91d406ef6c34bf7e1fb7224877cadf1f9f581d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 16:40:39 2026 +0300
chore(deps): bump lru from 0.18.0 to 0.18.1 (#2018)
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.18.0 to 0.18.1.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jeromefroe/lru-rs/compare/0.18.0...0.18.1)
---
updated-dependencies:
- dependency-name: lru
dependency-version: 0.18.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index bf66e9520..16ae8682b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1159,7 +1159,7 @@ dependencies = [
"futures",
"libc",
"log",
- "lru 0.18.0",
+ "lru 0.18.1",
"memory-stats",
"mimalloc",
"parking_lot",
@@ -4500,9 +4500,9 @@ dependencies = [
[[package]]
name = "lru"
-version = "0.18.0"
+version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9"
+checksum = "0b6180140927ee907000b0aa540091f6ea512ead4447c92b8fc35bc72788a5a6"
dependencies = [
"hashbrown 0.17.1",
]
@@ -5748,7 +5748,7 @@ dependencies = [
"hashbrown 0.17.1",
"itertools 0.14.0",
"kasuari",
- "lru 0.18.0",
+ "lru 0.18.1",
"palette",
"serde",
"strum",
@@ -6929,7 +6929,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
"fastrand",
- "getrandom 0.3.4",
+ "getrandom 0.4.2",
"once_cell",
"rustix 1.1.4",
"windows-sys 0.61.2",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]