Update dependencies
This commit is contained in:
parent
67db235a42
commit
4fad8ef09b
|
|
@ -14,22 +14,22 @@ documentation = "https://sequenceplanner.github.io/r2r/"
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0.133", features = ["derive"] }
|
serde = { version = "1.0.147", features = ["derive"] }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.89"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.37"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
||||||
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.3.3" }
|
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.3.3" }
|
||||||
r2r_actions = { path = "../r2r_actions", version = "0.3.2" }
|
r2r_actions = { path = "../r2r_actions", version = "0.3.2" }
|
||||||
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
uuid = { version = "1.2.2", features = ["serde", "v4"] }
|
||||||
futures = "0.3.19"
|
futures = "0.3.25"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.89"
|
||||||
futures = "0.3.19"
|
futures = "0.3.25"
|
||||||
tokio = { version = "1.15.0", features = ["full"] }
|
tokio = { version = "1.22.0", features = ["full"] }
|
||||||
rand = "0.8.4"
|
rand = "0.8.5"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,5 @@ r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
||||||
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.3.3" }
|
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.3.3" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.59.2"
|
bindgen = "0.63.0"
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
|
|
|
||||||
|
|
@ -11,5 +11,5 @@ repository = "https://github.com/sequenceplanner/r2r"
|
||||||
documentation = "https://sequenceplanner.github.io/r2r/"
|
documentation = "https://sequenceplanner.github.io/r2r/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bindgen = "0.59.2"
|
bindgen = "0.63.0"
|
||||||
itertools = "0.10.3"
|
itertools = "0.10.5"
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.59.2"
|
bindgen = "0.63.0"
|
||||||
r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
heck = "0.4.0"
|
heck = "0.4.0"
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,9 @@ repository = "https://github.com/sequenceplanner/r2r"
|
||||||
documentation = "https://sequenceplanner.github.io/r2r/"
|
documentation = "https://sequenceplanner.github.io/r2r/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
paste = "1.0.6"
|
paste = "1.0.9"
|
||||||
widestring = "0.5.1"
|
widestring = "1.0.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.59.2"
|
bindgen = "0.63.0"
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue