|
1 | 1 | [package]
|
2 | 2 | name = "sentry"
|
3 |
| -version = "0.34.0" |
| 3 | +version = "0.35.0" |
4 | 4 | authors = [ "Sentry <[email protected]>"]
|
5 | 5 | license = "Apache-2.0"
|
6 | 6 | readme = "README.md"
|
@@ -54,18 +54,18 @@ rustls = ["dep:rustls", "reqwest?/rustls-tls", "ureq?/tls", "webpki-roots"]
|
54 | 54 | embedded-svc-http = ["dep:embedded-svc", "dep:esp-idf-svc"]
|
55 | 55 |
|
56 | 56 | [dependencies]
|
57 |
| -sentry-core = { version = "0.34.0", path = "../sentry-core", features = [ |
| 57 | +sentry-core = { version = "0.35.0", path = "../sentry-core", features = [ |
58 | 58 | "client",
|
59 | 59 | ] }
|
60 |
| -sentry-anyhow = { version = "0.34.0", path = "../sentry-anyhow", optional = true } |
61 |
| -sentry-backtrace = { version = "0.34.0", path = "../sentry-backtrace", optional = true } |
62 |
| -sentry-contexts = { version = "0.34.0", path = "../sentry-contexts", optional = true } |
63 |
| -sentry-debug-images = { version = "0.34.0", path = "../sentry-debug-images", optional = true } |
64 |
| -sentry-log = { version = "0.34.0", path = "../sentry-log", optional = true } |
65 |
| -sentry-panic = { version = "0.34.0", path = "../sentry-panic", optional = true } |
66 |
| -sentry-slog = { version = "0.34.0", path = "../sentry-slog", optional = true } |
67 |
| -sentry-tower = { version = "0.34.0", path = "../sentry-tower", optional = true } |
68 |
| -sentry-tracing = { version = "0.34.0", path = "../sentry-tracing", optional = true } |
| 60 | +sentry-anyhow = { version = "0.35.0", path = "../sentry-anyhow", optional = true } |
| 61 | +sentry-backtrace = { version = "0.35.0", path = "../sentry-backtrace", optional = true } |
| 62 | +sentry-contexts = { version = "0.35.0", path = "../sentry-contexts", optional = true } |
| 63 | +sentry-debug-images = { version = "0.35.0", path = "../sentry-debug-images", optional = true } |
| 64 | +sentry-log = { version = "0.35.0", path = "../sentry-log", optional = true } |
| 65 | +sentry-panic = { version = "0.35.0", path = "../sentry-panic", optional = true } |
| 66 | +sentry-slog = { version = "0.35.0", path = "../sentry-slog", optional = true } |
| 67 | +sentry-tower = { version = "0.35.0", path = "../sentry-tower", optional = true } |
| 68 | +sentry-tracing = { version = "0.35.0", path = "../sentry-tracing", optional = true } |
69 | 69 | log = { version = "0.4.8", optional = true, features = ["std"] }
|
70 | 70 | reqwest = { version = "0.12", optional = true, features = [
|
71 | 71 | "blocking",
|
|
0 commit comments