Skip to content

Commit

Permalink
fix(deps): update rust minor/patch (#487)
Browse files Browse the repository at this point in the history
Co-authored-by: defelo-renovate[bot] <186864790+defelo-renovate[bot]@users.noreply.github.com>
  • Loading branch information
defelo-renovate[bot] authored Jan 4, 2025
1 parent cf60fc2 commit ea3191c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3611,9 +3611,9 @@ rec {
};
"poem" = rec {
crateName = "poem";
version = "3.1.5";
version = "3.1.6";
edition = "2021";
sha256 = "1vshxx7qvas74zn9ljcrsx0nbha4k272x5241qhsjknw8an9a5v7";
sha256 = "0fkriymjyin0aviq0ijwmab0vzd3qmfvvcgjbhldw0fwh5kxybnk";
authors = [
"sunli <scott_s829@163.com>"
];
Expand Down Expand Up @@ -3749,7 +3749,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 1.0.69";
packageId = "thiserror 2.0.9";
}
{
name = "time";
Expand Down Expand Up @@ -3944,9 +3944,9 @@ rec {
};
"poem-openapi" = rec {
crateName = "poem-openapi";
version = "5.1.4";
version = "5.1.5";
edition = "2021";
sha256 = "1mqqxc07pwxv6yrpv8wgrhg2aql2gxnzslwvzj5my90n5ckc5lxh";
sha256 = "0kd0m09wrnlva1s5xxav1sz1shmibslyljms61l4xmnm46iclazx";
libName = "poem_openapi";
authors = [
"sunli <scott_s829@163.com>"
Expand Down Expand Up @@ -4018,7 +4018,7 @@ rec {
}
{
name = "thiserror";
packageId = "thiserror 1.0.69";
packageId = "thiserror 2.0.9";
}
{
name = "tokio";
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ publish = false
anyhow = { version = "1.0.95", default-features = false, features = ["std"] }
config = { version = "0.15.4", default-features = false, features = ["toml", "json"] }
key-rwlock = { version = "0.1.2", default-features = false }
poem = { version = "3.1.5", default-features = false, features = ["server", "anyhow"] }
poem = { version = "3.1.6", default-features = false, features = ["server", "anyhow"] }
poem-ext = { version = "0.12.0", default-features = false, features = ["shield"] }
poem-openapi = { version = "5.1.4", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
poem-openapi = { version = "5.1.5", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
postcard = { version = "1.1.1", default-features = false, features = ["use-std"] }
prometheus = { version = "0.13.4", default-features = false }
sandkasten-client = { path = "client", default-features = false, features = ["poem-openapi"] }
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 = "5.1.4", default-features = false, optional = true, features = ["uuid"] }
poem-openapi = { version = "5.1.5", default-features = false, optional = true, features = ["uuid"] }
reqwest = { version = "0.12.12", default-features = false, optional = true, features = ["json", "rustls-tls"] }
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit ea3191c

Please sign in to comment.