Date: Tuesday, October 11, 2022 @ 18:06:19
  Author: kpcyrd
Revision: 1327718

upgpkg: diesel-cli 2.0.2-1

Modified:
  diesel-cli/trunk/Cargo.lock
  diesel-cli/trunk/PKGBUILD

------------+
 Cargo.lock |  102 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 PKGBUILD   |   10 ++---
 2 files changed, 96 insertions(+), 16 deletions(-)

Modified: Cargo.lock
===================================================================
--- Cargo.lock  2022-10-11 18:05:42 UTC (rev 1327717)
+++ Cargo.lock  2022-10-11 18:06:19 UTC (rev 1327718)
@@ -242,6 +242,16 @@
 ]
 
 [[package]]
+name = "codespan-reporting"
+version = "0.11.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
+dependencies = [
+ "termcolor",
+ "unicode-width",
+]
+
+[[package]]
 name = "core-foundation-sys"
 version = "0.8.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -255,8 +265,52 @@
 ]
 
 [[package]]
+name = "cxx"
+version = "1.0.78"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "19f39818dcfc97d45b03953c1292efc4e80954e1583c4aa770bac1383e2310a4"
+dependencies = [
+ "cc",
+ "cxxbridge-flags",
+ "cxxbridge-macro",
+ "link-cplusplus",
+]
+
+[[package]]
+name = "cxx-build"
+version = "1.0.78"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "3e580d70777c116df50c390d1211993f62d40302881e54d4b79727acb83d0199"
+dependencies = [
+ "cc",
+ "codespan-reporting",
+ "once_cell",
+ "proc-macro2",
+ "quote",
+ "scratch",
+ "syn",
+]
+
+[[package]]
+name = "cxxbridge-flags"
+version = "1.0.78"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "56a46460b88d1cec95112c8c363f0e2c39afdb237f60583b0b36343bf627ea9c"
+
+[[package]]
+name = "cxxbridge-macro"
+version = "1.0.78"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "747b608fecf06b0d72d440f27acc99288207324b793be2c17991839f3d4995ea"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
 name = "diesel"
-version = "2.0.1"
+version = "2.0.2"
 dependencies = [
  "bigdecimal",
  "bitflags",
@@ -555,12 +609,13 @@
 
 [[package]]
 name = "iana-time-zone"
-version = "0.1.50"
+version = "0.1.51"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "fd911b35d940d2bd0bea0f9100068e5b97b51a1cbe13d13382f132e0365257a0"
+checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
 dependencies = [
  "android_system_properties",
  "core-foundation-sys",
+ "iana-time-zone-haiku",
  "js-sys",
  "wasm-bindgen",
  "winapi",
@@ -567,6 +622,16 @@
 ]
 
 [[package]]
+name = "iana-time-zone-haiku"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "fde6edd6cef363e9359ed3c98ba64590ba9eecba2293eb5a723ab32aee8926aa"
+dependencies = [
+ "cxx",
+ "cxx-build",
+]
+
+[[package]]
 name = "idna"
 version = "0.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -633,9 +698,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.134"
+version = "0.2.135"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
+checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
 
 [[package]]
 name = "libsqlite3-sys"
@@ -649,6 +714,15 @@
 ]
 
 [[package]]
+name = "link-cplusplus"
+version = "1.0.7"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
+dependencies = [
+ "cc",
+]
+
+[[package]]
 name = "lock_api"
 version = "0.4.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -990,6 +1064,12 @@
 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
 
 [[package]]
+name = "scratch"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
+
+[[package]]
 name = "serde"
 version = "1.0.145"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -1011,9 +1091,9 @@
 
 [[package]]
 name = "serde_json"
-version = "1.0.85"
+version = "1.0.86"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
+checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
 dependencies = [
  "itoa",
  "ryu",
@@ -1197,9 +1277,9 @@
 
 [[package]]
 name = "unicode-ident"
-version = "1.0.4"
+version = "1.0.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
+checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
 
 [[package]]
 name = "unicode-normalization"
@@ -1235,9 +1315,9 @@
 
 [[package]]
 name = "uuid"
-version = "1.1.2"
+version = "1.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
+checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83"
 
 [[package]]
 name = "vcpkg"

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-11 18:05:42 UTC (rev 1327717)
+++ PKGBUILD    2022-10-11 18:06:19 UTC (rev 1327718)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd <[email protected]>
 
 pkgname=diesel-cli
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="CLI for the Diesel crate"
 arch=('x86_64')
@@ -12,10 +12,10 @@
 makedepends=('cargo')
 
source=(https://github.com/diesel-rs/diesel/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
         Cargo.lock)
-sha512sums=('9f8c3932c2110a80c9f0515ccb6132d4670aabab1281bdc068310721350073403af325f5f13c655a460de0d9830b37b9357a36dfc0aeea91613d668e52c496f0'
-            
'1a06a7cbd6616753e09831613cc908d687362e68397dc409c881deacfa72aecfb4a9d1fb775282984e89e2cc892a7d6fd6cfcbb9af81354f8e40c0e488ae3fd8')
-b2sums=('c598b6f6e3be25e3e63b9c9ee347b0c040a058c5df97998f9390d8cd3230cdc987ee0a4eb5ee75e399f5365b82a22fc33d7f50505d75d25dbe72edba10d2e6ef'
-        
'735312e44e76b441568453185deac30ce9f698c9f11a7dbcb776d04da0dcad3ccc9f98d7eefc5d505dd49ab6fbcec6e55693c729b8ccbe3b8480ddcd03d40760')
+sha512sums=('efeb4e70cffd154563d5fd8928749b1820ea8c6ea07b504306f7c9ab145c22b3f86f04acfa2c90338179506e4829ec0e2f5456192ef0f19c7b647d523868462f'
+            
'3700bcaa0b9e19cf1f6f5199b558bc0a877f124d9fce3476fdb7c765ecebac93b893f1eb47e5e3181ed0f0b9a7eb17760f34792712952086c4e7479abbb8074c')
+b2sums=('aa1fa24d18dedbd51dcac48f0c285b83b8a737c73b6093590d5a9bced0cfcb6b93a7ae9d16c5813983264b3e97e3e94c60f5ceb1b565a3043b5dc5a8d41d1eaf'
+        
'efb492f013aac1863ce0afa418973470d8917e5b607b4f25884bfc2401ad7018e820ba181ebd1a90cb979989d3683b737734bf5497b3498cf96fe779f4038107')
 
 prepare() {
   cp Cargo.lock "diesel-${pkgver}"

Reply via email to