Skip to content

Commit 01be66c

Browse files
Bump tokio from 1.48.0 to 1.49.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4ba506 commit 01be66c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

factorion-bot-discord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["mathematics", "web-programming", "parser-implementations"]
1212
[dependencies]
1313
factorion-lib = { path = "../factorion-lib", version = "4.1.11", features = ["serde", "influxdb"] }
1414
serenity = { version = "0.12", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }
15-
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "time"] }
15+
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "time"] }
1616
dotenvy = "^0.15.7"
1717
log = "0.4.28"
1818
env_logger = "0.11.8"

factorion-bot-reddit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ reqwest = { version = "0.12.26", features = ["json", "native-tls"], default-feat
1515
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
1616
serde_json = "1.0.140"
1717
postcard = {version = "1.1.3", features = ["use-std"]}
18-
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
18+
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
1919
base64 = { version = "0.22.1", default-features = false }
2020
dotenvy = "^0.15.7"
2121
chrono = { version = "0.4.42", features = ["now"], default-features = false }

0 commit comments

Comments
 (0)