From ecad7bff3f00172b5918ba16d98223c86517fb29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:14:29 +0900 Subject: [PATCH] Bump the dependencies group across 1 directory with 8 updates (#114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group with 4 updates in the / directory: [chrono](https://github.com/chronotope/chrono), [cc](https://github.com/rust-lang/cc-rs), [iana-time-zone](https://github.com/strawlab/iana-time-zone) and [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen). Updates `chrono` from 0.4.38 to 0.4.39
Release notes

Sourced from chrono's releases.

0.4.39

What's Changed

Commits

Updates `cc` from 1.1.16 to 1.2.3
Release notes

Sourced from cc's releases.

cc-v1.2.3

Other

cc-v1.2.2

Other

cc-v1.2.1

Other

cc-v1.2.0

Added

Other

cc-v1.1.37

Other

cc-v1.1.36

Other

cc-v1.1.35

Other

... (truncated)

Changelog

Sourced from cc's changelog.

1.2.3 - 2024-12-06

Other

1.2.2 - 2024-11-29

Other

1.2.1 - 2024-11-14

Other

1.2.0 - 2024-11-11

Added

Other

1.1.37 - 2024-11-08

Other

1.1.36 - 2024-11-05

Other

... (truncated)

Commits

Updates `iana-time-zone` from 0.1.60 to 0.1.61
Changelog

Sourced from iana-time-zone's changelog.

[0.1.61] - 2024-09-16

Changed

Commits

Updates `wasm-bindgen` from 0.2.93 to 0.2.99
Changelog

Sourced from wasm-bindgen's changelog.

0.2.99

Released 2024-12-07

Fixed


0.2.98

Released 2024-12-07

Added

Changed

Fixed


0.2.97

Released 2024-11-30

Fixed

... (truncated)

Commits

Updates `wasm-bindgen-backend` from 0.2.93 to 0.2.99
Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.99

Released 2024-12-07

Fixed


0.2.98

Released 2024-12-07

Added

Changed

Fixed


0.2.97

Released 2024-11-30

Fixed

... (truncated)

Commits

Updates `wasm-bindgen-macro` from 0.2.93 to 0.2.99
Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.99

Released 2024-12-07

Fixed


0.2.98

Released 2024-12-07

Added

Changed

Fixed


0.2.97

Released 2024-11-30

Fixed

... (truncated)

Commits

Updates `wasm-bindgen-macro-support` from 0.2.93 to 0.2.99
Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.99

Released 2024-12-07

Fixed


0.2.98

Released 2024-12-07

Added

Changed

Fixed


0.2.97

Released 2024-11-30

Fixed

... (truncated)

Commits

Updates `wasm-bindgen-shared` from 0.2.93 to 0.2.99
Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.99

Released 2024-12-07

Fixed


0.2.98

Released 2024-12-07

Added

Changed

Fixed


0.2.97

Released 2024-11-30

Fixed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 33 ++++++++++++++++----------------- pyo3-stub-gen/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46f4b77..d66bb2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "cc" -version = "1.1.16" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9d013ecb737093c0e86b151a7b837993cf9ec6c502946cfb44bedc392421e0b" +checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" dependencies = [ "shlex", ] @@ -123,9 +123,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", @@ -231,9 +231,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "iana-time-zone" -version = "0.1.60" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -759,9 +759,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", "once_cell", @@ -770,13 +770,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", "syn", @@ -785,9 +784,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -795,9 +794,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", @@ -808,9 +807,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "windows-core" diff --git a/pyo3-stub-gen/Cargo.toml b/pyo3-stub-gen/Cargo.toml index a2a0f08..4a3b53f 100644 --- a/pyo3-stub-gen/Cargo.toml +++ b/pyo3-stub-gen/Cargo.toml @@ -19,7 +19,7 @@ numpy = { workspace = true, optional = true } pyo3.workspace = true serde.workspace = true toml.workspace = true -chrono = "0.4.38" +chrono = "0.4.39" [dependencies.pyo3-stub-gen-derive] version = "0.6.1"