Skip to content

Commit 66504d1

Browse files
Fix dirty Cargo.lock changes appearing after install (base64) (#18689)
Normal install results in `Cargo.lock` changes constantly popping up for me as I navigate my branches. This was probably caused by some Depdendabot PR updating the `Cargo.toml` without `Cargo.lock` or something. ``` poetry install --extras all ``` In another PR, I've also added CI to ensure we don't leave `Cargo.lock` changes behind to avoid this annoyance in the future -> #18693
1 parent cda9228 commit 66504d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/18689.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix dirty `Cargo.lock` changes appearing after install (`base64`).

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name = "synapse.synapse_rust"
2323

2424
[dependencies]
2525
anyhow = "1.0.63"
26-
base64 = "0.21.7"
26+
base64 = "0.22.1"
2727
bytes = "1.6.0"
2828
headers = "0.4.0"
2929
http = "1.1.0"

0 commit comments

Comments
 (0)