Skip to content

Commit

Permalink
chore(deps): update rust crate testcontainers to 0.23.0 (#52)
Browse files Browse the repository at this point in the history
* chore(deps): update rust crate testcontainers to 0.23.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix build script

Signed-off-by: Charith Ellawala <[email protected]>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Charith Ellawala <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charith Ellawala <[email protected]>
  • Loading branch information
renovate[bot] and charithe committed Sep 30, 2024
1 parent 4baa541 commit 1e1d457
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0.86"
hyper-util = { version = "0.1.7", features = ["tokio"] }
prost = "0.13.1"
prost-types = "0.13.1"
testcontainers = "0.22.0"
testcontainers = "0.23.0"
tokio = { version = "1.39.2", features = ["full"] }
tonic = { version = "0.12.1", features = ["transport", "tls", "tls-roots"]}
tower = { version = "0.5.0", features = ["util"] }
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ fn main() -> Result<(), std::io::Error> {
tonic_build::configure()
.out_dir("src/genpb")
.build_server(false)
.compile(&["proto/defs/cerbos/svc/v1/svc.proto"], &["proto/defs/"])
.compile_protos(&["proto/defs/cerbos/svc/v1/svc.proto"], &["proto/defs/"])
}
105 changes: 51 additions & 54 deletions src/genpb/cerbos.svc.v1.rs

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

0 comments on commit 1e1d457

Please sign in to comment.