This is an automated email from the ASF dual-hosted git repository.

asukaminato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a0370631 chore(deps): bump the http-serialization-utils group in 
/core with 7 updates (#6634)
1a0370631 is described below

commit 1a0370631b377a5823bb73cf9b8f50614b7225b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 16:37:08 2025 +0900

    chore(deps): bump the http-serialization-utils group in /core with 7 
updates (#6634)
    
    chore(deps): bump the http-serialization-utils group
    
    Bumps the http-serialization-utils group in /core with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` |
    | [percent-encoding](https://github.com/servo/rust-url) | `2.3.1` | `2.3.2` 
|
    | [quick-xml](https://github.com/tafia/quick-xml) | `0.38.0` | `0.38.3` |
    | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.23` 
|
    | [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.228` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.142` | `1.0.145` |
    | [uuid](https://github.com/uuid-rs/uuid) | `1.17.0` | `1.18.1` |
    
    
    Updates `chrono` from 0.4.41 to 0.4.42
    - [Release notes](https://github.com/chronotope/chrono/releases)
    - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/chronotope/chrono/compare/v0.4.41...v0.4.42)
    
    Updates `percent-encoding` from 2.3.1 to 2.3.2
    - [Release notes](https://github.com/servo/rust-url/releases)
    - [Commits](https://github.com/servo/rust-url/commits)
    
    Updates `quick-xml` from 0.38.0 to 0.38.3
    - [Release notes](https://github.com/tafia/quick-xml/releases)
    - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
    - [Commits](https://github.com/tafia/quick-xml/compare/v0.38.0...v0.38.3)
    
    Updates `reqwest` from 0.12.22 to 0.12.23
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - 
[Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.22...v0.12.23)
    
    Updates `serde` from 1.0.219 to 1.0.228
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](https://github.com/serde-rs/serde/compare/v1.0.219...v1.0.228)
    
    Updates `serde_json` from 1.0.142 to 1.0.145
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](https://github.com/serde-rs/json/compare/v1.0.142...v1.0.145)
    
    Updates `uuid` from 1.17.0 to 1.18.1
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: chrono
      dependency-version: 0.4.42
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: http-serialization-utils
    - dependency-name: percent-encoding
      dependency-version: 2.3.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: http-serialization-utils
    - dependency-name: quick-xml
      dependency-version: 0.38.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: http-serialization-utils
    - dependency-name: reqwest
      dependency-version: 0.12.23
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: http-serialization-utils
    - dependency-name: serde
      dependency-version: 1.0.228
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: http-serialization-utils
    - dependency-name: serde_json
      dependency-version: 1.0.145
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: http-serialization-utils
    - dependency-name: uuid
      dependency-version: 1.18.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: http-serialization-utils
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 core/Cargo.lock | 74 ++++++++++++++++++++++++++++++++-------------------------
 core/Cargo.toml |  6 ++---
 2 files changed, 45 insertions(+), 35 deletions(-)

diff --git a/core/Cargo.lock b/core/Cargo.lock
index aad7be3ee..90c1c2777 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -114,12 +114,6 @@ dependencies = [
  "url",
 ]
 
-[[package]]
-name = "android-tzdata"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
-
 [[package]]
 name = "android_system_properties"
 version = "0.1.5"
@@ -1688,17 +1682,16 @@ checksum = 
"613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 
 [[package]]
 name = "chrono"
-version = "0.4.41"
+version = "0.4.42"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
+checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 dependencies = [
- "android-tzdata",
  "iana-time-zone",
  "js-sys",
  "num-traits",
  "serde",
  "wasm-bindgen",
- "windows-link",
+ "windows-link 0.2.1",
 ]
 
 [[package]]
@@ -5424,7 +5417,7 @@ dependencies = [
  "prometheus 0.14.0",
  "prometheus-client",
  "prost 0.13.5",
- "quick-xml 0.38.0",
+ "quick-xml 0.38.3",
  "rand 0.8.5",
  "redb",
  "redis",
@@ -5921,9 +5914,9 @@ dependencies = [
 
 [[package]]
 name = "percent-encoding"
-version = "2.3.1"
+version = "2.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
+checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
 
 [[package]]
 name = "persy"
@@ -6573,9 +6566,9 @@ dependencies = [
 
 [[package]]
 name = "quick-xml"
-version = "0.38.0"
+version = "0.38.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b"
+checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
 dependencies = [
  "memchr",
  "serde",
@@ -7018,9 +7011,9 @@ dependencies = [
 
 [[package]]
 name = "reqwest"
-version = "0.12.22"
+version = "0.12.23"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
+checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
 dependencies = [
  "base64 0.22.1",
  "bytes",
@@ -7585,10 +7578,11 @@ checksum = 
"cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
 
 [[package]]
 name = "serde"
-version = "1.0.219"
+version = "1.0.228"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
+checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
 dependencies = [
+ "serde_core",
  "serde_derive",
 ]
 
@@ -7610,11 +7604,20 @@ dependencies = [
  "serde",
 ]
 
+[[package]]
+name = "serde_core"
+version = "1.0.228"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
+dependencies = [
+ "serde_derive",
+]
+
 [[package]]
 name = "serde_derive"
-version = "1.0.219"
+version = "1.0.228"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
+checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -7623,15 +7626,16 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.142"
+version = "1.0.145"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
+checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
 dependencies = [
  "indexmap 2.9.0",
  "itoa",
  "memchr",
  "ryu",
  "serde",
+ "serde_core",
 ]
 
 [[package]]
@@ -9381,9 +9385,9 @@ checksum = 
"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
 
 [[package]]
 name = "uuid"
-version = "1.17.0"
+version = "1.18.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
+checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
 dependencies = [
  "getrandom 0.3.3",
  "js-sys",
@@ -9763,7 +9767,7 @@ dependencies = [
  "windows-collections",
  "windows-core 0.61.2",
  "windows-future",
- "windows-link",
+ "windows-link 0.1.1",
  "windows-numerics",
 ]
 
@@ -9796,7 +9800,7 @@ checksum = 
"c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
 dependencies = [
  "windows-implement 0.60.0",
  "windows-interface 0.59.1",
- "windows-link",
+ "windows-link 0.1.1",
  "windows-result 0.3.4",
  "windows-strings",
 ]
@@ -9808,7 +9812,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
 dependencies = [
  "windows-core 0.61.2",
- "windows-link",
+ "windows-link 0.1.1",
  "windows-threading",
 ]
 
@@ -9862,6 +9866,12 @@ version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
 
+[[package]]
+name = "windows-link"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
+
 [[package]]
 name = "windows-numerics"
 version = "0.2.0"
@@ -9869,7 +9879,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
 dependencies = [
  "windows-core 0.61.2",
- "windows-link",
+ "windows-link 0.1.1",
 ]
 
 [[package]]
@@ -9887,7 +9897,7 @@ version = "0.3.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
 dependencies = [
- "windows-link",
+ "windows-link 0.1.1",
 ]
 
 [[package]]
@@ -9896,7 +9906,7 @@ version = "0.4.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
 dependencies = [
- "windows-link",
+ "windows-link 0.1.1",
 ]
 
 [[package]]
@@ -9979,7 +9989,7 @@ version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
 dependencies = [
- "windows-link",
+ "windows-link 0.1.1",
 ]
 
 [[package]]
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 66cfcbd37..8a43383d5 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -242,7 +242,7 @@ anyhow = { version = "1.0.30", features = ["std"] }
 backon = { version = "1.5", features = ["tokio-sleep"] }
 base64 = "0.22"
 bytes = "1.6"
-chrono = { version = "0.4.28", default-features = false, features = [
+chrono = { version = "0.4.42", default-features = false, features = [
   "clock",
   "std",
 ] }
@@ -256,7 +256,7 @@ log = "0.4"
 md-5 = "0.10"
 percent-encoding = "2"
 quick-xml = { version = "0.38", features = ["serialize", "overlapped-lists"] }
-reqwest = { version = "0.12.22", features = [
+reqwest = { version = "0.12.23", features = [
   "stream",
 ], default-features = false }
 serde = { version = "1", features = ["derive"] }
@@ -411,7 +411,7 @@ probe = { version = "0.5.1", optional = true }
 backon = { version = "1.2", features = ["gloo-timers-sleep"] }
 getrandom = { version = "0.2", features = ["js"] }
 tokio = { version = "1.46", features = ["time"] }
-uuid = { version = "1.17", features = ["serde", "v4", "js"] }
+uuid = { version = "1.18", features = ["serde", "v4", "js"] }
 
 [dev-dependencies]
 criterion = { version = "0.7", features = ["async", "async_tokio"] }

Reply via email to