Skip to content

Commit 7cae68a

Browse files
authored
Merge pull request #138 from flavio/relax-some-deps
chore: relax some dependencies version
2 parents cbb1e3f + a28148e commit 7cae68a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ async-trait = "0.1.52"
1919
base64 = "0.13.0"
2020
cached = "0.39.0"
2121
lazy_static = "1.4.0"
22-
oci-distribution = { version = "0.9.0", default-features = false }
23-
olpc-cjson = "0.1.1"
22+
oci-distribution = { version = "0.9", default-features = false }
23+
olpc-cjson = "0.1"
2424
open = "3.0.1"
2525
openidconnect = { version = "2.3", default-features = false, features = [ "reqwest" ] }
2626
pem = "1.0.2"
@@ -32,7 +32,7 @@ serde = { version = "1.0.136", features = ["derive"] }
3232
sha2 = "0.10.2"
3333
thiserror = "1.0.30"
3434
tokio = { version = "1.17.0", features = ["full"] }
35-
tough = { version = "0.12.4", features = [ "http" ] }
35+
tough = { version = "0.12", features = [ "http" ] }
3636
tracing = "0.1.31"
3737
url = "2.2.2"
3838
x509-parser = { version = "0.14.0", features = ["verify"] }

0 commit comments

Comments
 (0)