Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 2 updates (#124)
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [futures](https://github.com/rust-lang/futures-rs).


Updates `serde` from 1.0.189 to 1.0.190
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.189...v1.0.190)

Updates `futures` from 0.3.28 to 0.3.29
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.28...0.3.29)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-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 Oct 27, 2023
1 parent 5e24c97 commit d2088dd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 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 @@ -33,7 +33,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["rustls-t
sandkasten-client = { version = "0.1.6", default-features = false, features = ["reqwest", "poem-openapi"] }
schemas = { version = "2.0.1", path = "./schemas" }
sea-orm = { version = "0.12.4", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-uuid", "with-chrono", "postgres-array"] }
serde = { version = "1.0.189", default-features = false, features = ["derive"] }
serde = { version = "1.0.190", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.107", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
thiserror = { version = "1.0.50", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion challenges/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = { workspace = true }
chrono = { workspace = true }
entity = { workspace = true }
fnct = { workspace = true }
futures = { version = "0.3.28", default-features = false, features = ["std"] }
futures = { version = "0.3.29", default-features = false, features = ["std"] }
itertools = { workspace = true }
key-rwlock = { version = "0.1.2", default-features = false }
lib = { workspace = true }
Expand Down

0 comments on commit d2088dd

Please sign in to comment.