Skip to content

Commit

Permalink
Bump serde from 1.0.160 to 1.0.162 (#214)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.162.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.160...1.0.162)

---
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 May 6, 2023
1 parent 1abfd7a commit 8326e25
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.8.5"
reddit = { git = "https://github.com/adumbidiot/reddit-rs", default-features = false, features = [ "rustls-tls" ] }
serde = { version = "1.0.160", features = [ "derive" ] }
serde = { version = "1.0.162", features = [ "derive" ] }
serde_json = "1.0.96"
serenity = "0.11.5"
songbird = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ once_cell = "1.17.1"
regex = "1.8.1"
reqwest = { version = "0.11.17", default-features = false, features = [ "cookies", "json" ] }
reqwest_cookie_store = "0.5.0"
serde = { version = "1.0.160", features = [ "derive" ] }
serde = { version = "1.0.162", features = [ "derive" ] }
serde_json = "1.0.96"
thiserror = "1.0.40"
tokio = "1.28.0"
Expand Down

0 comments on commit 8326e25

Please sign in to comment.