alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update ring to fix vulnerability
author
Louis Pilfold
date
1 year ago
(Mar 7, 2025, 1:36 PM UTC)
commit
e4f5a57f
e4f5a57fa7c6091dba55bd0e0eb71add82ff13c3
parent
5f3d7e4f
5f3d7e4f9973c93a8fb42df7bb3e9aebacbf0f88
+13
-12
2 changed files
Expand all
Collapse all
Unified
Split
Cargo.lock
deny.toml
+13
-11
Cargo.lock
View file
Reviewed
···
391
391
392
392
[[package]]
393
393
name = "cc"
394
394
-
version = "1.1.6"
394
394
+
version = "1.2.16"
395
395
source = "registry+https://github.com/rust-lang/crates.io-index"
396
396
-
checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
396
396
+
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
397
397
+
dependencies = [
398
398
+
"shlex",
399
399
+
]
397
400
398
401
[[package]]
399
402
name = "cfg-if"
···
2443
2446
2444
2447
[[package]]
2445
2448
name = "ring"
2446
2446
-
version = "0.17.8"
2449
2449
+
version = "0.17.13"
2447
2450
source = "registry+https://github.com/rust-lang/crates.io-index"
2448
2448
-
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2451
2451
+
checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
2449
2452
dependencies = [
2450
2453
"cc",
2451
2454
"cfg-if",
2452
2455
"getrandom",
2453
2456
"libc",
2454
2454
-
"spin",
2455
2457
"untrusted",
2456
2458
"windows-sys 0.52.0",
2457
2459
]
···
2771
2773
]
2772
2774
2773
2775
[[package]]
2776
2776
+
name = "shlex"
2777
2777
+
version = "1.3.0"
2778
2778
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2779
2779
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2780
2780
+
2781
2781
+
[[package]]
2774
2782
name = "similar"
2775
2783
version = "2.5.0"
2776
2784
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2819
2827
dependencies = [
2820
2828
"smallvec",
2821
2829
]
2822
2822
-
2823
2823
-
[[package]]
2824
2824
-
name = "spin"
2825
2825
-
version = "0.9.8"
2826
2826
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2827
2827
-
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2828
2830
2829
2831
[[package]]
2830
2832
name = "stable_deref_trait"
-1
deny.toml
View file
Reviewed
···
12
12
"Apache-2.0",
13
13
"MPL-2.0",
14
14
"ISC",
15
15
-
"OpenSSL",
16
15
"CC0-1.0",
17
16
"BSD-3-Clause",
18
17
"Unicode-DFS-2016",