diff --git a/crates/load_save/Cargo.toml b/crates/load_save/Cargo.toml index df3b3951..655b0b49 100644 --- a/crates/load_save/Cargo.toml +++ b/crates/load_save/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] async-trait = "0.1.68" -chrono = { version = "0.4.24", default-features = false, optional = true } +chrono = { version = "0.4.26", default-features = false, optional = true } handlebars = { version = "4.3.7", optional = true } lazy_static = "1.4.0" log = "0.4.19" diff --git a/crates/logger/Cargo.toml b/crates/logger/Cargo.toml index 86744902..cd6f3fbe 100644 --- a/crates/logger/Cargo.toml +++ b/crates/logger/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = { version = "0.4.24", default-features = false } +chrono = { version = "0.4.26", default-features = false } fern = "0.6.2" log = "0.4.19" diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index 3c18f515..7f718abc 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] async-trait = "0.1.68" cfg-if = "1.0.0" -chrono = { version = "0.4.24", default-feature = false } +chrono = { version = "0.4.26", default-feature = false } env_logger = { version = "0.10.0", optional = true } futures = { version = "0.3.28", optional = true } lazy_static = "1.4.0" diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index 2adcb0c8..316fdd3f 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] cfg-if = { version = "1.0.0", optional = true } -chrono = { version = "0.4.24", features = ["serde"] } +chrono = { version = "0.4.26", features = ["serde"] } log = "0.4.19" serde = { version = "1.0.162", features = ["derive"] } tokio = { version = "1.28.1", features = ["sync"], default-features = false, optional = true } diff --git a/frontend/src-wasm/Cargo.toml b/frontend/src-wasm/Cargo.toml index 6373eec3..d007a742 100644 --- a/frontend/src-wasm/Cargo.toml +++ b/frontend/src-wasm/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] cfg-if = "1.0.0" -chrono = { version = "0.4.24", features = ["wasmbind"] } +chrono = { version = "0.4.26", features = ["wasmbind"] } console_error_panic_hook = { version = "0.1.7", optional = true } console_log = { version = "1.0.0", features = ["color"] } js-sys = "=0.3.63"