Skip to content

Commit

Permalink
deps: Update symbolic to 12.4.1 (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim authored Sep 21, 2023
1 parent 440e267 commit 47bdf9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha1_smol = { version = "1.0.0", features = ["serde"] }
sourcemap = { version = "7.0.0", features = ["ram_bundle"] }
symbolic = { version = "12.4.0", features = ["debuginfo-serde", "il2cpp"] }
symbolic = { version = "12.4.1", features = ["debuginfo-serde", "il2cpp"] }
thiserror = "1.0.38"
url = "2.3.1"
username = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/file_upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ mod tests {
let hash = Sha1::from(buf);
assert_eq!(
hash.digest().to_string(),
"663a1d13633c6afacf036595cd282e2b34e7f9f5"
"d38fb9915de70eec2aa2d0c380b344d89ef540f0"
);
}
}

0 comments on commit 47bdf9d

Please sign in to comment.