Skip to content

Commit f6b07b6

Browse files
committedMar 13, 2025
fix(deps): update ring on secuirty reasons
1 parent c2019ca commit f6b07b6

File tree

3 files changed

+28
-19
lines changed

3 files changed

+28
-19
lines changed
 

‎Cargo.lock

+16-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ clap = { version = "4.5.32", features = ["derive"] }
4545
futures = "0.3.31"
4646
futures-util = "0.3.31"
4747

48+
ring = "=0.17.14"
49+
4850

4951
[dev-dependencies]
5052
actix-web-test = "0.0.1"

‎devenv.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1737729971,
6+
"lastModified": 1741670053,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "68a6d54dbeb5622b8435d7f1acf9ce239a075635",
9+
"rev": "47abb5dfd5b7824a0979ef86f3986aea48847312",
1010
"type": "github"
1111
},
1212
"original": {
@@ -24,10 +24,10 @@
2424
"rust-analyzer-src": "rust-analyzer-src"
2525
},
2626
"locked": {
27-
"lastModified": 1737786656,
27+
"lastModified": 1741847799,
2828
"owner": "nix-community",
2929
"repo": "fenix",
30-
"rev": "2f721f527886f801403f389a9cabafda8f1e3b7f",
30+
"rev": "05f331e61277f70f55769060f783457fdacf8da1",
3131
"type": "github"
3232
},
3333
"original": {
@@ -60,10 +60,10 @@
6060
]
6161
},
6262
"locked": {
63-
"lastModified": 1737465171,
63+
"lastModified": 1741379162,
6464
"owner": "cachix",
6565
"repo": "git-hooks.nix",
66-
"rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
66+
"rev": "b5a62751225b2f62ff3147d0a334055ebadcd5cc",
6767
"type": "github"
6868
},
6969
"original": {
@@ -94,10 +94,10 @@
9494
},
9595
"nixpkgs": {
9696
"locked": {
97-
"lastModified": 1737717945,
97+
"lastModified": 1741865919,
9898
"owner": "NixOS",
9999
"repo": "nixpkgs",
100-
"rev": "ecd26a469ac56357fd333946a99086e992452b6a",
100+
"rev": "573c650e8a14b2faa0041645ab18aed7e60f0c9a",
101101
"type": "github"
102102
},
103103
"original": {
@@ -121,10 +121,10 @@
121121
"rust-analyzer-src": {
122122
"flake": false,
123123
"locked": {
124-
"lastModified": 1737831834,
124+
"lastModified": 1741807049,
125125
"owner": "rust-lang",
126126
"repo": "rust-analyzer",
127-
"rev": "90bf50c0112db1494233401b6c0f895fb3210ddd",
127+
"rev": "3fc655b239058deb93f503f9d25cc69a32ca7675",
128128
"type": "github"
129129
},
130130
"original": {

0 commit comments

Comments
 (0)