Skip to content

Commit 95f9b64

Browse files
committed
Merge branch 'master' of github.com:rust-lang/crates.io into fix/owner-invites-pagination
2 parents 78d249b + ef0502d commit 95f9b64

File tree

7 files changed

+321
-313
lines changed

7 files changed

+321
-313
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name = "all"
2222
path = "src/tests/all.rs"
2323

2424
[dependencies]
25-
anyhow = "=1.0.63"
25+
anyhow = "=1.0.64"
2626
base64 = "=0.13.0"
2727
cargo-registry-index = { path = "cargo-registry-index" }
2828
cargo-registry-markdown = { path = "cargo-registry-markdown" }
@@ -59,11 +59,11 @@ indicatif = "=0.17.0"
5959
ipnetwork = "=0.20.0"
6060
tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6161
lettre = { version = "=0.10.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
62-
minijinja = "=0.18.1"
63-
moka = "=0.9.3"
62+
minijinja = "=0.20.0"
63+
moka = "=0.9.4"
6464
oauth2 = { version = "=4.2.3", default-features = false, features = ["reqwest"] }
6565
parking_lot = "=0.12.1"
66-
prometheus = { version = "=0.13.1", default-features = false }
66+
prometheus = { version = "=0.13.2", default-features = false }
6767
rand = "=0.8.5"
6868
reqwest = { version = "=0.11.11", features = ["blocking", "gzip", "json"] }
6969
scheduled-thread-pool = "=0.2.6"
@@ -72,17 +72,17 @@ sentry = { version = "=0.27.0", features = ["tracing"] }
7272
sentry-conduit = { version = "=0.7.0", default-features = false }
7373
serde = { version = "=1.0.144", features = ["derive"] }
7474
serde_json = "=1.0.85"
75-
sha2 = "=0.10.3"
75+
sha2 = "=0.10.5"
7676
spdx = "=0.9.0"
7777
swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }
7878
tar = "=0.4.38"
7979
tempfile = "=3.3.0"
80-
thiserror = "=1.0.33"
81-
tokio = { version = "=1.20.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
80+
thiserror = "=1.0.34"
81+
tokio = { version = "=1.21.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8282
toml = "=0.5.9"
8383
tracing = "=0.1.36"
8484
tracing-subscriber = { version = "=0.3.15", features = ["env-filter"] }
85-
url = "=2.2.2"
85+
url = "=2.3.1"
8686

8787
[dev-dependencies]
8888
cargo-registry-index = { path = "cargo-registry-index", features = ["testing"] }
@@ -91,7 +91,7 @@ conduit-test = "=0.10.0"
9191
hyper-tls = "=0.5.0"
9292
insta = { version = "=1.19.1", features = ["redactions", "yaml"] }
9393
once_cell = "=1.14.0"
94-
tokio = "=1.20.1"
94+
tokio = "=1.21.0"
9595
tower-service = "=0.3.2"
9696

9797
[build-dependencies]

cargo-registry-index/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ path = "lib.rs"
1414
testing = ["serde_json"]
1515

1616
[dependencies]
17-
anyhow = "=1.0.63"
17+
anyhow = "=1.0.64"
1818
base64 = "=0.13.0"
1919
dotenv = "=0.15.0"
2020
git2 = "=0.15.0"
2121
serde = { version = "=1.0.144", features = ["derive"] }
2222
tempfile = "=3.3.0"
23-
url = "=2.2.2"
23+
url = "=2.3.1"
2424
serde_json = { version = "=1.0.85", optional = true }

cargo-registry-markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ path = "lib.rs"
1414
ammonia = "=3.2.1"
1515
comrak = { version = "=0.14.0", default-features = false }
1616
htmlescape = "=0.3.1"
17-
url = "=2.2.2"
17+
url = "=2.3.1"

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.16.0-alpine
1+
FROM node:16.17.0-alpine
22

33
# Install `pnpm`
44
RUN npm install --global pnpm@7.9.0

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@babel/eslint-parser": "7.18.9",
56-
"@babel/plugin-proposal-decorators": "7.18.10",
56+
"@babel/plugin-proposal-decorators": "7.19.0",
5757
"@ember/optional-features": "2.0.0",
5858
"@ember/render-modifiers": "2.0.4",
5959
"@ember/test-helpers": "2.8.1",
@@ -63,14 +63,14 @@
6363
"@embroider/webpack": "1.8.3",
6464
"@glimmer/component": "1.1.2",
6565
"@glimmer/tracking": "1.1.2",
66-
"@percy/cli": "1.10.0",
66+
"@percy/cli": "1.10.2",
6767
"@percy/ember": "4.0.0",
6868
"@sinonjs/fake-timers": "9.1.2",
6969
"@zestia/ember-auto-focus": "4.4.0",
7070
"broccoli-asset-rev": "3.0.0",
7171
"ember-a11y-testing": "5.0.0",
7272
"ember-auto-import": "2.4.2",
73-
"ember-cli": "4.6.0",
73+
"ember-cli": "4.7.0",
7474
"ember-cli-app-version": "5.0.0",
7575
"ember-cli-babel": "7.26.11",
7676
"ember-cli-bundle-analyzer": "0.2.2",
@@ -80,13 +80,13 @@
8080
"ember-cli-deprecation-workflow": "2.1.0",
8181
"ember-cli-fastboot": "3.3.2",
8282
"ember-cli-head": "2.0.0",
83-
"ember-cli-htmlbars": "6.1.0",
83+
"ember-cli-htmlbars": "6.1.1",
8484
"ember-cli-inject-live-reload": "2.1.0",
8585
"ember-cli-mirage": "2.4.0",
8686
"ember-cli-notifications": "8.0.0",
8787
"ember-cli-terser": "4.0.2",
8888
"ember-click-outside": "5.0.1",
89-
"ember-concurrency": "2.3.3",
89+
"ember-concurrency": "2.3.7",
9090
"ember-css-modules": "2.0.1",
9191
"ember-data": "4.6.1",
9292
"ember-disable-prototype-extensions": "1.1.3",

0 commit comments

Comments
 (0)