Skip to content

Commit e969db4

Browse files
chore(deps): bump the production-dependencies group across 1 directory with 3 updates
Bumps the production-dependencies group with 3 updates in the / directory: [smol_str](https://github.com/rust-analyzer/smol_str), [httpmock](https://github.com/httpmock/httpmock) and [tokio](https://github.com/tokio-rs/tokio). Updates `smol_str` from 0.3.2 to 0.3.4 - [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md) - [Commits](rust-analyzer/smol_str@v0.3.2...v0.3.4) Updates `httpmock` from 0.7.0 to 0.8.2 - [Release notes](https://github.com/httpmock/httpmock/releases) - [Changelog](https://github.com/httpmock/httpmock/blob/master/CHANGELOG.md) - [Commits](httpmock/httpmock@v0.7.0...v0.8.2) Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: smol_str dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: httpmock dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 853633e commit e969db4

File tree

7 files changed

+71
-144
lines changed

7 files changed

+71
-144
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ edition = "2024"
3838

3939
[workspace.dependencies]
4040
serde = { version = ">=1.0.79", features = ["derive"] } # we use `serde(other)` which was introduced in 1.0.79
41-
smol_str = { version = "=0.3.2", features = ["serde"] }
41+
smol_str = { version = "=0.3.4", features = ["serde"] }
4242
miniserde = "0.1.34"
4343
serde_json = "1.0.115"
4444
serde_qs = "0.15.0"

0 commit comments

Comments
 (0)