From bbb9dfb659e9ed940e6dcc17f71bd1423382e233 Mon Sep 17 00:00:00 2001 From: Jasper den Hertog Date: Sat, 23 Dec 2023 16:09:45 +0100 Subject: [PATCH] update Cargo.lock for routecore + roto --- Cargo.lock | 4 ++-- src/units/rib_unit/tests.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e810d0..dc4a173 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1656,7 +1656,7 @@ dependencies = [ [[package]] name = "roto" version = "0.1.0-dev" -source = "git+https://github.com/NLnetLabs/roto.git#2c1ae239406080fd900229c0cde08dbc07e106af" +source = "git+https://github.com/NLnetLabs/roto.git#4afd081faca150329da8190a60458bd0a8c0f907" dependencies = [ "arc-swap", "bytes", @@ -1762,7 +1762,7 @@ dependencies = [ [[package]] name = "routecore" version = "0.4.0-dev" -source = "git+https://github.com/NLnetLabs/routecore.git#974270c7e2da954ef2306efdb113d6cf29e6e6f0" +source = "git+https://github.com/NLnetLabs/routecore.git#296e212cb9f32f6286173cd9169cb4aad47f3a42" dependencies = [ "bytes", "chrono", diff --git a/src/units/rib_unit/tests.rs b/src/units/rib_unit/tests.rs index 850d8f0..e5197c7 100644 --- a/src/units/rib_unit/tests.rs +++ b/src/units/rib_unit/tests.rs @@ -23,7 +23,7 @@ use roto::types::{ use rotonda_store::prelude::multi::PrefixStoreError; use rotonda_store::{epoch, MatchOptions, MatchType}; use routecore::asn::Asn; -use routecore::bgp::communities::{Wellknown, HumanReadableCommunity as Community}; +use routecore::bgp::communities::Wellknown; use routecore::bgp::types::AfiSafi; use routecore::{addr::Prefix, bgp::message::SessionConfig};