Skip to content

Commit

Permalink
Bump serde from 1.0.188 to 1.0.190 (#170)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.190.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.190)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Nov 2, 2023
1 parent 31d311f commit adce007
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion deviantart-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ directories-next = "2.0.0"
nd-util = { git = "https://github.com/nathaniel-daniel/nd-util-rs", features = [ "download-to-path" ] }
toml = { version = "0.8.6", features = [ "preserve_order" ] }
tokio = { version = "1.33.0", features = [ "rt-multi-thread", "fs" ] }
serde = { version = "1.0.188", features = [ "derive" ] }
serde = { version = "1.0.190", features = [ "derive" ] }
2 changes: 1 addition & 1 deletion deviantart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ once_cell = { version = "1.18.0", default-features = false }
regex = "1.9.6"
reqwest = { version = "0.11.22", default-features = false, features = [ "cookies", "gzip", "json" ] }
reqwest_cookie_store = "0.6.0"
serde = { version = "1.0.188", features = [ "derive" ] }
serde = { version = "1.0.190", features = [ "derive" ] }
serde_json = "1.0.108"
thiserror = "1.0.49"
tokio = { version = "1.33.0", features = [ "rt" ] }
Expand Down

0 comments on commit adce007

Please sign in to comment.