Skip to content

Commit 8940a4b

Browse files
Update Rust crate secrecy to v0.10.1
1 parent 3e0da33 commit 8940a4b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ rand = "=0.8.5"
107107
reqwest = { version = "=0.12.7", features = ["blocking", "gzip", "json"] }
108108
rss = { version = "=2.0.9", default-features = false, features = ["atom"] }
109109
scheduled-thread-pool = "=0.2.7"
110-
secrecy = "=0.8.0"
110+
secrecy = "=0.10.1"
111111
semver = { version = "=1.0.23", features = ["serde"] }
112112
sentry = { version = "=0.34.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
113113
serde = { version = "=1.0.210", features = ["derive"] }

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = "=1.0.89"
2020
base64 = "=0.22.1"
2121
crates_io_env_vars = { path = "../crates_io_env_vars" }
2222
git2 = "=0.19.0"
23-
secrecy = "=0.8.0"
23+
secrecy = "=0.10.1"
2424
serde = { version = "=1.0.210", features = ["derive"] }
2525
serde_json = "=1.0.128"
2626
tempfile = "=3.12.0"

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bytes = "=1.7.2"
1313
clap = { version = "=4.5.17", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
1515
reqwest = { version = "=0.12.7", features = ["gzip", "json"] }
16-
secrecy = "=0.8.0"
16+
secrecy = "=0.10.1"
1717
semver = { version = "=1.0.23", features = ["serde"] }
1818
serde = { version = "=1.0.210", features = ["derive"] }
1919
serde_json = "=1.0.128"

0 commit comments

Comments
 (0)