Skip to content

Commit 8743f35

Browse files
authored
deps: Bump time and toolchains (#147)
* deps: Update time #### Problem The current version of time has a security advisory #### Summary of changes Bump the time version * Also bump toolchains * Update audit allow list
1 parent 6d5ab90 commit 8743f35

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

Cargo.lock

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

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
RUST_TOOLCHAIN_NIGHTLY = nightly-2025-02-16
2-
SOLANA_CLI_VERSION = 3.0.0
1+
RUST_TOOLCHAIN_NIGHTLY = nightly-2026-01-22
2+
SOLANA_CLI_VERSION = 3.1.8
33

44
nightly = +${RUST_TOOLCHAIN_NIGHTLY}
55

@@ -23,9 +23,8 @@ cargo-nightly:
2323
audit:
2424
cargo audit \
2525
--ignore RUSTSEC-2022-0093 \
26-
--ignore RUSTSEC-2024-0421 \
2726
--ignore RUSTSEC-2024-0344 \
28-
--ignore RUSTSEC-2024-0376 $(ARGS)
27+
$(ARGS)
2928

3029
spellcheck:
3130
cargo spellcheck --code 1 $(ARGS)

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.86.0"
2+
channel = "1.93.1"

0 commit comments

Comments
 (0)