Skip to content

Commit

Permalink
Merge pull request #2145 from andrewdavidmackenzie/dependabot/cargo/e…
Browse files Browse the repository at this point in the history
…nv_logger-0.11.1
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
2 parents 557c161 + 8c2f3ee commit 890862d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
31 changes: 15 additions & 16 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 flowc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ debugger = ["flowcore/debugger"] # feature to add output for the debugger
[dependencies]
flowcore = {path = "../flowcore", version = "0.142.0", features = ["context", "file_provider", "http_provider", "meta_provider"]}
clap = "~4"
env_logger = "0.10.2"
env_logger = "0.11.1"
log = "0.4.20"
url = { version = "2.2", features = ["serde"] }
tempdir = "~0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion flowr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ flowcore = {path = "../flowcore", version = "0.142.0", features = ["context", "f
flowstdlib = {path = "../flowstdlib", version = "0.142.0", optional = true }
clap = "~4"
log = "0.4.20"
env_logger = "0.10.2"
env_logger = "0.11.1"
simpath = { version = "~2.5", features = ["urls"]}
url = { version = "2.2", features = ["serde"] }
serde_derive = "~1.0"
Expand Down

0 comments on commit 890862d

Please sign in to comment.