Skip to content

Commit

Permalink
Merge pull request #1478 from comit-network/dependabot/cargo/toml-0.7.6
Browse files Browse the repository at this point in the history
build(deps): bump toml from 0.5.11 to 0.7.6
  • Loading branch information
delta1 authored Dec 13, 2023
2 parents b54938f + 641c107 commit 1db391d
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 10 deletions.
92 changes: 83 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tokio = { version = "1", features = [ "rt-multi-thread", "time", "macros", "sync
tokio-socks = "0.5"
tokio-tungstenite = { version = "0.15", features = [ "rustls-tls" ] }
tokio-util = { version = "0.7", features = [ "io", "codec" ] }
toml = "0.5"
toml = "0.7"
torut = { version = "0.2", default-features = false, features = [ "v3", "control" ] }
tracing = { version = "0.1", features = [ "attributes" ] }
tracing-appender = "0.2"
Expand Down

0 comments on commit 1db391d

Please sign in to comment.