Skip to content

Commit

Permalink
Bump the rust-dependencies group with 10 updates (#1444)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 546410c commit 197763e
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 30 deletions.
85 changes: 61 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cedar-policy-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository.workspace = true
serde = { version = "1.0", features = ["derive", "rc"] }
serde_with = { version = "3.12", features = ["json"] }
serde_json = "1.0"
lalrpop-util = { version = "0.22.0", features = ["lexer"] }
lalrpop-util = { version = "0.22.1", features = ["lexer"] }
lazy_static = "1.4"
either = "1.8"
itertools = "0.14"
Expand Down Expand Up @@ -63,7 +63,7 @@ wasm = ["serde-wasm-bindgen", "tsify", "wasm-bindgen"]
protobufs = ["dep:prost", "dep:prost-build"]

[build-dependencies]
lalrpop = "0.22.0"
lalrpop = "0.22.1"
# protobuf dependency
prost-build = { version = "0.13", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion cedar-policy-formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ miette = { version = "7.4.0" }
lazy_static = "1.4.0"

[dev-dependencies]
insta = { version = "1.42.0", features = ["glob"] }
insta = { version = "1.42.1", features = ["glob"] }

[lints]
workspace = true
4 changes: 2 additions & 2 deletions cedar-policy-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unicode-security = "0.1.0"
smol_str = { version = "0.3", features = ["serde"] }
stacker = "0.1.15"
arbitrary = { version = "1", features = ["derive"], optional = true }
lalrpop-util = { version = "0.22.0", features = ["lexer", "unicode"] }
lalrpop-util = { version = "0.22.1", features = ["lexer", "unicode"] }
lazy_static = "1.4.0"
nonempty = "0.10.0"
educe = "0.6.0"
Expand Down Expand Up @@ -62,7 +62,7 @@ cedar-policy-core = { version = "=4.3.0", path = "../cedar-policy-core", feature
miette = { version = "7.4.0", features = ["fancy"] }

[build-dependencies]
lalrpop = "0.22.0"
lalrpop = "0.22.1"
# protobuf dependency
prost-build = { version = "0.13", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion cedar-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cedar-policy-formatter = { version = "=4.3.0", path = "../cedar-policy-formatter
ref-cast = "1.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
lalrpop-util = { version = "0.22.0", features = ["lexer"] }
lalrpop-util = { version = "0.22.1", features = ["lexer"] }
itertools = "0.14"
miette = "7.4.0"
thiserror = "2.0"
Expand Down

0 comments on commit 197763e

Please sign in to comment.