@@ -35,41 +35,40 @@ test-registry = []
3535
3636[dependencies ]
3737bytes = " 1"
38- chrono = { version = " 0.4.23 " , features = [" serde" ] }
38+ chrono = { version = " 0.4" , features = [" serde" ] }
3939futures-util = " 0.3"
40- http = " 1.1 "
40+ http = " 1.3 "
4141http-auth = { version = " 0.1" , default-features = false }
4242jsonwebtoken = " 9.3"
4343lazy_static = " 1.4"
44- oci-spec = " 0.8.1 "
44+ oci-spec = " 0.8"
4545olpc-cjson = " 0.1"
46- regex = " 1.6 "
47- reqwest = { version = " 0.12.4 " , default-features = false , features = [
46+ regex = " 1.11 "
47+ reqwest = { version = " 0.12" , default-features = false , features = [
4848 " json" ,
4949 " stream" ,
5050] }
5151serde_json = " 1.0"
5252serde = { version = " 1.0" , features = [" derive" ] }
5353sha2 = " 0.10"
5454thiserror = " 2"
55- tokio = { version = " 1.21 " , features = [" macros" , " io-util" ] }
55+ tokio = { version = " 1" , features = [" macros" , " io-util" ] }
5656tracing = { version = " 0.1" , features = [' log' ] }
57- unicase = " 2.6 "
57+ unicase = " 2.8 "
5858
5959[dev-dependencies ]
60- assert-json-diff = " 2.0.2"
61- async-std = " 1.12"
62- anyhow = " 1.0"
60+ assert-json-diff = " 2.0"
61+ anyhow = " 1"
6362axum = " 0.8"
64- clap = { version = " 4.0 " , features = [" derive" ] }
65- rstest = " 0.26.1 "
66- docker_credential = " 1.0 "
63+ clap = { version = " 4.5 " , features = [" derive" ] }
64+ rstest = " 0.26"
65+ docker_credential = " 1.3 "
6766hmac = " 0.12"
68- itertools = " 0.14.0 "
67+ itertools = " 0.14"
6968tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
70- tempfile = " 3.3 "
69+ tempfile = " 3.21 "
7170# This should stay pinned here until testcontainers makes sure all of its deps using rustls are
7271# using the ring feature. Otherwise this fails to compile on Windows
7372testcontainers = " 0.25"
74- tokio = { version = " 1.21 " , features = [" macros" , " fs" , " rt-multi-thread" ] }
75- tokio-util = { version = " 0.7.4 " , features = [" compat" ] }
73+ tokio = { version = " 1" , features = [" macros" , " fs" , " rt-multi-thread" ] }
74+ tokio-util = { version = " 0.7" , features = [" compat" ] }
0 commit comments