Skip to content

Commit a5ee10e

Browse files
committed
Pin dependencies
1 parent c20cc99 commit a5ee10e

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ rustdoc-args = [
2929
]
3030

3131
[dependencies]
32-
anyhow = "1.0"
33-
base64 = "0.13"
32+
anyhow = "=1.0.51"
33+
base64 = "=0.13.0"
3434
cargo-registry-markdown = { path = "cargo-registry-markdown" }
3535
cargo-registry-s3 = { path = "cargo-registry-s3" }
36-
chrono = { version = "0.4.19", features = ["serde"] }
36+
chrono = { version = "=0.4.19", features = ["serde"] }
3737
clap = { version = "=3.0.0-rc.5", features = ["derive", "unicode"] }
3838

3939
conduit = "0.10.0"
@@ -45,58 +45,58 @@ conduit-middleware = "0.10.0"
4545
conduit-router = "0.10.0"
4646
conduit-static = "0.10.0"
4747

48-
cookie = { version = "0.16.0-rc.1", features = ["secure"] }
49-
dashmap = { version = "5.0.0", features = ["raw-api"] }
50-
derive_deref = "1.1.1"
51-
dialoguer = "0.9"
52-
diesel = { version = "1.4.8", features = ["postgres", "serde_json", "chrono", "r2d2"] }
53-
diesel_full_text_search = "1.0.1"
54-
diesel_migrations = { version = "1.4.0", features = ["postgres"] }
55-
dotenv = "0.15"
56-
flate2 = "1.0"
57-
futures-channel = { version = "0.3.18", default-features = false }
58-
futures-util = "0.3"
59-
git2 = "0.13.25"
60-
hex = "0.4"
61-
http = "0.2"
62-
hyper = { version = "0.14", features = ["client", "http1"] }
63-
indexmap = { version = "1.7.0", features = ["serde-1"] }
64-
tikv-jemallocator = { version = "0.4.1", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
65-
lettre = { version = "0.10.0-rc.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
66-
license-exprs = "1.6"
67-
minijinja = "0.8.2"
68-
moka = "0.6.2"
69-
oauth2 = { version = "4.1.0", default-features = false, features = ["reqwest"] }
70-
parking_lot = "0.11"
71-
prometheus = { version = "0.13.0", default-features = false }
72-
rand = "0.8"
73-
reqwest = { version = "0.11", features = ["blocking", "gzip", "json"] }
74-
scheduled-thread-pool = "0.2.5"
75-
semver = { version = "1.0.4", features = ["serde"] }
76-
sentry = { version = "0.23.0", features = ["tracing"] }
48+
cookie = { version = "=0.16.0-rc.1", features = ["secure"] }
49+
dashmap = { version = "=5.0.0", features = ["raw-api"] }
50+
derive_deref = "=1.1.1"
51+
dialoguer = "=0.9.0"
52+
diesel = { version = "=1.4.8", features = ["postgres", "serde_json", "chrono", "r2d2"] }
53+
diesel_full_text_search = "=1.0.1"
54+
diesel_migrations = { version = "=1.4.0", features = ["postgres"] }
55+
dotenv = "=0.15.0"
56+
flate2 = "=1.0.22"
57+
futures-channel = { version = "=0.3.18", default-features = false }
58+
futures-util = "=0.3.19"
59+
git2 = "=0.13.25"
60+
hex = "=0.4.3"
61+
http = "=0.2.5"
62+
hyper = { version = "=0.14.16", features = ["client", "http1"] }
63+
indexmap = { version = "=1.7.0", features = ["serde-1"] }
64+
tikv-jemallocator = { version = "=0.4.1", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
65+
lettre = { version = "=0.10.0-rc.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
66+
license-exprs = "=1.6.0"
67+
minijinja = "=0.8.2"
68+
moka = "=0.6.2"
69+
oauth2 = { version = "=4.1.0", default-features = false, features = ["reqwest"] }
70+
parking_lot = "=0.11.2"
71+
prometheus = { version = "=0.13.0", default-features = false }
72+
rand = "=0.8.4"
73+
reqwest = { version = "=0.11.8", features = ["blocking", "gzip", "json"] }
74+
scheduled-thread-pool = "=0.2.5"
75+
semver = { version = "=1.0.4", features = ["serde"] }
76+
sentry = { version = "=0.23.0", features = ["tracing"] }
7777
sentry-conduit = { version = "0.4.0", default-features = false }
78-
serde = { version = "1.0.131", features = ["derive"] }
79-
serde_json = "1.0.73"
80-
sha2 = "0.10"
78+
serde = { version = "=1.0.131", features = ["derive"] }
79+
serde_json = "=1.0.73"
80+
sha2 = "=0.10.0"
8181
swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }
82-
tar = "0.4.38"
83-
tempfile = "3"
84-
thiserror = "1.0.30"
85-
tokio = { version = "1.15.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
86-
toml = "0.5"
87-
tracing = "0.1"
88-
tracing-subscriber = "0.2"
89-
url = "2.2"
82+
tar = "=0.4.38"
83+
tempfile = "=3.2.0"
84+
thiserror = "=1.0.30"
85+
tokio = { version = "=1.15.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
86+
toml = "=0.5.8"
87+
tracing = "=0.1.29"
88+
tracing-subscriber = "=0.2.25"
89+
url = "=2.2.2"
9090

9191
[dev-dependencies]
92-
claim = "0.5"
92+
claim = "=0.5.0"
9393
conduit-test = "0.10.0"
94-
hyper-tls = "0.5"
95-
lazy_static = "1.4"
96-
tokio = "1.15.0"
97-
tower-service = "0.3.1"
94+
hyper-tls = "=0.5.0"
95+
lazy_static = "=1.4.0"
96+
tokio = "=1.15.0"
97+
tower-service = "=0.3.1"
9898

9999
[build-dependencies]
100-
diesel = { version = "1.4.8", features = ["postgres"] }
101-
diesel_migrations = { version = "1.4.0", features = ["postgres"] }
102-
dotenv = "0.15"
100+
diesel = { version = "=1.4.8", features = ["postgres"] }
101+
diesel_migrations = { version = "=1.4.0", features = ["postgres"] }
102+
dotenv = "=0.15.0"

cargo-registry-markdown/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolver = "2"
1111
path = "lib.rs"
1212

1313
[dependencies]
14-
ammonia = "3.1.2"
15-
comrak = { version = "0.12.1", default-features = false }
16-
htmlescape = "0.3.1"
17-
url = "2.2.2"
14+
ammonia = "=3.1.2"
15+
comrak = { version = "=0.12.1", default-features = false }
16+
htmlescape = "=0.3.1"
17+
url = "=2.2.2"

cargo-registry-s3/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ name = "s3"
1313
path = "lib.rs"
1414

1515
[dependencies]
16-
base64 = "0.13"
17-
chrono = "0.4"
18-
sha-1 = "0.10"
19-
hmac = "0.12"
20-
reqwest = { version = "0.11", features = ["blocking"] }
16+
base64 = "=0.13.0"
17+
chrono = "=0.4.19"
18+
sha-1 = "=0.10.0"
19+
hmac = "=0.12.0"
20+
reqwest = { version = "=0.11.8", features = ["blocking"] }

0 commit comments

Comments
 (0)