Skip to content

Commit

Permalink
bump protobuf, please clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Sep 16, 2024
1 parent f0956c2 commit 86e464c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions scylla-server/Cargo.lock

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

6 changes: 3 additions & 3 deletions scylla-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ default-run = "scylla-server"
[dependencies]
prisma-client-rust = {git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11", default-features = false,features = ["postgresql", "migrations"] }
serde = "1.0.203"
protobuf-codegen = "3.3.0"
protobuf = "3.3.0"
protobuf-codegen = "3.5.1"
protobuf = "3.5.1"
tokio = { version = "1.38.0", features = ["full", "tracing"] }
axum = "0.7.5"
tower = { version = "0.4.13", features = ["timeout"] }
Expand All @@ -31,7 +31,7 @@ top = ["dep:console-subscriber"]
members = ["prisma-cli"]

[build-dependencies]
protobuf-codegen = "3.3.0"
protobuf-codegen = "3.5.1"

[profile.release]
lto = true
Expand Down

0 comments on commit 86e464c

Please sign in to comment.