diff --git a/attribution/dependencies.toml b/attribution/dependencies.toml index c72cacd..7297064 100644 --- a/attribution/dependencies.toml +++ b/attribution/dependencies.toml @@ -167,7 +167,7 @@ repository = "https://github.com/BurntSushi/byteorder" [[dependencies]] name = "bytes" -version = "1.7.2" +version = "1.8.0" description = "Types and traits for working with bytes" license = "MIT" notices = ["Copyright (c) 2018 Carl Lerche"] diff --git a/attribution/self.toml b/attribution/self.toml index d8c6f6d..513546c 100644 --- a/attribution/self.toml +++ b/attribution/self.toml @@ -1,6 +1,6 @@ [self] name = "cargo-attribution" -version = "0.8.5" +version = "0.8.6" description = "A cargo subcommand to give credit to your dependencies" license = "MPL-2.0" authors = ["AmeKnite"]