Skip to content

Commit

Permalink
Merge pull request #23 from Cantido/dependabot/cargo/shadow-rs-0.27.0
Browse files Browse the repository at this point in the history
Bump shadow-rs from 0.26.1 to 0.27.0
  • Loading branch information
Cantido authored Mar 11, 2024
2 parents 0eb020c + 1a0cfb2 commit 814ba81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -54,7 +54,7 @@ moka = { version = "0.12.5", features = ["future"], optional = true }
recloser = { version = "1.1.1", optional = true }
reqwest = { version = "0.11.25", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
shadow-rs = { version = "0.26.1", optional = true }
shadow-rs = { version = "0.27.0", optional = true }
thiserror = "1.0.57"
time = { version = "0.3.34", features = ["serde"] }
tokio = { version = "1.36.0", features = ["full"], optional = true }
Expand All @@ -64,4 +64,4 @@ tzdb = "0.6.1"
uuid = { version = "1.7.0", features = ["v7"], optional = true }

[build-dependencies]
shadow-rs = "0.26.1"
shadow-rs = "0.27.0"

0 comments on commit 814ba81

Please sign in to comment.