Skip to content

Commit f2d20c8

Browse files
Update Rust crate peg to 0.8.5 (#7706)
1 parent 4f78ea4 commit f2d20c8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ partial-io = { version = "0.5.4", features = ["proptest1", "tokio1"] }
539539
parse-size = "1.1.0"
540540
paste = "1.0.15"
541541
percent-encoding = "2.3.1"
542-
peg = "0.8.4"
542+
peg = "0.8.5"
543543
pem = "3.0"
544544
# petname's default features pull in clap for CLI parsing, which we don't need.
545545
# Note that if you depend on petname, you must also set default-features =

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ num-integer = { version = "0.1.46", features = ["i128"] }
8484
num-iter = { version = "0.1.45", default-features = false, features = ["i128"] }
8585
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
8686
openapiv3 = { version = "2.0.0", default-features = false, features = ["skip_serializing_defaults"] }
87-
peg-runtime = { version = "0.8.3", default-features = false, features = ["std"] }
87+
peg-runtime = { version = "0.8.5", default-features = false, features = ["std"] }
8888
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
8989
percent-encoding = { version = "2.3.1" }
9090
petgraph = { version = "0.6.5", features = ["serde-1"] }
@@ -205,7 +205,7 @@ num-integer = { version = "0.1.46", features = ["i128"] }
205205
num-iter = { version = "0.1.45", default-features = false, features = ["i128"] }
206206
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
207207
openapiv3 = { version = "2.0.0", default-features = false, features = ["skip_serializing_defaults"] }
208-
peg-runtime = { version = "0.8.3", default-features = false, features = ["std"] }
208+
peg-runtime = { version = "0.8.5", default-features = false, features = ["std"] }
209209
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
210210
percent-encoding = { version = "2.3.1" }
211211
petgraph = { version = "0.6.5", features = ["serde-1"] }

0 commit comments

Comments
 (0)