From 5afb20c2c1a3cf6f6bbc3539f90b8d5f85a49eaf Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:46:49 -0400 Subject: [PATCH] `deps`: bump governor from 0.6.3 to 0.6.4 with our bumped dashmap from 5.1.0 to 6.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a48b5544..b6c6a42c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2729,8 +2729,8 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "governor" -version = "0.6.3" -source = "git+https://github.com/jqnatividad/governor?branch=deps-bump-dashmap#f93388e4e2109b529d78b42cc66fe12c5d787e8f" +version = "0.6.4" +source = "git+https://github.com/jqnatividad/governor?branch=bump-dashmap-to-6.1.0#7668120b6f45211fcda3e2d4cc61c3f1d673a440" dependencies = [ "cfg-if", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index e418ec337..f3fa98720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -290,7 +290,7 @@ csvlens = { git = "https://github.com/YS-L/csvlens", rev = "b3fab72" } dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" } # use our fork of governor with bumped dashmap dependency -governor = { git = "https://github.com/jqnatividad/governor", branch = "deps-bump-dashmap" } +governor = { git = "https://github.com/jqnatividad/governor", branch = "bump-dashmap-to-6.1.0" } # needed to get latest dependencies and unreleased fixes grex = { git = "https://github.com/pemistahl/grex", rev = "ff8533d" }