Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 5266896

Browse files
dependabot[bot]quettabit
authored andcommitted
chore(deps): bump the all-dependencies group with 5 updates
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.37` | `0.4.39` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.1` | `0.13.2` | | [s2-api](https://github.com/s2-streamstore/s2) | `0.27.1` | `0.27.3` | | [s2-common](https://github.com/s2-streamstore/s2) | `0.27.1` | `0.27.4` | | [time](https://github.com/time-rs/time) | `0.3.46` | `0.3.47` | Updates `async-compression` from 0.4.37 to 0.4.39 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Commits](Nullus157/async-compression@async-compression-v0.4.37...async-compression-v0.4.39) Updates `reqwest` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.1...v0.13.2) Updates `s2-api` from 0.27.1 to 0.27.3 - [Release notes](https://github.com/s2-streamstore/s2/releases) - [Changelog](https://github.com/s2-streamstore/s2/blob/main/release-plz.toml) - [Commits](s2-streamstore/s2@s2-api-v0.27.1...s2-api-v0.27.3) Updates `s2-common` from 0.27.1 to 0.27.4 - [Release notes](https://github.com/s2-streamstore/s2/releases) - [Changelog](https://github.com/s2-streamstore/s2/blob/main/release-plz.toml) - [Commits](s2-streamstore/s2@s2-api-v0.27.1...s2-common-v0.27.4) Updates `time` from 0.3.46 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.46...v0.3.47) --- updated-dependencies: - dependency-name: async-compression dependency-version: 0.4.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: s2-api dependency-version: 0.27.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: s2-common dependency-version: 0.27.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b7724c commit 5266896

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ name = "create_basin"
1818
doc-scrape-examples = true
1919

2020
[dependencies]
21-
async-compression = "0.4.37"
21+
async-compression = "0.4.39"
2222
async-stream = "0.3.6"
2323
bytes = "1.11.0"
2424
futures = "0.3.31"
2525
http = "1.4.0"
2626
hyper = "1.8.1"
2727
prost = "0.14.3"
2828
rand = "0.9.2"
29-
reqwest = { version = "0.13.1", default-features = false, features = [
29+
reqwest = { version = "0.13.2", default-features = false, features = [
3030
"json",
3131
"stream",
3232
"query",
@@ -40,7 +40,7 @@ secrecy = "0.10.3"
4040
serde = { version = "1.0.228" }
4141
serde_json = "1.0.149"
4242
thiserror = "2.0.18"
43-
time = "0.3.46"
43+
time = "0.3.47"
4444
tokio = { version = "1.49.0", features = ["time", "macros", "io-util"] }
4545
tokio-muxt = "0.7.0"
4646
tokio-stream = "0.1.18"

0 commit comments

Comments
 (0)