From 2ede4dc22f1c303a2377c556d1a3b3f42464a0e7 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Tue, 19 Oct 2021 01:04:09 +0100 Subject: [PATCH] bump dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8ec0c34..0cd8d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nom = "6.1" -bytes = "1.0" +nom = "7" +bytes = "1.1" -- libgit2 1.7.2