Skip to content

Commit 1fbe153

Browse files
author
Eric Swanson
authored
chore: Release 0.25.1 (#4162)
* fix: Update to ring 0.17.14 for cargo audit (#4163) --------- Signed-off-by: Eric Swanson <[email protected]>
1 parent b323bf3 commit 1fbe153

File tree

4 files changed

+19
-52
lines changed

4 files changed

+19
-52
lines changed

Cargo.lock

Lines changed: 15 additions & 49 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
@@ -62,7 +62,7 @@ proptest = "1.0.0"
6262
reqwest = { version = "0.12.4", default-features = false, features = [
6363
"rustls-tls",
6464
] }
65-
ring = "0.16.11"
65+
ring = "0.17.14"
6666
schemars = "0.8"
6767
sec1 = "0.3.0"
6868
serde = "1.0"

public/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"0.24.3",
7979
"0.25.0",
8080
"0.25.1-beta.0",
81-
"0.25.1-beta.1"
81+
"0.25.1-beta.1",
82+
"0.25.1"
8283
]
8384
}

src/dfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfx"
3-
version = "0.25.1-beta.1"
3+
version = "0.25.1"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)