Commits on Source (14)
-
Martin Claesson authoredd7f1998e
-
Martin Claesson authored3ef9cd44
-
Dependabot authored
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.25 to 0.3.15. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.25...tracing-subscriber-0.3.15)
92fbdf7a -
Dependabot authored
Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.6.0...1.7.0)
969da3a0 -
Martin Claesson authored
chore(deps): bump tracing-subscriber from 0.2.25 to 0.3.15 See merge request !3
e651d136 -
Dependabot authored5af06093
-
Dependabot authoredd9bba364
-
Martin Claesson authored
chore(deps): bump regex from 1.6.0 to 1.7.0 See merge request !4
dd2e49bc -
Martin Claesson authored
chore(deps): bump tokio from 1.20.1 to 1.22.0 See merge request !7
93d4e2b8 -
Martin Claesson authored
chore(deps): bump tracing-subscriber from 0.3.15 to 0.3.16 See merge request !6
1619ab1b -
Martin Claesson authored
-
Martin Claesson authored
-
Martin Claesson authored
Fix level notice See merge request !8
d02b958a -
Semantic Release authored
## [1.1.5](v1.1.4...v1.1.5) (2023-01-04) ### Bug Fixes * **level:** Add new level feedback ([ecd6c3d0](ecd6c3d0)) * **xp:** Fix level up notice not existing ([03a368c7](03a368c7))
379994f3
.gitlab/dependabot.yml
0 → 100644
[package] | ||
name = "rope_play" | ||
version = "1.1.4" | ||
version = "1.1.5" | ||
edition = "2021" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
... | ... | @@ -8,7 +8,7 @@ edition = "2021" |
[dependencies] | ||
dotenv = "0.15" | ||
tracing = "0.1.23" | ||
tracing-subscriber = "0.2" | ||
tracing-subscriber = "0.3" | ||
regex = "1" | ||
rand = "0.8.5" | ||
strum = "0.24.1" | ||
... | ... | @@ -16,7 +16,7 @@ strum_macros = "0.24" |
sentry = "0.27.0" | ||
[dependencies.tokio] | ||
version = "1.20" | ||
version = "1.22" | ||
features = ["macros", "signal", "rt-multi-thread"] | ||
[dependencies.serenity] | ||
... | ... |