From 58edf4bd2fe1c95226b2261fe7d06178e7943adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:19:27 +0200 Subject: [PATCH 1/7] build(deps): bump the backend-dependencies group with 3 updates (#268) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcin Procyk --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af73500..3977429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "assert_cmd" @@ -914,9 +914,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -1684,9 +1684,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 0d39878..594f8ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread"] } tokio-test = "0.4.4" tower = "0.5.1" tower-http = { version = "0.6.1", features = ["trace", "fs", "cors"] } -hyper = "1.4.1" +hyper = "1.5.0" regex = "1.11.0" thiserror = "1.0.64" tracing = "0.1" From da61d8f96eccd06d224232fc2dfc0058c743ba35 Mon Sep 17 00:00:00 2001 From: Daniela Subotic <48174709+danielasubotic@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:35:57 +0200 Subject: [PATCH 2/7] data: add dsp app link from limc to meta (#270) Co-authored-by: Marcin Procyk --- data/json/limc.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/json/limc.json b/data/json/limc.json index a470778..97ac671 100644 --- a/data/json/limc.json +++ b/data/json/limc.json @@ -118,7 +118,13 @@ "url": { "__type": "URL", "type": "URL", - "url": "https://weblimc.org/page/home/Basel", + "url": "https://app.dasch.swiss/project/BRwvcfLLT72IN-fXzQkrdQ", + "text": "Discover Project Data" + }, + "secondaryURL": { + "__type": "URL", + "type": "URL", + "url": "https://weblimc.org", "text": "Project Website" }, "status": "Ongoing" @@ -376,4 +382,4 @@ } } ] -} +} \ No newline at end of file From 1e021d7853582c255fe6c787ec3efde0d92c646b Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:00:59 +0800 Subject: [PATCH 3/7] chore(main): release dsp-meta 2.3.1 (#256) --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 31 ++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 34 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9965a34..aca3a49 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b2d22..7d9710c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [2.3.1](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.0...dsp-meta-v2.3.1) (2024-10-21) + + +### Maintenances + +* Add Google space notifications ([#259](https://github.com/dasch-swiss/dsp-meta/issues/259)) ([ab0c594](https://github.com/dasch-swiss/dsp-meta/commit/ab0c594ac0d61f711e23df9ad1bf0b802c5e7ccb)) +* **deps-dev:** Bump prettier-plugin-svelte from 3.2.6 to 3.2.7 in /web-frontend in the frontend-dependencies group ([#257](https://github.com/dasch-swiss/dsp-meta/issues/257)) ([0745435](https://github.com/dasch-swiss/dsp-meta/commit/07454354c11927d58b235d15372f02925e2d7052)) +* **deps:** Bump clap from 4.5.19 to 4.5.20 in the backend-dependencies group ([#265](https://github.com/dasch-swiss/dsp-meta/issues/265)) ([f214bad](https://github.com/dasch-swiss/dsp-meta/commit/f214bade54063c2c16167442619622315a181129)) +* **deps:** Bump the backend-dependencies group with 2 updates ([#258](https://github.com/dasch-swiss/dsp-meta/issues/258)) ([ba0db14](https://github.com/dasch-swiss/dsp-meta/commit/ba0db14048ca6753fa21141a69d6c2aaed164a8b)) +* **deps:** Bump the backend-dependencies group with 3 updates ([#260](https://github.com/dasch-swiss/dsp-meta/issues/260)) ([a832190](https://github.com/dasch-swiss/dsp-meta/commit/a8321902afe6461fd362073d18d9bedf69bedf19)) +* **deps:** Bump the backend-dependencies group with 3 updates ([#262](https://github.com/dasch-swiss/dsp-meta/issues/262)) ([f53811f](https://github.com/dasch-swiss/dsp-meta/commit/f53811f639d721c5d7d675f1aa671e5be9f8a17a)) +* **deps:** Bump the backend-dependencies group with 3 updates ([#268](https://github.com/dasch-swiss/dsp-meta/issues/268)) ([58edf4b](https://github.com/dasch-swiss/dsp-meta/commit/58edf4bd2fe1c95226b2261fe7d06178e7943adb)) +* Fix Dependabot prefix ([#251](https://github.com/dasch-swiss/dsp-meta/issues/251)) ([9783e60](https://github.com/dasch-swiss/dsp-meta/commit/9783e60f5fb84f5a46a2da13e2a40e5a4188fe93)) +* Remove packageManager ([#266](https://github.com/dasch-swiss/dsp-meta/issues/266)) ([838d766](https://github.com/dasch-swiss/dsp-meta/commit/838d766f02dd1e9519047fa3f5e400c0ddddbb0b)) + + +### Project Data + +* Add dsp app link from limc to meta ([#270](https://github.com/dasch-swiss/dsp-meta/issues/270)) ([da61d8f](https://github.com/dasch-swiss/dsp-meta/commit/da61d8f96eccd06d224232fc2dfc0058c743ba35)) +* Add metadata kirchen-rom ([#267](https://github.com/dasch-swiss/dsp-meta/issues/267)) ([63cce29](https://github.com/dasch-swiss/dsp-meta/commit/63cce294ba96632a2c327e1d8fbb99ab30365a1e)) + + +### Documentation + +* Add up-to-date documentation and remove legacy documentation (DEV-4229) ([#263](https://github.com/dasch-swiss/dsp-meta/issues/263)) ([88b2234](https://github.com/dasch-swiss/dsp-meta/commit/88b22346180db079880455a57d629a9b7d2d4e1c)) + + +### Bug Fixes + +* Display the secondaryURL (DEV-4253) ([#269](https://github.com/dasch-swiss/dsp-meta/issues/269)) ([20d9c05](https://github.com/dasch-swiss/dsp-meta/commit/20d9c0532ad198960cb683f79661b7bca8510a86)) + ## [2.3.0](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.5...dsp-meta-v2.3.0) (2024-09-25) diff --git a/Cargo.lock b/Cargo.lock index 3977429..ce4c7cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,7 +646,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.3.0" +version = "2.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 594f8ab..9164131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.3.0" +version = "2.3.1" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta" From a832f91bb75e6b7441a28758d26b924f89b435c7 Mon Sep 17 00:00:00 2001 From: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:27:21 +0200 Subject: [PATCH 4/7] docs: Publish docs to the repo's github pages (#264) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christian Kleinbölting --- .github/workflows/publish-docs.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/publish-docs.yml diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml new file mode 100644 index 0000000..ad2358b --- /dev/null +++ b/.github/workflows/publish-docs.yml @@ -0,0 +1,18 @@ +name: publish docs + +on: + push: + branches: + - main + +jobs: + publish-docs: + name: Publish Docs to Github Pages + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Deploy docs + uses: mhausenblas/mkdocs-deploy-gh-pages@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + REQUIREMENTS: docs/requirements.txt From 0cf844670407f39568e2998dbf3e837797843fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:27:19 +0100 Subject: [PATCH 5/7] build(deps): bump the backend-dependencies group with 6 updates (#272) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 115 ++++++++++++++++++++++++++++++++++------------------- Cargo.toml | 6 +-- 2 files changed, 78 insertions(+), 43 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce4c7cd..e623717 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,6 +27,18 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +[[package]] +name = "ahash" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +dependencies = [ + "cfg-if", + "once_cell", + "version_check", + "zerocopy", +] + [[package]] name = "aho-corasick" version = "1.1.3" @@ -36,6 +48,12 @@ dependencies = [ "memchr", ] +[[package]] +name = "allocator-api2" +version = "0.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" + [[package]] name = "android-tzdata" version = "0.1.1" @@ -102,9 +120,15 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.91" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" + +[[package]] +name = "arraydeque" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" [[package]] name = "assert_cmd" @@ -428,14 +452,13 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "config" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be" +checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf" dependencies = [ "async-trait", "convert_case", "json5", - "lazy_static", "nom", "pathdiff", "ron", @@ -443,7 +466,7 @@ dependencies = [ "serde", "serde_json", "toml", - "yaml-rust", + "yaml-rust2", ] [[package]] @@ -688,6 +711,15 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +[[package]] +name = "encoding_rs" +version = "0.8.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +dependencies = [ + "cfg-if", +] + [[package]] name = "equivalent" version = "1.0.1" @@ -821,15 +853,22 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hashbrown" -version = "0.13.2" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +dependencies = [ + "ahash", + "allocator-api2", +] [[package]] -name = "hashbrown" -version = "0.14.5" +name = "hashlink" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" +dependencies = [ + "hashbrown 0.14.5", +] [[package]] name = "heck" @@ -1108,12 +1147,6 @@ dependencies = [ "libc", ] -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - [[package]] name = "log" version = "0.4.22" @@ -1268,12 +1301,12 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ordered-multimap" -version = "0.6.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e" +checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" dependencies = [ "dlv-list", - "hashbrown 0.13.2", + "hashbrown 0.14.5", ] [[package]] @@ -1554,9 +1587,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", @@ -1620,9 +1653,9 @@ dependencies = [ [[package]] name = "rust-ini" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091" +checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" dependencies = [ "cfg-if", "ordered-multimap", @@ -1664,18 +1697,18 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "serde" -version = "1.0.210" +version = "1.0.213" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" +checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.210" +version = "1.0.213" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" +checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5" dependencies = [ "proc-macro2", "quote", @@ -1839,9 +1872,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.77" +version = "2.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" +checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" dependencies = [ "proc-macro2", "quote", @@ -1868,18 +1901,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", @@ -1953,9 +1986,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", @@ -2604,12 +2637,14 @@ dependencies = [ ] [[package]] -name = "yaml-rust" -version = "0.4.5" +name = "yaml-rust2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" +checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" dependencies = [ - "linked-hash-map", + "arraydeque", + "encoding_rs", + "hashlink", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9164131..190f803 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1.83" axum = "0.7.7" # web framework axum-macros = "0.4.2" clap = { version = "4.5.20", features = ["derive"] } # command-line parser -config = "0.14.0" # Layered configuration with strong support for 12-factor applications +config = "0.14.1" # Layered configuration with strong support for 12-factor applications chrono = { version = "0.4.38", features = ["serde"] } dirs = "5.0.1" # provides platform-specific locations for storing user configuration http-body-util = "0.1.0" @@ -34,8 +34,8 @@ tokio-test = "0.4.4" tower = "0.5.1" tower-http = { version = "0.6.1", features = ["trace", "fs", "cors"] } hyper = "1.5.0" -regex = "1.11.0" -thiserror = "1.0.64" +regex = "1.11.1" +thiserror = "1.0.65" tracing = "0.1" tracing-subscriber = { version = "0.3", features = [ "fmt", From 1059adbe8af8068795561360ab4a97bfcd688735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:35:44 +0100 Subject: [PATCH 6/7] build(deps-dev): bump tslib from 2.8.0 to 2.8.1 in /web-frontend in the frontend-dependencies group (#274) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web-frontend/package.json | 2 +- web-frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web-frontend/package.json b/web-frontend/package.json index 9677b75..5dc2c41 100644 --- a/web-frontend/package.json +++ b/web-frontend/package.json @@ -20,7 +20,7 @@ "svelte": "^3.59.2", "svelte-check": "^1.0.0", "svelte-preprocess": "^4.0.0", - "tslib": "^2.0.0", + "tslib": "^2.8.1", "typescript": "^3.9.7" }, "scripts": { diff --git a/web-frontend/yarn.lock b/web-frontend/yarn.lock index 8b238d0..fea83fe 100644 --- a/web-frontend/yarn.lock +++ b/web-frontend/yarn.lock @@ -1121,10 +1121,10 @@ totalist@^1.0.0: resolved "https://registry.yarnpkg.com/totalist/-/totalist-1.1.0.tgz#a4d65a3e546517701e3e5c37a47a70ac97fe56df" integrity sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g== -tslib@^2.0.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b" - integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA== +tslib@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== typescript@*: version "5.6.3" From 08166b3d7620492c535420ae353e624b9195ddd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:39:32 +0000 Subject: [PATCH 7/7] build(deps): bump the backend-dependencies group with 3 updates (#273) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcin Procyk --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e623717..d3a47a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "arraydeque" @@ -1697,18 +1697,18 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "serde" -version = "1.0.213" +version = "1.0.214" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1" +checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.213" +version = "1.0.214" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5" +checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" dependencies = [ "proc-macro2", "quote", @@ -1872,9 +1872,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.85" +version = "2.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" +checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" dependencies = [ "proc-macro2", "quote", @@ -1901,18 +1901,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.65" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" +checksum = "3b3c6efbfc763e64eb85c11c25320f0737cb7364c4b6336db90aa9ebe27a0bbd" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.65" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" +checksum = "b607164372e89797d78b8e23a6d67d5d1038c1c65efd52e1389ef8b77caba2a6" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 190f803..79fcd37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tower = "0.5.1" tower-http = { version = "0.6.1", features = ["trace", "fs", "cors"] } hyper = "1.5.0" regex = "1.11.1" -thiserror = "1.0.65" +thiserror = "1.0.67" tracing = "0.1" tracing-subscriber = { version = "0.3", features = [ "fmt",