Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Mar 1, 2023
1 parent a73c542 commit 33b5509
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@ path="crates/redislog"
version="0.1.2"

[dependencies]
async-trait = "0.1.61"
async-trait = "0.1.64"
base64 = "0.13.1"
bitflags = "1.3.2"
clap = { version = "3.2.23", features = ["derive", "env"] }
console-subscriber = { version = "0.1.8", optional = true }
flate2 = "1.0.25"
futures = "0.3.25"
http = "0.2.8"
hyper = { version = "0.14.23", features = ["server", "http1"] }
futures = "0.3.26"
http = "0.2.9"
hyper = { version = "0.14.24", features = ["server", "http1"] }
hyper-rustls = "0.23.2"
lazy_static = "1.4.0"
libunftp = "0.18.8"
prometheus = { version = "0.13.3", features = ["process"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_info"] }
slog-async = "2.7.0"
slog-term = "2.9.0"
thiserror = "1.0.38"
tokio = { version = "1.24.2", features = ["signal", "rt-multi-thread"] }
tokio = { version = "1.25.0", features = ["signal", "rt-multi-thread"] }
unftp-sbe-fs = "0.2.2"
unftp-sbe-gcs = { version = "0.2.2", optional = true }
unftp-auth-rest = { version = "0.2.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/redislog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono = "0.4.23"
r2d2 = "0.8.10"
r2d2_redis = "0.14.0"
redis = "0.20.2"
serde_json = "1.0.91"
serde_json = "1.0.93"
slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_info"] }

[dev-dependencies]
Expand Down

0 comments on commit 33b5509

Please sign in to comment.