diff --git a/Cargo.lock b/Cargo.lock index 137bafd..5f6463d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -449,7 +449,7 @@ dependencies = [ [[package]] name = "gemfreely" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "atom_syndication", diff --git a/Cargo.toml b/Cargo.toml index 1a2874f..bb35281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gemfreely" -version = "0.1.8" +version = "0.1.9" edition = "2021" license = "AGPL-3.0-or-later" description = "Synchronize Gemini protocol blogs to the Fediverse" diff --git a/deny.toml b/deny.toml index 10de21a..5f679b3 100644 --- a/deny.toml +++ b/deny.toml @@ -27,8 +27,9 @@ allow = [ "MPL-2.0", "ISC", "Unicode-DFS-2016", + "Unicode-3.0", "OpenSSL", - "BSD-3-Clause" + "BSD-3-Clause", ] # Some crates don't have (easily) machine readable licensing information, @@ -56,4 +57,4 @@ multiple-versions = "warn" wildcards = "allow" highlight = "all" workspace-default-features = "allow" -external-default-features = "allow" \ No newline at end of file +external-default-features = "allow"