|
1 | 1 | [package]
|
2 | 2 | name = "sentry"
|
3 |
| -version = "0.32.0" |
| 3 | +version = "0.32.1" |
4 | 4 | authors = [ "Sentry <[email protected]>"]
|
5 | 5 | license = "Apache-2.0"
|
6 | 6 | readme = "README.md"
|
@@ -52,16 +52,16 @@ native-tls = ["dep:native-tls", "reqwest?/default-tls", "ureq?/native-tls"]
|
52 | 52 | rustls = ["dep:rustls", "reqwest?/rustls-tls", "ureq?/tls", "webpki-roots"]
|
53 | 53 |
|
54 | 54 | [dependencies]
|
55 |
| -sentry-core = { version = "0.32.0", path = "../sentry-core", features = ["client"] } |
56 |
| -sentry-anyhow = { version = "0.32.0", path = "../sentry-anyhow", optional = true } |
57 |
| -sentry-backtrace = { version = "0.32.0", path = "../sentry-backtrace", optional = true } |
58 |
| -sentry-contexts = { version = "0.32.0", path = "../sentry-contexts", optional = true } |
59 |
| -sentry-debug-images = { version = "0.32.0", path = "../sentry-debug-images", optional = true } |
60 |
| -sentry-log = { version = "0.32.0", path = "../sentry-log", optional = true } |
61 |
| -sentry-panic = { version = "0.32.0", path = "../sentry-panic", optional = true } |
62 |
| -sentry-slog = { version = "0.32.0", path = "../sentry-slog", optional = true } |
63 |
| -sentry-tower = { version = "0.32.0", path = "../sentry-tower", optional = true } |
64 |
| -sentry-tracing = { version = "0.32.0", path = "../sentry-tracing", optional = true } |
| 55 | +sentry-core = { version = "0.32.1", path = "../sentry-core", features = ["client"] } |
| 56 | +sentry-anyhow = { version = "0.32.1", path = "../sentry-anyhow", optional = true } |
| 57 | +sentry-backtrace = { version = "0.32.1", path = "../sentry-backtrace", optional = true } |
| 58 | +sentry-contexts = { version = "0.32.1", path = "../sentry-contexts", optional = true } |
| 59 | +sentry-debug-images = { version = "0.32.1", path = "../sentry-debug-images", optional = true } |
| 60 | +sentry-log = { version = "0.32.1", path = "../sentry-log", optional = true } |
| 61 | +sentry-panic = { version = "0.32.1", path = "../sentry-panic", optional = true } |
| 62 | +sentry-slog = { version = "0.32.1", path = "../sentry-slog", optional = true } |
| 63 | +sentry-tower = { version = "0.32.1", path = "../sentry-tower", optional = true } |
| 64 | +sentry-tracing = { version = "0.32.1", path = "../sentry-tracing", optional = true } |
65 | 65 | log = { version = "0.4.8", optional = true, features = ["std"] }
|
66 | 66 | reqwest = { version = "0.11", optional = true, features = ["blocking", "json"], default-features = false }
|
67 | 67 | curl = { version = "0.4.25", optional = true }
|
|
0 commit comments