Update Rust crate sentry to 0.49.0
Some checks failed
Build and Test / build-editions (fast-racing-neo) (push) Failing after 4m25s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 4m54s
Build and Test / build-editions (terraria) (push) Has been cancelled
Build and Test / build-editions (wii-u-chat) (push) Has been cancelled
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Has been cancelled
Build and Test / build-editions (splatoon) (push) Has been cancelled
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Has been cancelled
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Has been cancelled
Build and Test / build-editions (mario-tennis) (push) Has been cancelled
Build and Test / build-editions (minecraft-wiiu) (push) Has been cancelled
Build and Test / build-editions (sonic-transformed) (push) Has been cancelled
Build and Test / build-editions (splatoon-testfire) (push) Has been cancelled

This commit is contained in:
Spacebot 2026-08-08 04:48:08 +00:00
commit f12e60709c
2 changed files with 37 additions and 52 deletions

View file

@ -10,7 +10,7 @@ dotenv = "0.15.0"
paste = "1.0.15"
rnex-rmc = { path = "../rnex-rmc" }
rnex-util = { path = "../rnex-util" }
sentry = { version = "0.48.4", features = ["tracing"] }
sentry = { version = "0.49.0", features = ["tracing"] }
thiserror = "2.0.18"
tokio = { version = "1.52.3", features = ["net"] }
tracing = "0.1.44"