Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 2102acd

Browse files
renovate[bot]eigenein
authored andcommitted
⬆️ Update all non-major dependencies
1 parent 250c52a commit 2102acd

File tree

2 files changed

+39
-42
lines changed

2 files changed

+39
-42
lines changed

Cargo.lock

Lines changed: 35 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ axum = { version = "0.6.20", default-features = false, features = ["tokio", "htt
1212
bytes = "1.4.0"
1313
chrono = { version = "0.4.26", default-features = false, features = ["std", "clock", "serde"] }
1414
chrono-humanize = "0.2.3"
15-
clap = { version = "4.3.22", features = ["derive", "env", "cargo"] }
15+
clap = { version = "4.3.23", features = ["derive", "env", "cargo"] }
1616
cookie = "0.17.0"
1717
crc32fast = "1.3.2"
1818
derive_more = { version = "0.99.17", default-features = false, features = ["from"] }
@@ -35,11 +35,11 @@ mongodb = { version = "2.6.1", features = ["tracing", "bson-uuid-1", "bson-chron
3535
monostate = "0.1.9"
3636
quick-xml = { version = "0.30.0", features = ["serialize"] }
3737
rayon = "1.7.0"
38-
reqwest = { version = "0.11.18", default-features = false, features = ["gzip", "json", "rustls-tls"] }
38+
reqwest = { version = "0.11.19", default-features = false, features = ["gzip", "json", "rustls-tls"] }
3939
sentry = { version = "0.31.5", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "tracing", "reqwest", "rustls", "profiling", "tower", "tower-http"] }
40-
serde = "1.0.183"
40+
serde = "1.0.185"
4141
serde_json = "1.0.105"
42-
serde_with = { version = "3.2.0", features = ["chrono", "indexmap"] }
42+
serde_with = { version = "3.3.0", features = ["chrono", "indexmap"] }
4343
serde_yaml = "0.9.25"
4444
thiserror = "1.0.47"
4545
tokio = { version = "1.32.0", default-features = false, features = ["fs", "macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)