From 5ba91ab1d617489b48abb3ff560e2ec01bee2603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:23:06 +0000 Subject: [PATCH] Bump the rust-production group with 2 updates Bumps the rust-production group with 2 updates: [log](https://github.com/rust-lang/log) and [uuid](https://github.com/uuid-rs/uuid). Updates `log` from 0.4.25 to 0.4.26 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.25...0.4.26) Updates `uuid` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.13.2...v1.14.0) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-production - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 721cd785..0a43b1c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,9 +569,9 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" @@ -1119,9 +1119,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" +checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" dependencies = [ "getrandom 0.3.1", ] diff --git a/Cargo.toml b/Cargo.toml index 56cf96af..18f8ed53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ egglog-experimental = { git = "https://github.com/egraphs-good/egglog-experiment egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] } serde_json = "1.0.139" pyo3-log = "0.11.0" -log = "0.4.25" +log = "0.4.26" lalrpop-util = { version = "0.22", features = ["lexer"] } ordered-float = "3.7.0" -uuid = { version = "1.13.2", features = ["v4"] } +uuid = { version = "1.14.0", features = ["v4"] } # Use unreleased version of egglog in experimental [patch.'https://github.com/egraphs-good/egglog']