|
1 | 1 | [package]
|
2 | 2 | name = "sentry"
|
3 |
| -version = "0.36.0" |
| 3 | +version = "0.37.0" |
4 | 4 | authors = ["Sentry <hello@sentry.io>"]
|
5 | 5 | license = "MIT"
|
6 | 6 | readme = "README.md"
|
@@ -60,18 +60,18 @@ rustls = ["dep:rustls", "reqwest?/rustls-tls", "ureq?/tls", "webpki-roots"]
|
60 | 60 | embedded-svc-http = ["dep:embedded-svc", "dep:esp-idf-svc"]
|
61 | 61 |
|
62 | 62 | [dependencies]
|
63 |
| -sentry-core = { version = "0.36.0", path = "../sentry-core", features = [ |
| 63 | +sentry-core = { version = "0.37.0", path = "../sentry-core", features = [ |
64 | 64 | "client",
|
65 | 65 | ] }
|
66 |
| -sentry-anyhow = { version = "0.36.0", path = "../sentry-anyhow", optional = true } |
67 |
| -sentry-backtrace = { version = "0.36.0", path = "../sentry-backtrace", optional = true } |
68 |
| -sentry-contexts = { version = "0.36.0", path = "../sentry-contexts", optional = true } |
69 |
| -sentry-debug-images = { version = "0.36.0", path = "../sentry-debug-images", optional = true } |
70 |
| -sentry-log = { version = "0.36.0", path = "../sentry-log", optional = true } |
71 |
| -sentry-panic = { version = "0.36.0", path = "../sentry-panic", optional = true } |
72 |
| -sentry-slog = { version = "0.36.0", path = "../sentry-slog", optional = true } |
73 |
| -sentry-tower = { version = "0.36.0", path = "../sentry-tower", optional = true } |
74 |
| -sentry-tracing = { version = "0.36.0", path = "../sentry-tracing", optional = true } |
| 66 | +sentry-anyhow = { version = "0.37.0", path = "../sentry-anyhow", optional = true } |
| 67 | +sentry-backtrace = { version = "0.37.0", path = "../sentry-backtrace", optional = true } |
| 68 | +sentry-contexts = { version = "0.37.0", path = "../sentry-contexts", optional = true } |
| 69 | +sentry-debug-images = { version = "0.37.0", path = "../sentry-debug-images", optional = true } |
| 70 | +sentry-log = { version = "0.37.0", path = "../sentry-log", optional = true } |
| 71 | +sentry-panic = { version = "0.37.0", path = "../sentry-panic", optional = true } |
| 72 | +sentry-slog = { version = "0.37.0", path = "../sentry-slog", optional = true } |
| 73 | +sentry-tower = { version = "0.37.0", path = "../sentry-tower", optional = true } |
| 74 | +sentry-tracing = { version = "0.37.0", path = "../sentry-tracing", optional = true } |
75 | 75 | log = { version = "0.4.8", optional = true, features = ["std"] }
|
76 | 76 | reqwest = { version = "0.12", optional = true, features = [
|
77 | 77 | "blocking",
|
|
0 commit comments