Skip to content

Commit

Permalink
Upgrade dependencies and RUST version for images
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Nov 19, 2021
1 parent 68705bf commit 5e7973b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
38 changes: 12 additions & 26 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ bitflags = "1.3.2"
clap = "2.33.3"
futures = "0.3.17"
http = "0.2.5"
hyper = { version = "0.14.13", features = ["server", "http1"] }
hyper = { version = "0.14.15", features = ["server", "http1"] }
hyper-rustls = "^0.22"
lazy_static = "1.4.0"
libunftp = "0.18.2"
prometheus = { version = "0.12.0", features = ["process"] }
prometheus = { version = "0.13.0", features = ["process"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = { version = "1.0.68" }
serde_json = { version = "1.0.71" }
slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_info"] }
slog-async = "2.7.0"
slog-term = "2.8.0"
thiserror = "1.0.30"
tokio = { version = "1.12.0", features = ["full"] }
tokio = { version = "1.14.0", features = ["full"] }
unftp-sbe-fs = "0.2.0"
unftp-sbe-gcs = { version = "0.2.0", optional = true }
unftp-auth-rest = { version = "0.2.0", optional = true }
Expand Down Expand Up @@ -76,7 +76,7 @@ musl = ["rest_auth", "cloud_storage", "jsonfile_auth"]
docker = ["musl"]

[dev-dependencies]
pretty_assertions = "0.7.1"
pretty_assertions = "1.0.0"

[build-dependencies]
built = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUST_VERSION=1.55.0
RUST_VERSION=1.56.1
DOCKER_TAG=$(shell git describe --tags)
DOCKER_TEMPLATES:=$(wildcard *.Dockerfile.template)
DOCKER_FILES=$(DOCKER_TEMPLATES:%.template=%)
Expand Down

0 comments on commit 5e7973b

Please sign in to comment.