From: Peter Michael Green Date: Thu, 23 Jun 2022 21:30:50 +0000 (+0000) Subject: num-format - bump dev-dependency on rand. X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=016372bcb8b10afad9169a1feb21970e6d26c898;p=debcargo-conf.git num-format - bump dev-dependency on rand. --- diff --git a/src/num-format/debian/changelog b/src/num-format/debian/changelog index 78e54f631..c151c4fb2 100644 --- a/src/num-format/debian/changelog +++ b/src/num-format/debian/changelog @@ -6,6 +6,7 @@ rust-num-format (0.4.0-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=mediu + Bump arrayvec dependency to 0.7 and fix code to work with it. + Bump itoa dependency to 1.0 and remove no-longer-needed feature flags. + + Bump rand dev-dependency to 0.8 * Don't fail the tests if known-unsupported locales are present (e.g. if locales-all is installed). * Don't fail the build due to use of deprecated functions in std. diff --git a/src/num-format/debian/patches/relax-dep.diff b/src/num-format/debian/patches/relax-dep.diff index e366c9355..445813bac 100644 --- a/src/num-format/debian/patches/relax-dep.diff +++ b/src/num-format/debian/patches/relax-dep.diff @@ -12,7 +12,15 @@ Index: num-format/Cargo.toml default-features = false [dependencies.lazy_static] -@@ -59,7 +58,7 @@ version = "1.0" +@@ -52,14 +51,14 @@ version = "0.1" + version = "1.2" + + [dev-dependencies.rand] +-version = "0.6" ++version = "0.8" + + [dev-dependencies.serde_json] + version = "1.0" [features] default = ["std"]