Skip to content

Commit

Permalink
Bump insta from 1.30.0 to 1.34.0 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent e7e4650 commit 444e01b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

27 changes: 15 additions & 12 deletions martian/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
[package]
name = "martian"
version = "0.26.0"
authors = ["Patrick Marks <[email protected]>", "Sreenath Krishnan <[email protected]>"]
authors = [
"Patrick Marks <[email protected]>",
"Sreenath Krishnan <[email protected]>",
]
edition = "2021"
include = ["src/*.rs", "README.md"]
license = "MIT"

[dependencies]
log = "0.4"
fern = ">=0.5, <0.7"
time = { version = ">=0.3", features = ["formatting", "local-offset"] }
serde = { version = "1.0", features = ['derive'] }
serde_json = "1.0"
backtrace = "*"
anyhow = { version = "1", features = ["backtrace"] }
backtrace = "0.3"
fern = ">=0.5, <0.7"
heck = "0.4"
tempfile = "3"
log = "0.4"
rayon = { version = "1", optional = true }
rustc_version = ">=0.3, <0.5"
rayon = { version = ">=1.0", optional = true }
serde = { version = "1", features = ['derive'] }
serde_json = "1"
tempfile = "3"
time = { version = ">=0.3", features = ["formatting", "local-offset"] }

[dev-dependencies]
indoc = "2.0.2"
pretty_assertions = "1.4.0"
insta = "1.30"
indoc = "2"
insta = "1"
pretty_assertions = "1"

[features]
default = []

0 comments on commit 444e01b

Please sign in to comment.