Skip to content

Commit

Permalink
Bump the rust-dependencies group with 12 updates (cedar-policy#1448)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Charlie Murphy <mutmoth@amazon.com>
  • Loading branch information
dependabot[bot] authored and chaluli committed Feb 7, 2025
1 parent c618641 commit c0fd0a9
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 47 deletions.
105 changes: 67 additions & 38 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cedar-policy-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cedar-policy-formatter = { version = "=4.3.0", path = "../cedar-policy-formatter
clap = { version = "4", features = ["derive", "env"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
miette = { version = "7.4.0", features = ["fancy"] }
miette = { version = "7.5.0", features = ["fancy"] }
thiserror = "2.0"
semver = "1.0.25"

Expand Down
4 changes: 2 additions & 2 deletions cedar-policy-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ thiserror = "2.0"
smol_str = { version = "0.3", features = ["serde"] }
stacker = "0.1.15"
arbitrary = { version = "1", features = ["derive"], optional = true }
miette = { version = "7.4.0", features = ["serde"] }
miette = { version = "7.5.0", features = ["serde"] }
nonempty = "0.10.0"
educe = "0.6.0"

Expand Down Expand Up @@ -69,7 +69,7 @@ prost-build = { version = "0.13", optional = true }

[dev-dependencies]
cool_asserts = "2.0"
miette = { version = "7.4.0", features = ["fancy"] }
miette = { version = "7.5.0", features = ["fancy"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion cedar-policy-formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ logos = "0.15.0"
itertools = "0.14"
smol_str = { version = "0.3", features = ["serde"] }
regex = { version= "1.9.1", features = ["unicode"] }
miette = { version = "7.4.0" }
miette = { version = "7.5.0" }
lazy_static = "1.4.0"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions cedar-policy-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cedar-policy-core = { version = "=4.3.0", path = "../cedar-policy-core" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_with = "3.12"
miette = "7.4.0"
miette = "7.5.0"
thiserror = "2.0"
itertools = "0.14"
ref-cast = "1.0"
Expand Down Expand Up @@ -59,7 +59,7 @@ entity-manifest = []
similar-asserts = "1.6.1"
cool_asserts = "2.0"
cedar-policy-core = { version = "=4.3.0", path = "../cedar-policy-core", features = ["test-util"] }
miette = { version = "7.4.0", features = ["fancy"] }
miette = { version = "7.5.0", features = ["fancy"] }

[build-dependencies]
lalrpop = "0.22.1"
Expand Down
4 changes: 2 additions & 2 deletions cedar-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
lalrpop-util = { version = "0.22.1", features = ["lexer"] }
itertools = "0.14"
miette = "7.4.0"
miette = "7.5.0"
thiserror = "2.0"
smol_str = { version = "0.3", features = ["serde"] }
dhat = { version = "0.3.2", optional = true }
Expand Down Expand Up @@ -63,7 +63,7 @@ wasm = ["serde-wasm-bindgen", "tsify", "wasm-bindgen"]
crate-type = ["rlib", "cdylib"]

[dev-dependencies]
miette = { version = "7.4.0", features = ["fancy"] }
miette = { version = "7.5.0", features = ["fancy"] }
cool_asserts = "2.0"
criterion = "0.5"
globset = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion cedar-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cedar-policy-validator = { version = "=4.3.0", path = "../cedar-policy-validator
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smol_str = { version = "0.3", features = ["serde"] }
miette = { version = "7.4.0", features = ["fancy"] }
miette = { version = "7.5.0", features = ["fancy"] }

[features]
default = ["ipaddr", "decimal"]
Expand Down

0 comments on commit c0fd0a9

Please sign in to comment.