1
1
[package ]
2
2
name = " rattler_repodata_gateway"
3
- version = " 0.21.23 "
3
+ version = " 0.21.24 "
4
4
edition.workspace = true
5
5
authors = [" Bas Zalmstra <zalmstra.bas@gmail.com>" ]
6
6
description = " A crate to interact with Conda repodata"
@@ -22,7 +22,7 @@ cache_control = { workspace = true }
22
22
chrono = { workspace = true , features = [" std" , " serde" , " alloc" , " clock" ] }
23
23
dashmap = { workspace = true }
24
24
dirs = { workspace = true }
25
- file_url = { path = " ../file_url" , version = " 0.1.7 " }
25
+ file_url = { path = " ../file_url" , version = " 0.2.0 " }
26
26
futures = { workspace = true }
27
27
hex = { workspace = true , features = [" serde" ] }
28
28
http = { workspace = true , optional = true }
@@ -36,9 +36,9 @@ memmap2 = { workspace = true, optional = true }
36
36
ouroboros = { workspace = true , optional = true }
37
37
parking_lot = { workspace = true , optional = true }
38
38
pin-project-lite = { workspace = true }
39
- rattler_conda_types = { path = " ../rattler_conda_types" , version = " 0.29.2 " , default-features = false , optional = true }
39
+ rattler_conda_types = { path = " ../rattler_conda_types" , version = " 0.29.3 " , default-features = false , optional = true }
40
40
rattler_digest = { path = " ../rattler_digest" , version = " 1.0.3" , default-features = false , features = [" tokio" , " serde" ] }
41
- rattler_networking = { path = " ../rattler_networking" , version = " 0.21.6 " , default-features = false }
41
+ rattler_networking = { path = " ../rattler_networking" , version = " 0.21.7 " , default-features = false }
42
42
reqwest = { workspace = true , features = [" stream" , " http2" ] }
43
43
reqwest-middleware = { workspace = true }
44
44
rmp-serde = { workspace = true }
@@ -54,8 +54,8 @@ tokio-util = { workspace = true, features = ["codec", "io"] }
54
54
tracing = { workspace = true }
55
55
url = { workspace = true , features = [" serde" ] }
56
56
zstd = { workspace = true }
57
- rattler_cache = { version = " 0.2.11 " , path = " ../rattler_cache" }
58
- rattler_redaction = { version = " 0.1.3 " , path = " ../rattler_redaction" , features = [" reqwest" , " reqwest-middleware" ] }
57
+ rattler_cache = { version = " 0.2.12 " , path = " ../rattler_cache" }
58
+ rattler_redaction = { version = " 0.1.4 " , path = " ../rattler_redaction" , features = [" reqwest" , " reqwest-middleware" ] }
59
59
60
60
[target .'cfg(unix)' .dependencies ]
61
61
libc = { workspace = true }
0 commit comments