Skip to content

Commit

Permalink
Bump the all group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [axum](https://github.com/tokio-rs/axum) | `0.7.5` | `0.7.7` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.7.2` |
| [postgres-types](https://github.com/sfackler/rust-postgres) | `0.2.7` | `0.2.8` |
| [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
| [tokio-postgres](https://github.com/sfackler/rust-postgres) | `0.7.11` | `0.7.12` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` |


Updates `axum` from 0.7.5 to 0.7.7
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.5...axum-v0.7.7)

Updates `bytes` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.7.1...v1.7.2)

Updates `postgres-types` from 0.2.7 to 0.2.8
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@postgres-types-v0.2.7...postgres-types-v0.2.8)

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 `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 `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 `tokio-postgres` from 0.7.11 to 0.7.12
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.11...tokio-postgres-v0.7.12)

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)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postgres-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 8d3dc2e commit 98aead7
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 45 deletions.
89 changes: 52 additions & 37 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ resolver = "2"
edition = "2021"

[workspace.dependencies]
axum = "0.7.4"
axum = "0.7.7"
bb8 = "0.8.1"
bb8-postgres = "0.8.1"
bytes = "1.7.1"
bytes = "1.7.2"
chrono = { version = "0.4.31", features = ["serde"] }
csv = "1.3.0"
futures = "0.3.28"
kafka = "0.10.0"
postgres-types = { version = "0.2.7", features = ["derive", "with-chrono-0_4"] }
postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"] }
quick-xml = { version = "0.35.0", features = [ "serialize", "overlapped-lists" ] }
rand = "0.8.5"
rand_distr = "0.4.3"
regex = "1.10.6"
serde = { version = "1.0.209", features = ["derive"] }
thiserror = "1.0.63"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
tokio-postgres = { version = "0.7.11", features = ["with-chrono-0_4"] }
tokio-postgres = { version = "0.7.12", features = ["with-chrono-0_4"] }
test-case = "3.3.1"
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde.workspace = true
test-case.workspace = true
futures.workspace = true
csv.workspace = true
reqwest = {version = "0.12.7", features = ["json"]}
reqwest = {version = "0.12.8", features = ["json"]}

[[bin]]
name = "prepare_postgres"
Expand Down

0 comments on commit 98aead7

Please sign in to comment.