Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.80` |
| [poem](https://github.com/poem-web/poem) | `2.0.0` | `2.0.1` |
| [poem-openapi](https://github.com/poem-web/poem) | `4.0.0` | `4.0.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.197` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.113` | `1.0.114` |


Updates `anyhow` from 1.0.79 to 1.0.80
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.80)

Updates `poem` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

Updates `poem-openapi` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

Updates `serde` from 1.0.196 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

Updates `serde_json` from 1.0.113 to 1.0.114
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: poem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: poem-openapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 696145d commit ff40f4c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 33 deletions.
64 changes: 37 additions & 27 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
members = [".", "client"]

[workspace.dependencies]
serde = { version = "1.0.196", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.113", default-features = false, features = ["std"] }
serde = { version = "1.0.197", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.114", default-features = false, features = ["std"] }
thiserror = { version = "1.0.57", default-features = false }
uuid = { version = "1.7.0", default-features = false, features = ["v4", "fast-rng", "serde"] }

Expand All @@ -14,14 +14,14 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.79", default-features = false, features = ["std"] }
anyhow = { version = "1.0.80", default-features = false, features = ["std"] }
config = { version = "0.14.0", default-features = false, features = ["toml", "json"] }
fnct = { version = "0.6.2", default-features = false }
key-rwlock = { version = "0.1.2", default-features = false }
once_cell = { version = "1.19.0", default-features = false }
poem = { version = "2.0.0", default-features = false, features = ["server", "anyhow"] }
poem = { version = "2.0.1", default-features = false, features = ["server", "anyhow"] }
poem-ext = { version = "0.11.0", default-features = false, features = ["shield"] }
poem-openapi = { version = "4.0.0", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
poem-openapi = { version = "4.0.1", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
postcard = { version = "1.0.8", default-features = false, features = ["use-std"] }
prometheus = { version = "0.13.3", default-features = false }
redis = { version = "0.24.0", default-features = false, features = ["tokio-comp", "connection-manager"] }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ blocking = ["reqwest", "reqwest/blocking"]
poem-openapi = ["dep:poem-openapi"]

[dependencies]
poem-openapi = { version = "4.0.0", default-features = false, optional = true, features = ["uuid"] }
poem-openapi = { version = "4.0.1", default-features = false, optional = true, features = ["uuid"] }
reqwest = { version = "0.11.24", default-features = false, optional = true, features = ["json", "rustls-tls"] }
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit ff40f4c

Please sign in to comment.