From 114c9bf9102fc296d32d5b9c68983d37b907ea62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 06:27:01 +0000 Subject: [PATCH] Bump num-derive from 0.3.0 to 0.3.3 Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.3.0 to 0.3.3. - [Release notes](https://github.com/rust-num/num-derive/releases) - [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.3.0...num-derive-0.3.3) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2535ecd421b..963b5bc3a21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3976,9 +3976,9 @@ dependencies = [ [[package]] name = "num-derive" -version = "0.3.0" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746" +checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.2",