Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 6, 2025
1 parent e52b00c commit 1fceadd
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 461 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ phf = { version = "0.11.2", features = ["macros"] }

[lib]
path = "src/lib.rs"
name = "zenohcd"
name = "zenohc"
crate-type = ["cdylib", "staticlib"]
doctest = false

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ json5 = "0.4.1"
lazy_static = "1.4.0"
libc = "0.2.139"
tracing = "0.1"
rand = "0.8.5"
rand = "0.9.0"
spin = "0.9.5"
tokio = "*"
unwrap-infallible = "0.1.5"
Expand All @@ -80,12 +80,12 @@ zenoh-util = { version = "1.2.1", git = "https://github.com/eclipse-zenoh/zenoh.
flume = "*"

[build-dependencies]
cbindgen = "0.26.0"
cbindgen = "0.28.0"
fs2 = "0.4.3"
regex = "1.7.1"
serde_yaml = "0.9.19"
fs_extra = "1.3.0"
evalexpr = "11.3.0"
evalexpr = "12.0.2"
phf = { version = "0.11.2", features = ["macros"] }

[lib]
Expand Down
Loading

0 comments on commit 1fceadd

Please sign in to comment.