Skip to content

Commit

Permalink
chore(cargo): update redis requirement from 0.25.4 to 0.27.2 (#108)
Browse files Browse the repository at this point in the history
* chore(deps): bump tqdm from 4.62.3 to 4.66.3 in /examples/filter_example (#95)

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.62.3...v4.66.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* v0.9.0 (#97)

* chore(cargo): update redis-macros requirement from 0.2.1 to 0.3.0

Updates the requirements on [redis-macros](https://github.com/daniel7grant/redis-macros) to permit the latest version.
- [Release notes](https://github.com/daniel7grant/redis-macros/releases)
- [Changelog](https://github.com/daniel7grant/redis-macros/blob/master/Changelog.md)
- [Commits](daniel7grant/redis-macros@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: redis-macros
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci(actions): bump actions/checkout from 2 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix `src/model/item.rs` (#92)

* Moved vinted-db-feeder as submodule

* Fix/advanced item test (#98)

* Updated item JSON

* Upgraded testing quality

* Storing test results in /output

* Added more new JSON fields

* Using lazy_static for logging

* Updated namespace for debug

* Removed lazy initialization

* Fixed clippy

* Added new SerdeError

* fixed clippy

* Bump v0.9.0

* chore(cargo): update redis requirement from 0.24.0 to 0.25.4 (#93)

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.24.0...redis-0.25.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Cabo Ciudad <alvarocaboac2@gmail.com>

* chore(cargo): update typed-builder requirement from 0.18 to 0.19 (#96)

---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Cabo Ciudad <alvarocaboac2@gmail.com>

* Updated CHANGELOG

* chore(cargo): update reqwest_cookie_store requirement from 0.6 to 0.8 (#94)

* chore(cargo): update reqwest_cookie_store requirement from 0.6 to 0.8

Updates the requirements on [reqwest_cookie_store](https://github.com/pfernie/reqwest_cookie_store) to permit the latest version.
- [Changelog](https://github.com/pfernie/reqwest_cookie_store/blob/main/CHANGELOG.md)
- [Commits](pfernie/reqwest_cookie_store@v0.6.0...v0.8.0)

---
updated-dependencies:
- dependency-name: reqwest_cookie_store
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix reqwest version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Cabo Ciudad <alvarocaboac2@gmail.com>

* fix method naming

* Removed unnecessary @staticmethod tag

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Zahnow <75901978+LelouchFR@users.noreply.github.com>

* chore(cargo): update redis requirement from 0.25.4 to 0.27.2

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.25.4...redis-0.27.2)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed redis-macros version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Alvaro Cabo <alvarocaboac2@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Zahnow <75901978+LelouchFR@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 21, 2024
1 parent b06320a commit 5a07e97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ rand = "0.8"
reqwest_cookie_store = "0.8"
typed-builder = "0.20"
fang = { version = "0.10.3", features = ["asynk"], default-features = false }
redis-macros = { version = "0.3.0", optional = true }
redis = { version = "0.25.4", optional = true }
redis-macros = { version = "0.4.2", optional = true }
redis = { version = "0.27.2", optional = true }
serde_json = { version = "1.0.91" }
log = "0.4.20"
lazy_static = "1.4.0"
[dev-dependencies]
env_logger = "0.11.5"
redis-macros = { version = "0.3.0" }
redis = { version = "0.25.4" }
redis-macros = { version = "0.4.2" }
redis = { version = "0.27.2" }


[dependencies.bb8-postgres]
Expand Down

0 comments on commit 5a07e97

Please sign in to comment.