From 5d9f1ac3e74867954458544174ef6476fa94e3df Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Aug 2022 14:01:31 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate chrono to 0.4.22 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18fc358..85a7f60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,9 +450,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb" +checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" dependencies = [ "iana-time-zone", "js-sys", @@ -965,12 +965,12 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.41" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1779539f58004e5dba1c1f093d44325ebeb244bfc04b791acdc0aaeca9c04570" +checksum = "808cf7d67cf4a22adc5be66e75ebdf769b3f2ea032041437a7061f97a63dad4b" dependencies = [ "android_system_properties", - "core-foundation", + "core-foundation-sys", "js-sys", "wasm-bindgen", "winapi", diff --git a/Cargo.toml b/Cargo.toml index ec5ed55..d1531a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ ansi-to-html = "0.1.0" anyhow = "1.0.61" bigdecimal = "0.3.0" cached = "0.38.0" -chrono = "0.4.21" +chrono = "0.4.22" deadpool-postgres = "0.10.2" enum-display-derive = "0.1.1" openssl = { version = "0.10.41", features = ["vendored"] } From a9e4bdf5fd898755dbcdd54be3c2175e92302f64 Mon Sep 17 00:00:00 2001 From: imlonghao Date: Mon, 15 Aug 2022 02:01:43 +0000 Subject: [PATCH 2/2] ci: sync to github by gitea --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index af2d3dc..dfc142b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,19 +3,6 @@ kind: pipeline type: docker name: build steps: -- name: sync to github - image: appleboy/drone-git-push - settings: - remote: git@github.com:imlonghao/archlinuxcn-packages.git - remote_name: github - branch: master - local_ref: master - force: true - ssh_key: - from_secret: GITHUB_DEPLOY_SSH_KEY - when: - branch: - - master - name: test image: rust:1.63.0 commands: