Unverified Commit 336ed86c authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump the dependencies group with 3 updates (#446)

* build(deps): bump the dependencies group with 3 updates

Bumps the dependencies group with 3 updates: [itoa](https://github.com/dtolnay/itoa), [serde_json](https://github.com/serde-rs/json) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `itoa` from 1.0.16 to 1.0.17
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](https://github.com/dtolnay/itoa/compare/1.0.16...1.0.17)

Updates `serde_json` from 1.0.145 to 1.0.148
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.145...v1.0.148)

Updates `reqwest` from 0.12.26 to 0.12.28
- [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.26...v0.12.28

)

---
updated-dependencies:
- dependency-name: itoa
  dependency-version: 1.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-version: 1.0.148
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: reqwest
  dependency-version: 0.12.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

* fix

* Revert "fix"

This reverts commit d1cc9a2ac8983ca60977acc6a657a4da9f9b9af5.

---------

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarNugine <nugine@foxmail.com>
parent 9e41304e
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -1847,9 +1847,9 @@ dependencies = [

[[package]]
name = "itoa"
version = "1.0.16"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010"
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"

[[package]]
name = "jiff"
@@ -2615,9 +2615,9 @@ dependencies = [

[[package]]
name = "reqwest"
version = "0.12.26"
version = "0.12.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f"
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
dependencies = [
 "base64 0.22.1",
 "bytes",
@@ -3186,16 +3186,16 @@ dependencies = [

[[package]]
name = "serde_json"
version = "1.0.145"
version = "1.0.148"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
dependencies = [
 "indexmap",
 "itoa",
 "memchr",
 "ryu",
 "serde",
 "serde_core",
 "zmij",
]

[[package]]
@@ -4316,3 +4316,9 @@ dependencies = [
 "quote",
 "syn",
]

[[package]]
name = "zmij"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aac060176f7020d62c3bcc1cdbcec619d54f48b07ad1963a3f80ce7a0c17755f"
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ std-next = "0.1.9"
numeric_cast = "0.3.0"
regex = "1.12.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.145", features = ["preserve_order"] }
serde_json = { version = "1.0.148", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
s3s-model = { version = "0.13.0-alpha", path = "../crates/s3s-model" }
http = "1.4.0"
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ bytes = "1.11.0"
http-body = "1.0.1"
md-5.workspace = true
base64-simd = "0.8.0"
reqwest = { version = "0.12.26", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls"] }

[dependencies.aws-config]
version = "1.8.7"
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ numeric_cast = "0.3.0"
path-absolutize = "3.1.1"
s3s = { version = "0.13.0-alpha", path = "../s3s" }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
serde_json = "1.0.148"
thiserror = "2.0.17"
time = "0.3.44"
tokio = { version = "1.48.0", features = ["fs", "io-util"] }
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@ workspace = true
anyhow = "1.0.100"
numeric_cast = "0.3.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
serde_json = "1.0.148"
Loading