Skip to content

Commit 912e578

Browse files
committed
Update Cargo.lock, Cargo.toml, and Cargo.toml.in
1 parent afb19b2 commit 912e578

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ ctor = "0.4.1"
8484

8585
[build-dependencies]
8686
zenoh = { version = "1.5.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
87-
cbindgen = "0.28.0"
87+
cbindgen = "0.29.0"
8888
fs2 = "0.4.3"
89-
regex = "1.7.1"
89+
regex = "1.11.1"
9090
serde_yaml = "0.9.19"
9191
fs_extra = "1.3.0"
9292
evalexpr = "11.3.0" # Bumping to 12.x.x will cause 1.75 check fails

Cargo.toml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ ctor = "0.4.1"
8484

8585
[build-dependencies]
8686
zenoh = { version = "1.5.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
87-
cbindgen = "0.28.0"
87+
cbindgen = "0.29.0"
8888
fs2 = "0.4.3"
89-
regex = "1.7.1"
89+
regex = "1.11.1"
9090
serde_yaml = "0.9.19"
9191
fs_extra = "1.3.0"
9292
evalexpr = "11.3.0" # Bumping to 12.x.x will cause 1.75 check fails

0 commit comments

Comments
 (0)