Skip to content

Commit 907d7a3

Browse files
committed
build: Update dependencies and Cargo metadata
Bump the crate version to 0.2.2 (preliminary).
1 parent 9e6c1e0 commit 907d7a3

File tree

2 files changed

+65
-50
lines changed

2 files changed

+65
-50
lines changed

Cargo.lock

+63-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crates-io-proxy"
33
description = "Caching HTTP proxy server for the crates.io registry"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["Sergey Kvachonok <[email protected]>"]
66
edition = "2021"
77
homepage = "https://github.com/ravenexp/crates-io-proxy"
@@ -18,7 +18,7 @@ url = "2.5"
1818
ureq = "2.9"
1919
pico-args = { version = "0.5", features = ["combined-flags"] }
2020
log = "0.4"
21-
env_logger = { version = "0.10", default-features = false }
21+
env_logger = { version = "0.11", default-features = false }
2222

2323
[profile.release]
2424
lto = true

0 commit comments

Comments
 (0)