diff --git a/below/common/Cargo.toml b/below/common/Cargo.toml index b5f139b9..b0ff2966 100644 --- a/below/common/Cargo.toml +++ b/below/common/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.102" -chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false } +chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false } cursive = { version = "0.21.1", features = ["crossterm-backend"], default-features = false } humantime = "2.1" once_cell = "1.21.4" diff --git a/below/store/Cargo.toml b/below/store/Cargo.toml index de3a58ce..2afdaf13 100644 --- a/below/store/Cargo.toml +++ b/below/store/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.102" -bitflags = { version = "2.11.1", features = ["serde", "std"], default-features = false } +bitflags = { version = "2.13.0", features = ["serde", "std"], default-features = false } bytes = { version = "1.11.1", features = ["serde"] } common = { package = "below-common", version = "0.11.0", path = "../common" } humantime = "2.1" diff --git a/below/view/Cargo.toml b/below/view/Cargo.toml index 57afbb06..ec374166 100644 --- a/below/view/Cargo.toml +++ b/below/view/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.102" -chrono = { version = "0.4.44", features = ["clock", "serde", "std"], default-features = false } +chrono = { version = "0.4.45", features = ["clock", "serde", "std"], default-features = false } common = { package = "below-common", version = "0.11.0", path = "../common" } crossterm = { version = "0.29", features = ["event-stream", "serde"] } cursive = { version = "0.21.1", features = ["crossterm-backend"], default-features = false }