diff --git a/CedarJavaFFI/Cargo.toml b/CedarJavaFFI/Cargo.toml index 5dda95ba..ace59f22 100644 --- a/CedarJavaFFI/Cargo.toml +++ b/CedarJavaFFI/Cargo.toml @@ -6,7 +6,7 @@ description = "Java FFI for Cedar (from the cedar-policy crate)." edition = "2021" -version = "4.0.0" +version = "4.1.0" [dependencies] serde = { version = "1.0", features = ["derive", "rc"] } @@ -29,11 +29,11 @@ cool_asserts = "2.0" crate_type = ["cdylib"] [dependencies.cedar-policy] -version = "4.0.0" +version = "4.1.0" git = "https://github.com/cedar-policy/cedar" -branch = "release/4.0.x" +branch = "release/4.1.x" [dependencies.cedar-policy-formatter] -version = "4.0.0" +version = "4.1.0" git = "https://github.com/cedar-policy/cedar" -branch = "release/4.0.x" +branch = "release/4.1.x"