Skip to content

Commit

Permalink
Bump dependencies based on dependabot suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
isomer committed Jun 6, 2022
1 parent f715f98 commit 2d96375
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 445 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erbium"
version = "1.0.0"
version = "1.0.1"
authors = ["Perry Lorier <git@isomer.meta.net.nz>"]
edition = "2018"
default-run = "erbium"
Expand Down Expand Up @@ -42,7 +42,7 @@ rand = "0.8"
rusqlite = { version = "0.26" }
tokio-compat-02 = "0.2"
tokio-util = { version="0.6", features= ["codec"] }
tokio = { version = "1.0", features = ["full"] }
tokio = { version = "1.8.4", features = ["full"] }
yaml-rust = { version = "0.4" }

[[bin]]
Expand Down
Loading

0 comments on commit 2d96375

Please sign in to comment.