Skip to content

Commit c693989

Browse files
chore(deps): bump the minor-bumps group across 1 directory with 6 updates (#40)
Bumps the minor-bumps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.12.24` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.48.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145` | | [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` | Updates `reqwest` from 0.12.23 to 0.12.24 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.23...v0.12.24) 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) Updates `serde_json` from 1.0.143 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.143...v1.0.145) Updates `serde` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) 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](chronotope/chrono@v0.4.41...v0.4.42) Updates `anyhow` from 1.0.99 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-bumps - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-bumps - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-bumps - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-bumps - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-bumps - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-bumps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fded54 commit c693989

File tree

2 files changed

+52
-92
lines changed

2 files changed

+52
-92
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ repository = "https://github.com/extua/bodsky-archiver"
99
description = "Test project for archiving social media posts at the Bodleian Libraries."
1010

1111
[dependencies]
12-
reqwest = { version = "0.12.23", features = [
12+
reqwest = { version = "0.12.24", features = [
1313
"json",
1414
"rustls-tls",
1515
"gzip",
1616
], default-features = false }
17-
tokio = { version = "1.47.1", features = ["full"] }
18-
serde_json = "1.0.143"
17+
tokio = { version = "1.48.0", features = ["full"] }
18+
serde_json = "1.0.145"
1919
serde = { version = "1.0.219", features = ["derive"] }
20-
chrono = "0.4.41"
20+
chrono = "0.4.42"
2121
dotenvy = "0.15"
22-
anyhow = "1.0.99"
22+
anyhow = "1.0.100"
2323

2424
[dev-dependencies]
2525
httpmock = "0.7.0"

0 commit comments

Comments
 (0)