Skip to content

Commit

Permalink
Update rust
Browse files Browse the repository at this point in the history
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
  • Loading branch information
Jaymala Sinha committed Aug 29, 2019
1 parent c4a4142 commit a400a0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/omnibus-software.git
revision: 3b2c5c161f09252c5ea66745d74fc126d6996bcb
revision: 1e7f9ef60abc82b446ff0740afcc214d124f34d3
branch: jsinha/fix_osx_dyld
specs:
omnibus-software (4.0.0)
Expand All @@ -9,10 +9,10 @@ GIT

GIT
remote: https://github.com/chef/omnibus.git
revision: c4c0c518caf5c559ddf3d0ae773013d5dbc6bd3c
revision: c872e61c30d2b3f88ead03bd1254ff96d37059a3
branch: master
specs:
omnibus (6.1.2)
omnibus (6.1.3)
aws-sdk-s3 (~> 1)
chef-sugar (>= 3.3)
cleanroom (~> 1.0)
Expand All @@ -34,15 +34,15 @@ GEM
awesome_print (1.8.0)
aws-eventstream (1.0.3)
aws-partitions (1.207.0)
aws-sdk-core (3.65.0)
aws-sdk-core (3.65.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.24.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.46.0)
aws-sdk-s3 (1.47.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -271,7 +271,7 @@ GEM
solve (4.0.2)
molinillo (~> 0.6)
semverse (>= 1.1, < 4.0)
strings (0.1.5)
strings (0.1.6)
strings-ansi (~> 0.1)
unicode-display_width (~> 1.5)
unicode_utils (~> 1.4)
Expand Down Expand Up @@ -303,9 +303,9 @@ GEM
net-ssh (>= 2.9, < 6.0)
winrm (~> 2.0)
winrm-fs (~> 1.0)
tty-box (0.4.0)
tty-box (0.4.1)
pastel (~> 0.7.2)
strings (~> 0.1.5)
strings (~> 0.1.6)
tty-cursor (~> 0.7)
tty-color (0.5.0)
tty-cursor (0.7.0)
Expand Down
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
override "zlib", version: "1.2.11"
override "libzmq", version: "4.0.7"
override "openssl", version: "1.0.2s"
override "rust", version: "1.32.0"
override "rust", version: "1.37.0"

# For workstation app
override "nodejs", version: "10.9.0"

0 comments on commit a400a0e

Please sign in to comment.