diff --git a/cfdp-core/Cargo.toml b/cfdp-core/Cargo.toml index 8c8121a..7eb1683 100644 --- a/cfdp-core/Cargo.toml +++ b/cfdp-core/Cargo.toml @@ -8,7 +8,7 @@ [dependencies] byteorder = "~1.5" - camino = { version = "~1.1" } + camino = { version = "~1.2" } log = '~0.4' num-derive = "~0.4" num-traits = "0.2" diff --git a/cfdp-daemon/Cargo.toml b/cfdp-daemon/Cargo.toml index ccc9a6d..b462f99 100644 --- a/cfdp-daemon/Cargo.toml +++ b/cfdp-daemon/Cargo.toml @@ -8,7 +8,7 @@ [dependencies] async-trait = "0.1" cfdp-core = { path = "../cfdp-core" } - camino = { version = "~1.1" } + camino = { version = "~1.2" } log = '~0.4' tokio = { version = "1.28.2", features = [ "time", "net", "rt-multi-thread", "macros" ] } thiserror = "~2.0"