Skip to content

Commit

Permalink
Bump the default group with 8 updates (#240)
Browse files Browse the repository at this point in the history
Bumps the default group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.1` |
| [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [nd-util](https://github.com/nathaniel-daniel/nd-util-rs) | ``c1837d6`` | ``d616627`` |


Updates `once_cell` from 1.19.0 to 1.20.1
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.1)

Updates `regex` from 1.10.6 to 1.11.0
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.6...1.11.0)

Updates `reqwest` from 0.12.7 to 0.12.8
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

Updates `serde` from 1.0.209 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.210)

Updates `serde_json` from 1.0.127 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.127...1.0.128)

Updates `thiserror` from 1.0.63 to 1.0.64
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.64)

Updates `anyhow` from 1.0.86 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.89)

Updates `nd-util` from `c1837d6` to `d616627`
- [Commits](nathaniel-daniel/nd-util-rs@c1837d6...d616627)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: nd-util
  dependency-type: direct:production
  dependency-group: default
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent e3a748f commit 8c22f6d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 31 deletions.
55 changes: 32 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deviantart-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ license = "MIT OR Apache-2.0"

[dependencies]
argh = "0.1.12"
anyhow = "1.0.86"
anyhow = "1.0.89"
deviantart = { path = "../deviantart", default-features = false }
directories-next = "2.0.0"
nd-util = { git = "https://github.com/nathaniel-daniel/nd-util-rs", features = [ "download-to-path" ] }
toml = { version = "0.8.19", features = [ "preserve_order" ] }
tokio = { version = "1.40.0", features = [ "rt-multi-thread", "fs" ] }
serde = { version = "1.0.209", features = [ "derive" ] }
serde = { version = "1.0.210", features = [ "derive" ] }

[features]
default = [
Expand Down
12 changes: 6 additions & 6 deletions deviantart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ license = "MIT OR Apache-2.0"

[dependencies]
itoa = "1.0.11"
once_cell = { version = "1.19.0", default-features = false }
regex = "1.10.6"
reqwest = { version = "0.12.7", default-features = false, features = [ "cookies", "gzip", "json", "http2" ] }
once_cell = { version = "1.20.1", default-features = false }
regex = "1.11.0"
reqwest = { version = "0.12.8", default-features = false, features = [ "cookies", "gzip", "json", "http2" ] }
reqwest_cookie_store = "0.8.0"
serde = { version = "1.0.209", features = [ "derive" ] }
serde_json = "1.0.127"
thiserror = "1.0.63"
serde = { version = "1.0.210", features = [ "derive" ] }
serde_json = "1.0.128"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = [ "rt" ] }
url = { version = "2.5.2", features = [ "serde" ] }

Expand Down

0 comments on commit 8c22f6d

Please sign in to comment.