File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323
2424 steps :
2525 - name : ✅ Checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : ⚙️ Rust
2828 uses : actions-rs/toolchain@v1
2929 with :
3030 toolchain : stable
3131 override : true
3232 - name : ⚡ Cache
33- uses : actions/cache@v2.1.4
33+ uses : actions/cache@v4
3434 with :
3535 path : |
3636 ~/.cargo/bin/
Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ license = "MIT OR Apache-2.0"
55name = " sentry-rust-minidump"
66readme = " README.md"
77repository = " https://github.com/timfish/sentry-rust-minidump"
8- version = " 0.10 .0"
8+ version = " 0.11 .0"
99
1010[dependencies ]
1111minidumper-child = " 0.2"
12- sentry = " 0.36 "
12+ sentry = " 0.37 "
1313thiserror = " 2"
1414serde = { version = " 1" , features = [" derive" ], optional = true }
1515serde_json = { version = " 1" , optional = true }
1616
1717[dev-dependencies ]
1818actix-rt = " 2.7"
1919sadness-generator = " 0.6"
20- sentry-test-server = {git = " https://github.com/timfish/sentry-test-server.git" , rev = " 105dc5c " }
20+ sentry-test-server = {git = " https://github.com/timfish/sentry-test-server.git" , rev = " 46f1caf " }
2121
2222[features ]
23- ipc = [ " dep:serde" , " dep:serde_json" ]
23+ ipc = [" dep:serde" , " dep:serde_json" ]
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ application code.
1818
1919``` toml
2020[dependencies ]
21- sentry = " 0.36 "
22- sentry-rust-minidump = " 0.9 "
21+ sentry = " 0.37 "
22+ sentry-rust-minidump = " 0.11 "
2323```
2424
2525``` rust
You can’t perform that action at this time.
0 commit comments