Skip to content

Commit de3d6c8

Browse files
authored
chore(deps): Bump deps (#319)
1 parent 8f78cc4 commit de3d6c8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
strategy:
3939
matrix:
40-
rust_versions: ["stable", "1.60"]
40+
rust_versions: ["stable", "1.67"]
4141
os: [ubuntu-latest, windows-latest]
4242
steps:
4343
- name: Checkout the source code
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
strategy:
8383
matrix:
84-
rust_versions: ["stable", "1.60"]
84+
rust_versions: ["stable", "1.67"]
8585
steps:
8686
- name: Checkout the source code
8787
uses: actions/checkout@master

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/estk/log4rs"
88
readme = "README.md"
99
keywords = ["log", "logger", "logging", "log4"]
1010
edition = "2018"
11-
rust = "1.60"
11+
rust-version = "1.67"
1212

1313
[features]
1414
default = ["all_components", "config_parsing", "yaml_format"]
@@ -53,24 +53,24 @@ name = "rotation"
5353
harness = false
5454

5555
[dependencies]
56-
arc-swap = "1.2"
56+
arc-swap = "1.6"
5757
chrono = { version = "0.4", optional = true }
5858
flate2 = { version = "1.0", optional = true }
5959
fnv = "1.0"
60-
humantime = { version = "2.0", optional = true }
60+
humantime = { version = "2.1", optional = true }
6161
log = { version = "0.4.20", features = ["std"] }
6262
log-mdc = { version = "0.1", optional = true }
6363
serde = { version = "1.0", optional = true, features = ["derive"] }
6464
serde-value = { version = "0.7", optional = true }
6565
thread-id = { version = "4", optional = true }
6666
typemap-ors = { version = "1.0.0", optional = true }
6767
serde_json = { version = "1.0", optional = true }
68-
serde_yaml = { version = "0.8.4", optional = true }
69-
toml = { version = "0.5", optional = true }
68+
serde_yaml = { version = "0.9", optional = true }
69+
toml = { version = "0.8", optional = true }
7070
parking_lot = { version = "0.12.0", optional = true }
7171
thiserror = "1.0.15"
7272
anyhow = "1.0.28"
73-
derivative = "2.1.1"
73+
derivative = "2.2"
7474

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

8787
[[example]]
8888
name = "json_logger"

0 commit comments

Comments
 (0)