Skip to content

Commit b0b2778

Browse files
chore(deps): bump the others group across 1 directory with 4 updates
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest), [ctor](https://github.com/mmastrac/rust-ctor), [quick-xml](https://github.com/tafia/quick-xml) and [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. Updates `reqwest` to 0.12.28 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.28) Updates `ctor` to 0.8.0 - [Commits](https://github.com/mmastrac/rust-ctor/commits) Updates `quick-xml` to 0.39.2 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.38.0...v0.39.2) Updates `sha2` to 0.11.0 - [Commits](RustCrypto/hashes@groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production dependency-group: others - dependency-name: ctor dependency-version: 0.8.0 dependency-type: direct:production dependency-group: others - dependency-name: quick-xml dependency-version: 0.39.2 dependency-type: direct:production dependency-group: others - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production dependency-group: others ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ea60b0 commit b0b2778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ version = "0.55.0"
4343
[workspace.dependencies]
4444
base64 = "0.22"
4545
bytes = "1.10"
46-
ctor = "0.6"
46+
ctor = "0.8"
4747
futures = { version = "0.3", default-features = false }
4848
http = "1.1"
4949
log = { version = "0.4.29" }
5050
logforth = { version = "0.29.1", features = ["starter-log"] }
5151
mea = "0.6"
52-
quick-xml = { version = "0.38", default-features = false }
52+
quick-xml = { version = "0.39", default-features = false }
5353
rand = "0.8"
5454
serde = { version = "1", default-features = false }
5555
serde_json = "1"
56-
sha2 = "0.10"
56+
sha2 = "0.11"
5757
tokio = { version = "1.48", default-features = false }
5858
url = "2.5"
5959
uuid = { version = "1", default-features = false }
@@ -315,7 +315,7 @@ libtest-mimic = "0.8"
315315
log = { workspace = true }
316316
logforth = { workspace = true }
317317
rand = { workspace = true }
318-
reqwest = "0.12.24"
318+
reqwest = "0.13.2"
319319
sha2 = { workspace = true }
320320
size = "0.5"
321321
tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)