Skip to content

Commit

Permalink
chore(deps): Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke committed Nov 28, 2023
1 parent 8f78cc4 commit f6a0e11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/estk/log4rs"
readme = "README.md"
keywords = ["log", "logger", "logging", "log4"]
edition = "2018"
rust = "1.60"
rust = "1.67"

[features]
default = ["all_components", "config_parsing", "yaml_format"]
Expand Down Expand Up @@ -53,24 +53,24 @@ name = "rotation"
harness = false

[dependencies]
arc-swap = "1.2"
arc-swap = "1.6"
chrono = { version = "0.4", optional = true }
flate2 = { version = "1.0", optional = true }
fnv = "1.0"
humantime = { version = "2.0", optional = true }
humantime = { version = "2.1", optional = true }
log = { version = "0.4.20", features = ["std"] }
log-mdc = { version = "0.1", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
serde-value = { version = "0.7", optional = true }
thread-id = { version = "4", optional = true }
typemap-ors = { version = "1.0.0", optional = true }
serde_json = { version = "1.0", optional = true }
serde_yaml = { version = "0.8.4", optional = true }
toml = { version = "0.5", optional = true }
serde_yaml = { version = "0.9", optional = true }
toml = { version = "0.8", optional = true }
parking_lot = { version = "0.12.0", optional = true }
thiserror = "1.0.15"
anyhow = "1.0.28"
derivative = "2.1.1"
derivative = "2.2"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", optional = true, features = ["handleapi", "minwindef", "processenv", "winbase", "wincon"] }
Expand All @@ -81,8 +81,8 @@ libc = { version = "0.2", optional = true }
[dev-dependencies]
lazy_static = "1.4"
streaming-stats = "0.2.3"
humantime = "2.0"
tempfile = "3.1.0"
humantime = "2.1"
tempfile = "3.8"

[[example]]
name = "json_logger"
Expand Down

0 comments on commit f6a0e11

Please sign in to comment.